This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository epr-api.
commit 21afacf43638b431d684bc8cb1ec338078cbc36f Author: Bas Couwenberg <[email protected]> Date: Sat May 7 00:16:17 2016 +0200 Enable bindnow hardening buildflags. --- debian/changelog | 1 + debian/rules | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index b352c51..fb8b874 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ epr-api (2.3~dev20150708-2) UNRELEASED; urgency=medium * Bump Standards-Version to 3.9.8, no changes. * Restructure control file with cme. * Enable parallel builds. + * Enable bindnow hardening buildflags. -- Bas Couwenberg <[email protected]> Sat, 27 Feb 2016 12:11:11 +0100 diff --git a/debian/rules b/debian/rules index fd6cfa3..9b214bd 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,-pie + CMAKE_EXTRA_FLAGS += -DBUILD_DOCS:BOOL=ON -DBUILD_TESTS:BOOL=ON -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/epr-api.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

