This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository grits.
commit 629a4cde180750efebc953dae6c4c453086fcdba Author: Bas Couwenberg <[email protected]> Date: Sat May 7 00:32:06 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 5062103..84a5072 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ libgrits (0.8.1-2) UNRELEASED; urgency=medium - Update Vcs-* URLs to use HTTPS. * Update copyright file using copyright-format 1.0. * Enable parallel builds. + * Enable bindnow hardening buildflags. -- Bas Couwenberg <[email protected]> Fri, 06 May 2016 17:08:40 +0200 diff --git a/debian/rules b/debian/rules index 8ae8a5b..b64a3bc 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,8 @@ #!/usr/bin/make -f +# Enable hardening build flags +export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie + %: dh $@ --with autoreconf --parallel -- 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

