This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository epr-api.
commit effc3da80303c7a2fb4bb4a57bbb7d5aaf856bc5 Author: Bas Couwenberg <[email protected]> Date: Sun Jun 25 15:49:50 2017 +0200 Enable PIE hardening buildflags. --- debian/changelog | 7 +++++++ debian/rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8999d6d..c88786c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +epr-api (2.3~dev20150708-3) UNRELEASED; urgency=medium + + * Team upload. + * Enable PIE hardening buildflags. + + -- Bas Couwenberg <[email protected]> Sun, 25 Jun 2017 15:49:38 +0200 + epr-api (2.3~dev20150708-2) unstable; urgency=medium * Team upload. diff --git a/debian/rules b/debian/rules index 9b214bd..50d12e4 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 # Enable hardening build flags -export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie +export DEB_BUILD_MAINT_OPTIONS=hardening=+all 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

