This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository librttopo.
commit 574e75e70d7ad878df4b8c4beab014fe4dc8fcd7 Author: Bas Couwenberg <[email protected]> Date: Sun Jun 25 18:39:54 2017 +0200 Enable PIE hardening buildflags. --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1afbbac..46c12cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ librttopo (1.1.0~rc0-1~exp3) UNRELEASED; urgency=medium * Bump Standards-Version to 4.0.0, no changes. * Add autopkgtest to test installability. + * Enable PIE hardening buildflags. -- Bas Couwenberg <[email protected]> Sun, 25 Jun 2017 18:39:13 +0200 diff --git a/debian/rules b/debian/rules index 13b0206..c0f4cba 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ # DH_VERBOSE := 1 # Enable hardening build flags -export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie +export DEB_BUILD_MAINT_OPTIONS=hardening=+all 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

