[grass] 01/01: Drop global disabling of PIE, made conditional for Ubuntu.

Bas Couwenberg sebastic at debian.org
Sun Apr 23 10:03:47 UTC 2017


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

sebastic pushed a commit to branch ubuntugis/xenial
in repository grass.

commit 9e5d712879507f89762113a16506203631102d08
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Apr 23 12:03:39 2017 +0200

    Drop global disabling of PIE, made conditional for Ubuntu.
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index efc1b06..fd3db92 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+grass (7.2.1~rc2-1~exp1~xenial2) UNRELEASED; urgency=medium
+
+  * Drop global disabling of PIE, made conditional for Ubuntu.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sun, 23 Apr 2017 12:03:07 +0200
+
 grass (7.2.1~rc2-1~exp1~xenial1) xenial; urgency=medium
 
   * Rebuild for xenial.
diff --git a/debian/rules b/debian/rules
index 15df2e8..4eea291 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 #export DH_VERBOSE=1
 
 # Enable hardening build flags
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 # Disable PIE on Ubuntu where it's still problematic
 VENDOR_DERIVES_FROM_UBUNTU ?= $(shell dpkg-vendor --derives-from Ubuntu && echo yes)

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



More information about the Pkg-grass-devel mailing list