diff --git a/debian/changelog b/debian/changelog index b170323..27a20cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +lxqt-openssh-askpass (0.10.0-5) unstable; urgency=medium + + * Bump standards to 3.9.7 + * Added Yuan CHAO to copyright + * Use secured VCS-links + * Added hardening += all to rules + + -- Alf Gaida Sun, 27 Mar 2016 12:02:04 +0200 + lxqt-openssh-askpass (0.10.0-4) unstable; urgency=low * Adding "Provides: ssh-askpass". Closes: #818684 diff --git a/debian/control b/debian/control index 3e2a07c..a51ab62 100644 --- a/debian/control +++ b/debian/control @@ -17,9 +17,9 @@ Build-Depends: debhelper (>= 9), pkg-config, qttools5-dev, qttools5-dev-tools, -Standards-Version: 3.9.6 -Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/lxqt-openssh-askpass.git/?h=debian/sid -Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-openssh-askpass.git -b debian/sid +Standards-Version: 3.9.7 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/lxqt-openssh-askpass.git/?h=debian/sid +Vcs-Git: https://anonscm.debian.org/cgit/pkg-lxqt/lxqt-openssh-askpass.git -b debian/sid Homepage: https://github.com/lxde/lxqt-openssh-askpass Package: lxqt-openssh-askpass @@ -51,4 +51,3 @@ Description: OpenSSH user/password GUI dialog for LXQt desktop environments, and their names are self-descriptive. They are usually not launched by hand but automatically, when choosing a LXQt session in the Display Manager. - diff --git a/debian/copyright b/debian/copyright index a93fb0e..4ab93bc 100644 --- a/debian/copyright +++ b/debian/copyright @@ -8,10 +8,11 @@ Copyright: 2012-2015 LXQt team License: LGPL-2.1+ Files: debian/* -Copyright: 2014-2015 Alf Gaida +Copyright: 2014-2016 Alf Gaida 2015 ChangZhuo Chen (陳昌倬) 2015 Andrew Lee (李健秋) 2015 Yukiharu YABUKI + 2016 Yuan CHAO License: LGPL-2.1+ License: LGPL-2.1+ diff --git a/debian/rules b/debian/rules index e8abf41..056be6c 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,7 @@ #export DH_VERBOSE=1 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed +export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh ${@} --buildsystem cmake \