This is an automated email from the git hooks/post-receive script. martinl-guest pushed a commit to branch ubuntugis/xenial in repository grass.
commit 61046d883838fa34a09a59c881289afdf92dbd88 Author: Martin Landa <[email protected]> Date: Sun Apr 9 11:12:47 2017 +0200 Rebuild 7.2.1~rc1 for xenial --- debian/changelog | 7 +++++++ debian/rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1e452d2..23680ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grass (7.2.1~rc1-1~exp1~xenial2) xenial; urgency=medium + + * Disable PIE hardening flags. + See https://lists.osgeo.org/pipermail/grass-dev/2017-April/084725.html + + -- Martin Landa <[email protected]> Sun, 09 Apr 2017 10:44:43 +0200 + grass (7.2.1~rc1-1~exp1~xenial1) xenial; urgency=medium * Rebuild for xenial. diff --git a/debian/rules b/debian/rules index 97120f0..7ca1642 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 +export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie VERSION=$(shell echo `head -2 $(CURDIR)/include/VERSION` | sed -e 's/ //') ABI=$(shell echo `head -3 $(CURDIR)/include/VERSION` | sed -e 's/ //g' -e 's/RC/-/') -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/grass.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

