[Python-modules-commits] [python-subprocess32] 04/05: d/rules: Use the bindnow linker flag

Ilias Tsitsimpis iliastsi-guest at moszumanska.debian.org
Tue Sep 6 12:16:03 UTC 2016


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

iliastsi-guest pushed a commit to branch master
in repository python-subprocess32.

commit 59fc6c9645d7467c483d7108465be3e0b2e90558
Author: Ilias Tsitsimpis <i.tsitsimpis at gmail.com>
Date:   Tue Sep 6 14:34:26 2016 +0300

    d/rules: Use the bindnow linker flag
    
    The _posixsubprocess binary was lacking the "bindnow" linker flag.
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 5bd32cf..55a012a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,11 @@
 #!/usr/bin/make -f
+
 #export DH_VERBOSE=1
 export PYBUILD_NAME=subprocess32
 
+# Enable all hardening flags
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+
 %:
 	dh $@ --with python2 --buildsystem=pybuild
 

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



More information about the Python-modules-commits mailing list