This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository merkaartor.
commit ae270fd13ddcaefb92b48326dfa5d587dbe24c14 Author: Bas Couwenberg <[email protected]> Date: Sun Apr 17 19:42:59 2016 +0200 Enable all hardening buildflags. --- debian/changelog | 6 ++++++ debian/rules | 3 +++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7a4b3c3..972649a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +merkaartor (0.18.2-7) UNRELEASED; urgency=medium + + * Enable all hardening buildflags. + + -- Bas Couwenberg <[email protected]> Sun, 17 Apr 2016 19:42:38 +0200 + merkaartor (0.18.2-6) unstable; urgency=medium * Update Vcs-Git URL to use HTTPS. diff --git a/debian/rules b/debian/rules index 88f36b4..0e0e0dd 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +# Enable hardening build flags +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + SVNREV = $(shell dpkg-parsechangelog | grep '^Version' | sed 's,Version:,Debian,') # Use Qt5 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/merkaartor.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

