[Python-modules-commits] [python-brainstorm] 08/10: deb/rules: added DEB_BUILD_MAINT_OPTIONS export for BINDNOW

Daniel Stender danstender-guest at moszumanska.debian.org
Tue May 24 18:54:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

danstender-guest pushed a commit to branch master
in repository python-brainstorm.

commit 262e1d8937438acb4d0309e19800f0c501694d74
Author: Daniel Stender <stender at debian.org>
Date:   Tue May 24 19:13:41 2016 +0200

    deb/rules: added DEB_BUILD_MAINT_OPTIONS export for BINDNOW
---
 debian/TODO      | 2 --
 debian/changelog | 3 ++-
 debian/rules     | 1 +
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/TODO b/debian/TODO
index b827caa..772fd8e 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -4,6 +4,4 @@
 
 - install DEP-8 tests
 
-- hardening-no-bindnow _cpuop.cpython-35m-x86_64-linux-gnu.so
-
 Daniel Stender <stender at debian.org>
\ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
index 9fce3ab..8e94db9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,11 +6,12 @@ python-brainstorm (0.5-2) UNRELEASED; urgency=medium
     + short description made more precise.
     + added description text on GPU accelerated computation.
   * deb/rules:
+    + added DEB_BUILD_MAINT_OPTIONS export for BINDNOW.
     + dropped failsafe for dh_auto_test.
     + sorted overrides into build log order.
     + added override for dh_gencontrol to run dh_numpy3.
 
- -- Daniel Stender <stender at debian.org>  Tue, 24 May 2016 19:07:49 +0200
+ -- Daniel Stender <stender at debian.org>  Tue, 24 May 2016 19:12:57 +0200
 
 python-brainstorm (0.5-1) experimental; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index ab85a63..2626a11 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,7 @@
 #export DH_VERBOSE=1
 #export DEB_BUILD_OPTIONS=nocheck
 export PYBUILD_NAME=brainstorm
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
 
 %:
 	dh $@ --with python3,sphinxdoc --buildsystem=pybuild

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-brainstorm.git



More information about the Python-modules-commits mailing list