[python-shapely] 03/05: Enable PIE hardening buildflags.

Bas Couwenberg sebastic at debian.org
Mon Jun 26 06:05:19 UTC 2017


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

sebastic pushed a commit to branch master
in repository python-shapely.

commit 4ad3005794789b43a75a7cf3bd2b6002bffd79f9
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Jun 26 07:55:12 2017 +0200

    Enable PIE hardening buildflags.
---
 debian/changelog | 1 +
 debian/rules     | 5 ++---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 95b0a72..c30b47b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ python-shapely (1.6~b4-1~exp2) UNRELEASED; urgency=medium
 
   * Bump Standards-Version to 4.0.0, no changes.
   * Add autopkgtest to test installability.
+  * Enable PIE hardening buildflags.
 
  -- Bas Couwenberg <sebastic at debian.org>  Mon, 26 Jun 2017 07:54:42 +0200
 
diff --git a/debian/rules b/debian/rules
index 8083614..3cd7326 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,9 +4,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# Enable hardening build flags, except:
-#  pie: causes build failure
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+# Enable hardening build flags
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 export PYBUILD_NAME=shapely
 export LC_ALL=C.UTF-8

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



More information about the Pkg-grass-devel mailing list