This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository snap-aligner.
commit 4ce9fc7f6c25570cdd1cb0486a17a1eeda2a9081 Author: Andreas Tille <[email protected]> Date: Wed Dec 20 11:30:39 2017 +0100 hardening=+all --- debian/changelog | 3 ++- debian/rules | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e019c05..93bcc21 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,9 @@ snap-aligner (1.0~beta.18+dfsg-1) UNRELEASED; urgency=medium - Try proper version mangling - Repack + xz compression * debhelper 10 + * hardening=+all - -- Andreas Tille <[email protected]> Fri, 02 Dec 2016 11:34:20 +0100 + -- Andreas Tille <[email protected]> Fri, 02 Dec 2016 20:36:12 +0100 snap-aligner (0.18~1.0~beta.18+dfsg1-4) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 1f763c1..6930b3d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + DEBVERS := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}') VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[0-9]*://' -e 's/-.*//') CXXFLAGS := -std=gnu++98 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/snap-aligner.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
