This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository python-mapnik.
commit 2339876893710c9ef6658b062fdcb9f4869fc3a7 Author: Bas Couwenberg <[email protected]> Date: Mon Jun 5 20: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 8842eb8..83780cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ python-mapnik (1:0.0~20170602-1635afe-1) UNRELEASED; urgency=medium * New upstream git snapshot. * Bump minimum required libmapnik-dev to 3.0.14. + * Enable PIE hardening buildflags. -- Bas Couwenberg <[email protected]> Mon, 05 Jun 2017 20:13:24 +0200 diff --git a/debian/rules b/debian/rules index 3442c3f..1039466 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=mapnik -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-mapnik.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

