This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch stretch in repository mapnik.
commit b59b715e07a34ca999073dc358a33ce3197fa6d9 Author: Bas Couwenberg <[email protected]> Date: Mon Apr 3 14:46:59 2017 +0200 Enable PIE hardening buildflags. (closes: #859424) --- debian/changelog | 2 ++ debian/rules | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index deba48f..a46cd4e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ mapnik (3.0.12+ds-3) UNRELEASED; urgency=medium * Update branch in gbp.conf & Vcs-Git URL. + * Enable PIE hardening buildflags. + (closes: #859424) -- Bas Couwenberg <[email protected]> Mon, 03 Apr 2017 14:45:50 +0200 diff --git a/debian/rules b/debian/rules index 535c00f..5ce2c57 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 python-mapnik build failure -export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie +# Enable hardening build flags +export DEB_BUILD_MAINT_OPTIONS=hardening=+all NJOBS := -j1 ifneq (,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS)))) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapnik.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

