[Python-modules-commits] [python-bcrypt] 03/03: deb/rules: added DEB_BUILD_MAINT_OPTIONS export for BINDNOW

Daniel Stender stender at moszumanska.debian.org
Tue Jun 28 17:59:50 UTC 2016


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

stender pushed a commit to branch master
in repository python-bcrypt.

commit 488f34c2265772f89d412f9a035898ed287b6ec1
Author: Daniel Stender <stender at debian.org>
Date:   Tue Jun 28 19:57:51 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index b5b9817..ff30868 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,13 +7,15 @@ python-bcrypt (3.0.0-1) unstable; urgency=medium
   * deb/copyright:
     + expanded copyright spans, updated email addresses.
     + updated copyright info for changed backend (OpenBSD instead of openwall).
+  * deb/rules:
+    + added DEB_BUILD_MAINT_OPTIONS export for BINDNOW.
   * deb/upstream/signing-key.asc: updated (2048R/29F9ED98, Paul Kehrer).
   * Added deb/source/options, fix-README-ascii-decoding-error.patch.
 
     [ Ondřej Nový ]
   * Fixed VCS URL (https)
 
- -- Daniel Stender <stender at debian.org>  Tue, 28 Jun 2016 19:52:05 +0200
+ -- Daniel Stender <stender at debian.org>  Tue, 28 Jun 2016 19:57:24 +0200
 
 python-bcrypt (2.0.0-2) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index fd72021..d441ca3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
 export PYBUILD_NAME=bcrypt
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
 
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild

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



More information about the Python-modules-commits mailing list