This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository geographiclib.
commit e22097939a7c72ceaa795bbb89fd72ae4e4c1b5c Author: Bas Couwenberg <[email protected]> Date: Fri Apr 15 17:58:50 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 f24ce6d..f6aa83d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ geographiclib (1.46-3) UNRELEASED; urgency=medium * Bump Standards-Version to 3.9.8, no changes. + * Enable all hardening buildflags. -- Bas Couwenberg <[email protected]> Fri, 15 Apr 2016 17:52:26 +0200 diff --git a/debian/rules b/debian/rules index 55a6f5a..81768cb 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 + export PYBUILD_NAME=geographiclib 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/geographiclib.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

