This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository python-cutadapt.
commit 652f8cb2d2c60b887a462263674dec8d199bce29 Author: Andreas Tille <[email protected]> Date: Mon Jun 20 15:37:23 2016 +0200 Better hardening --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index d16dcfa..c7b73b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ python-cutadapt (1.10-1) UNRELEASED; urgency=medium * New upstream version * Provide a package cutadapt containing just the user interface * Remove README.Debian since we now have only one user interface + * Better hardening -- Andreas Tille <[email protected]> Mon, 20 Jun 2016 15:23:47 +0200 diff --git a/debian/rules b/debian/rules index 2c70094..12bcbe2 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,9 @@ DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/default.mk # see FEATURE AREAS in dpkg-buildflags(1) +# Fails to build when set to +all #export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow # see ENVIRONMENT in dpkg-buildflags(1) # package maintainers to append CFLAGS -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-cutadapt.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
