This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository imposm.
commit 12241b2ddad1818a5637851069a17d0c6e29c187 Author: Bas Couwenberg <[email protected]> Date: Mon May 2 22:08:02 2016 +0200 Enable bindnow hardening buildflags. --- debian/changelog | 1 + debian/rules | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 40abd9d..f7842ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ imposm (2.6.0+ds-3) UNRELEASED; urgency=medium * Update Vcs-Git URL to use HTTPS. * Bump Standards-Version to 3.9.8, no changes. + * Enable bindnow hardening buildflags. -- Bas Couwenberg <[email protected]> Fri, 05 Feb 2016 20:23:37 +0100 diff --git a/debian/rules b/debian/rules index c1493e2..59f6742 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +# Enable hardening build flags +export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie + 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

