This is an automated email from the git hooks/post-receive script. carandraug-guest pushed a commit to branch master in repository libfreecontact-perl.
commit 6bc1e0cf7d786fd62c274568ccb07c7ffc11b6d0 Author: Carnë Draug <[email protected]> Date: Wed Aug 30 18:14:07 2017 +0100 d/rules: build with hardening=+all --- debian/changelog | 7 +++++++ debian/rules | 5 ++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 46c8d2f..bfca0f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libfreecontact-perl (0.08-6) UNRELEASED; urgency=medium + + [Carnë Draug] + * Enable all hardening flags for build. + + -- Carnë Draug <[email protected]> Wed, 30 Aug 2017 17:11:31 +0100 + libfreecontact-perl (0.08-5) unstable; urgency=medium * Fix __timing initialization (thanks a lot to Niko Tyni <[email protected]> diff --git a/debian/rules b/debian/rules index 64ac165..4afd56e 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 + +export DEB_BUILD_MAINT_OPTIONS=hardening=+all Description := $(shell sed -e ':a; N; s/\n/$${Newline}/; ta' < debian/Description) @@ -19,4 +19,3 @@ override_dh_auto_clean: get-orig-source: uscan --verbose --force-download --destdir=.. - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libfreecontact-perl.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
