diff --git a/debian/changelog b/debian/changelog index cba4e5a..1cc1793 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +lxqt-powermanagement (0.10.0-4) unstable; urgency=medium + + * Added Recommends: upower (Closes: #828697) + Thanks to Martin Küttler + * Bump Standards to 3.9.8, no changes needed + * Bump years in copyright + * Changed VCS-fields to use https + * Fixed copyright Format field + * Add hardening=+all to debian/rules + + -- Alf Gaida Sat, 09 Jul 2016 11:05:07 +0200 + lxqt-powermanagement (0.10.0-3) unstable; urgency=medium * Remove dbg package in favor of dbgsym. diff --git a/debian/control b/debian/control index 5429430..3f591a9 100644 --- a/debian/control +++ b/debian/control @@ -21,15 +21,16 @@ Build-Depends: debhelper (>= 9), qtbase5-private-dev, qttools5-dev, qttools5-dev-tools -Standards-Version: 3.9.6 -Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/lxqt-powermanagement.git/?h=debian/sid -Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-powermanagement.git -b debian/sid +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/git/pkg-lxqt/lxqt-powermanagement.git/?h=debian/sid +Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/lxqt-powermanagement.git -b debian/sid Homepage: https://github.com/lxde/lxqt-powermanagement Package: lxqt-powermanagement Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} +Recommends: upower Description: power management module for LXQt The Power management module for LXQt. . diff --git a/debian/copyright b/debian/copyright index 4176c5b..87e96fb 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,13 +1,13 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: lxqt-powermanagement Source: https://github.com/lxde/lxqt-openssh-askpass Files: * -Copyright: 2013-2015 LXQt team +Copyright: 2013-2016 LXQt team License: LGPL-2.1+ Files: debian/* -Copyright: 2014-2015 Alf Gaida +Copyright: 2014-2016 Alf Gaida 2015 Andrew Lee (李健秋) License: LGPL-2.1+ diff --git a/debian/rules b/debian/rules index e8abf41..54972db 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,7 @@ #!/usr/bin/make -f #export DH_VERBOSE=1 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: