[med-svn] [python-biopython] 05/10: +bindnow is sufficient, +all does not build
Andreas Tille
tille at debian.org
Thu Jun 9 12:08:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository python-biopython.
commit 5226bde0906a24111775e3bb7b30d544d8f32240
Author: Andreas Tille <tille at debian.org>
Date: Thu Jun 9 09:41:13 2016 +0200
+bindnow is sufficient, +all does not build
---
debian/changelog | 2 +-
debian/rules | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 24c75cf..23e0001 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,7 +5,7 @@ python-biopython (1.67+dfsg-1) UNRELEASED; urgency=medium
* xz compression in d/watch
* Take over patch from upstream to fix detection of rpsblast
* Skip test needing a network connection
- * All hardening options
+ * Add +bindnow hardening option
* Delete useless .cvsignore files from package
-- Andreas Tille <tille at debian.org> Wed, 08 Jun 2016 21:21:55 +0200
diff --git a/debian/rules b/debian/rules
index c939181..5c7f3d7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,8 @@ export DH_VERBOSE=1
#export PYBUILD_DESTDIR_python2=debian/python-biopython/
#export PYBUILD_DESTDIR_python3=debian/python3-biopython/
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+# export DEB_BUILD_MAINT_OPTIONS = hardening=+all ... does not build
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
# Fails to build with this option switched on
# export DEB_BUILD_MAINT_OPTIONS = hardening=+all
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-biopython.git
More information about the debian-med-commit
mailing list