This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository imposm.
commit 7e52bffa59ac17ebd580e6a30cf3dd1c72033abf Author: Bas Couwenberg <[email protected]> Date: Sun Jun 25 17:42:06 2017 +0200 Enable PIE hardening buildflags. --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7e11b72..e621c00 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ imposm (2.6.0+ds-4) UNRELEASED; urgency=medium * Team upload. * Bump Standards-Version to 4.0.0, no changes. * Add autopkgtest to test installability. + * Enable PIE hardening buildflags. -- Bas Couwenberg <[email protected]> Sun, 25 Jun 2017 17:41:00 +0200 diff --git a/debian/rules b/debian/rules index 59f6742..d2239ed 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 # Enable hardening build flags -export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie +export DEB_BUILD_MAINT_OPTIONS=hardening=+all export PYBUILD_NAME=imposm -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/imposm.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

