This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository osmium.
commit d6eefdf1e792ad35b90adf87ae62053a5fcb5bd6 Author: Bas Couwenberg <sebas...@xs4all.nl> Date: Tue May 3 09:01:47 2016 +0200 Enable all hardening buildflags. --- debian/changelog | 1 + debian/rules | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 681f4ed..1390604 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ osmium (0.0~20160124-b30afd3-2) UNRELEASED; urgency=medium * Bump Standards-Version to 3.9.8, no changes. + * Enable all hardening buildflags. -- Bas Couwenberg <sebas...@debian.org> Tue, 16 Feb 2016 23:26:52 +0100 diff --git a/debian/rules b/debian/rules index 2b6ed0a..00450d1 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +# Enable hardening build flags +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + CXXFLAGS += $(CPPFLAGS) DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmium.git _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel