This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository libgeo-proj4-perl.
commit 0c817000dc5d097cb77cdaa11659ac8e7d3fdf07 Author: Bas Couwenberg <[email protected]> Date: Sun Jun 25 18:17:43 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 084527e..e7deb8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libgeo-proj4-perl (1.06-2) UNRELEASED; urgency=medium * 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 18:16:58 +0200 diff --git a/debian/rules b/debian/rules index 9d13222..cdd8ee2 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f # Enable hardening build flags -export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie +export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: dh $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libgeo-proj4-perl.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

