[Python-modules-commits] [python-djvulibre] 10/14: deb/rules: added export for DEB_BUILD_MAINT_OPTIONS with BINDNOW

Daniel Stender danstender-guest at moszumanska.debian.org
Mon Mar 21 15:43:14 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-djvulibre.

commit 2e3cc8d97b505a9f1bc749ca6e03dcfaeabe240e
Author: Daniel Stender <stender at debian.org>
Date:   Mon Mar 21 16:11:06 2016 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 7cb247e..12197d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,9 @@ python-djvulibre (0.7.1-1) UNRELEASED; urgency=medium
     + use HTTPS also for Vcs-Git.
     + dropped Testsuite field (deprecated).
   * deb/copyright: updated.
+  * deb/rules: added export for DEB_BUILD_MAINT_OPTIONS with BINDNOW.
 
- -- Daniel Stender <stender at debian.org>  Mon, 21 Mar 2016 16:03:30 +0100
+ -- Daniel Stender <stender at debian.org>  Mon, 21 Mar 2016 16:10:26 +0100
 
 python-djvulibre (0.7-1) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 09234a0..6544bf3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,7 @@
 #export DH_VERBOSE=1
 #export DEB_BUILD_OPTIONS=nocheck
 export PYBUILD_NAME=djvu
+export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow
 
 %:
 	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild

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



More information about the Python-modules-commits mailing list