Bump Standards to 3.9.7

Secured VCS-fields
Added hardening=+all
patched LXQtTranslateDesktop.cmake - it's already fixed upstream
  but i don't want to catch up with upstream before the upcoming
  release
Fixed years in copyright
ubuntu/cosmic
Alf Gaida 8 years ago
parent 72c99dcadf
commit 7cf38fe0a7

12
debian/changelog vendored

@ -1,3 +1,15 @@
liblxqt (0.10.0-5) unstable; urgency=medium
* Bump Standards to 3.9.7
* Secured VCS-fields
* Added hardening=+all
* patched LXQtTranslateDesktop.cmake - it's already fixed upstream
but i don't want to catch up with upstream before the upcoming
release
* Fixed years in copyright
-- Alf Gaida <agaida@siduction.org> Fri, 26 Feb 2016 19:00:57 +0100
liblxqt (0.10.0-4) unstable; urgency=medium
* Remove dbg package in favor of dbgsym.

6
debian/control vendored

@ -14,9 +14,9 @@ Build-Depends: cmake (>= 3.0.2),
pkg-config,
qttools5-dev,
qttools5-dev-tools
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/liblxqt.git/?h=debian/sid
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/liblxqt.git -b debian/sid
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/liblxqt.git/?h=debian/sid
Vcs-Git: https://anonscm.debian.org/cgit/pkg-lxqt/liblxqt.git -b debian/sid
Homepage: https://github.com/lxde/liblxqt
Package: liblxqt0

4
debian/copyright vendored

@ -3,12 +3,12 @@ Upstream-Name: liblxqt
Source: https://github.com/lxde/liblxqt
Files: *
Copyright: 2012-2015 LXQt team
Copyright: 2012-2016 LXQt team
2010-2012 Razor team
License: LGPL-2.1+
Files: debian/*
Copyright: 2014-2015 Alf Gaida <agaida@siduction.org>
Copyright: 2014-2016 Alf Gaida <agaida@siduction.org>
License: LGPL-2.1+
License: LGPL-2.1+

9
debian/rules vendored

@ -1,11 +1,10 @@
#!/usr/bin/make -f
# export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
dh ${@} --buildsystem cmake --ddeb-migration='liblxqt0-dbg (<< 0.10.0-4~)' --parallel
override_dh_install:
dh_install --fail-missing
dh ${@} --buildsystem cmake \
--parallel \
--fail-missing

Loading…
Cancel
Save