This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository gubbins.
commit f29d837db4e1305e54891603ed69ee3a2af6e8fe Author: Andreas Tille <[email protected]> Date: Sat Mar 19 23:55:02 2016 +0100 Enhance hardening and upload to unstable --- debian/changelog | 5 +++-- debian/rules | 5 +++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 332e7e7..04cb9ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,10 @@ -gubbins (1.4.7-1) UNRELEASED; urgency=medium +gubbins (1.4.7-1) unstable; urgency=medium * New upstream version * cme fix dpkg-control + * enhance hardening - -- Andreas Tille <[email protected]> Sat, 19 Mar 2016 22:09:41 +0100 + -- Andreas Tille <[email protected]> Sat, 19 Mar 2016 22:10:44 +0100 gubbins (1.4.5-1) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 6ef7d4f..2590e4d 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,11 @@ DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}') +# Fails to build with the following settings +# export DEB_BUILD_MAINT_OPTIONS = hardening=+all +# export DEB_BUILD_MAINT_OPTIONS = hardening=+pie +export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow + %: dh $@ --with autoreconf --with python3 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gubbins.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
