This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository librttopo.
commit 6500ac5ccef89b222d5baf82001242f20b3ba798 Author: Bas Couwenberg <[email protected]> Date: Sat Apr 30 01:48:01 2016 +0200 Enable all hardening buildflags. --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index 62d7b2e..72f6b69 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,9 @@ # DH_VERBOSE := 1 +# Enable hardening build flags +export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie + UPSTREAM_VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p' | sed -e 's/\+.*//; s/^[0-9]://') %: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/librttopo.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

