This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository fiona.
commit 9b915c3e2d98e29c00231a7dcc5bd18c0f35a402 Author: Bas Couwenberg <[email protected]> Date: Mon Jun 19 07:42:27 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 cd38454..d72646e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ fiona (1.7.7-1) UNRELEASED; urgency=medium * New upstream release. * Add autopkgtest to test installability. * Bump Standards-Version to 4.0.0, no changes. + * Enable PIE hardening buildflags. -- Bas Couwenberg <[email protected]> Mon, 19 Jun 2017 07:41:06 +0200 diff --git a/debian/rules b/debian/rules index 95716f2..17d631f 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,7 @@ #!/usr/bin/make -f -# 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 LC_ALL=C.UTF-8 export LANG=C.UTF-8 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/fiona.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

