This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository grits.
commit 58d771d8fabf60fea26dc8ad12843b1b10926cec Author: Bas Couwenberg <[email protected]> Date: Sun Jun 25 17:01:35 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 f2d038e..c647a39 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libgrits (0.8.1-3) UNRELEASED; urgency=medium * Team upload. * Bump Standards-Version to 4.0.0, no changes. * Use pkg-info.mk variables instead of dpkg-parsechangelog output. + * Enable PIE hardening buildflags. -- Bas Couwenberg <[email protected]> Sun, 25 Jun 2017 16:57:59 +0200 diff --git a/debian/rules b/debian/rules index 0964ea2..5a2117b 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 include /usr/share/dpkg/pkg-info.mk -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/grits.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

