This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository imposm-parser.
commit 6b1149e6b67275dd21bca238f8f43b4e945b9874 Author: Bas Couwenberg <[email protected]> Date: Sun Jun 25 17:24:02 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 bc6759c..a3eea9f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ imposm-parser (1.0.7+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:22:59 +0200 diff --git a/debian/rules b/debian/rules index 67ce239..22d0e1c 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.parser -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/imposm-parser.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

