[pyspatialite] 03/04: Enable bindnow hardening buildflags.
    Sebastiaan Couwenberg 
    sebastic at moszumanska.debian.org
       
    Thu May  5 17:30:07 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository pyspatialite.
commit 020977cf85d5233b97961c56c030ea7b20633933
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu May 5 19:08:54 2016 +0200
    Enable bindnow hardening buildflags.
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 460c053..76214d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ pyspatialite (3.0.1-11) UNRELEASED; urgency=medium
 
   * Update Vcs-Git URL to use HTTPS.
   * Bump Standards-Version to 3.9.8, no changes.
+  * Enable bindnow hardening buildflags.
 
  -- Bas Couwenberg <sebastic at debian.org>  Thu, 05 May 2016 19:07:23 +0200
 
diff --git a/debian/rules b/debian/rules
index ef983b1..8618395 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,9 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+# Enable hardening build flags
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+
 %:
 	dh $@ \
 		--with python2 \
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyspatialite.git
    
    
More information about the Pkg-grass-devel
mailing list