[med-svn] [python-cutadapt] 11/12: Better hardening

Andreas Tille tille at debian.org
Mon Jun 20 13:39:52 UTC 2016


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 <tille at debian.org>
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 <tille at debian.org>  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



More information about the debian-med-commit mailing list