[pyresample] 02/02: Enable hardening flags

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Sun Jul 3 17:31:00 UTC 2016


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

a_valentino-guest pushed a commit to branch master
in repository pyresample.

commit 8f93370e32cad7b19bca7eae486db44e62b19eee
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sun Jul 3 16:33:16 2016 +0000

    Enable hardening flags
---
 debian/changelog | 1 +
 debian/rules     | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0567bcb..721296d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ pyresample (1.2.4-1) unstable; urgency=medium
   * Refresh all patches
   * debian/rules
     - enable parallel build
+    - enable hardening flags
   * debian/copyright
     - updated copyright file
     - fixed DEP-5 url
diff --git a/debian/rules b/debian/rules
index 1706c13..a8b3474 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,10 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
+
+# Enable hardening build flags
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+
 export PYBUILD_NAME=pyresample
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyresample.git



More information about the Pkg-grass-devel mailing list