diff --git a/debian/changelog b/debian/changelog index 6e41450..9d19f1c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +lxqt-policykit (0.10.0-4) unstable; urgency=medium + + * Bump Standards to 3.9.8, no changes needed + * Fixed VCS fields, using https and plain /git/ and point to the + right branch + * Fixed copyright Format field + * Exported LC_ALL=C.UTF-8, make builds reproducible + * Added hardening options + + -- Alf Gaida Wed, 20 Jul 2016 16:31:07 +0200 + lxqt-policykit (0.10.0-3) unstable; urgency=medium * Remove dbg package in favor of dbgsym. diff --git a/debian/control b/debian/control index e09a449..0f59c1d 100644 --- a/debian/control +++ b/debian/control @@ -10,17 +10,17 @@ Build-Depends: debhelper (>= 9), cmake (>= 3.0.2), libpolkit-agent-1-dev, libx11-dev, - pkg-config, libkf5windowsystem-dev, liblxqt0-dev (>= 0.10.0), libpolkit-qt5-1-dev, libqt5x11extras5-dev, libqt5xdg-dev (>= 1.3.0), + pkg-config, qttools5-dev, qttools5-dev-tools -Standards-Version: 3.9.6 -Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/lxqt-policykit.git -Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-policykit.git +Standards-Version: 3.9.8 +Vcs-Browser: http://anonscm.debian.org/git/pkg-lxqt/lxqt-policykit.git/?h=debian/sid +Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/lxqt-policykit.git -b debian/sid Homepage: https://github.com/lxde/lxqt-policykit Package: lxqt-policykit diff --git a/debian/copyright b/debian/copyright index 67b7a27..4500b1d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -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-policykit Source: https://github.com/lxde/lxqt-policykit @@ -8,7 +8,7 @@ Copyright: 2012-2015 LXQt team License: LGPL-2.1+ Files: debian/* -Copyright: 2014-2015 Alf Gaida +Copyright: 2014-2016 Alf Gaida 2015 Yukiharu YABUKI License: LGPL-2.1+ diff --git a/debian/rules b/debian/rules index e8abf41..ab09a6b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,10 @@ #!/usr/bin/make -f -#export DH_VERBOSE=1 +# export DH_VERBOSE=1 +export LC_ALL=C.UTF-8 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed +export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh ${@} --buildsystem cmake \ + dh ${@} --buildsystem cmake\ --parallel