This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository python-cutadapt.
commit a4e9a3ddae4a3f372b71ef4ebec7eedfe37d2619 Author: Andreas Tille <[email protected]> Date: Sat Feb 10 13:17:37 2018 +0100 hardening=+all --- debian/changelog | 1 + debian/rules | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2549633..3e27031 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ python-cutadapt (1.15-1) UNRELEASED; urgency=medium * New upstream release * cme fix dpkg-control * debhelper 11 + * hardening=+all -- Andreas Tille <[email protected]> Sat, 10 Feb 2018 13:14:38 +0100 diff --git a/debian/rules b/debian/rules index d1b7d6e..f372a76 100755 --- a/debian/rules +++ b/debian/rules @@ -7,10 +7,7 @@ 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 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all # 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
