From 14ceae42641d595856eb564e78c1bcb7b62c12c3 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Tue, 19 Jul 2016 01:39:41 +0200 Subject: [PATCH] Some more or less cosmetic changes Bump Standards to 3.9.8, no changes needed Fixed VCS fields, use https and plain /git/ Fixed copyright Format field, use https Bump year in copyright Exported LC_ALL=C.UTF-8, make builds reproducible Added hardening flags --- debian/.gitignore | 1 + debian/changelog | 11 +++++++++++ debian/control | 6 +++--- debian/copyright | 8 ++++---- debian/rules | 2 ++ 5 files changed, 21 insertions(+), 7 deletions(-) diff --git a/debian/.gitignore b/debian/.gitignore index e73067c..a5bf1c8 100644 --- a/debian/.gitignore +++ b/debian/.gitignore @@ -1,6 +1,7 @@ /*.debhelper /*.log /*.substvars +/debhelper-build-stamp /files /lxqt-about/ diff --git a/debian/changelog b/debian/changelog index defc6bf..3217cb3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +lxqt-about (0.10.0-4) unstable; urgency=medium + + * Bump Standards to 3.9.8, no changes needed + * Fixed VCS fields, use https and plain /git/ + * Fixed copyright Format field, use https + * Bump year in copyright + * Exported LC_ALL=C.UTF-8, make builds reproducible + * Added hardening flags + + -- Alf Gaida Tue, 19 Jul 2016 01:39:29 +0200 + lxqt-about (0.10.0-3) unstable; urgency=medium * Cleanup debian/rules, create -dbgsym. diff --git a/debian/control b/debian/control index 656e1df..44210b1 100644 --- a/debian/control +++ b/debian/control @@ -15,9 +15,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-about.git/?h=debian/sid -Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-about.git -b debian/sid +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/git/pkg-lxqt/lxqt-about.git/?h=debian/sid +Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/lxqt-about.git -b debian/sid Homepage: https://github.com/lxde/lxqt-about Package: lxqt-about diff --git a/debian/copyright b/debian/copyright index 486c03b..fa5bd43 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-about Source: https://github.com/lxde/lxqt-about @@ -9,8 +9,8 @@ Copyright: 2012-2015 LXQt team License: LGPL-2.1+ Files: debian/* -Copyright: 2014-2015 Alf Gaida - 2015 Andrew Lee (李健秋) +Copyright: 2014-2016 Alf Gaida + 2015 Andrew Lee (李健秋) License: LGPL-2.1+ License: LGPL-2.1+ @@ -19,7 +19,7 @@ License: LGPL-2.1+ License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . - This library is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. diff --git a/debian/rules b/debian/rules index a673e92..19c73da 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,9 @@ #!/usr/bin/make -f # 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 \