This is an automated email from the git hooks/post-receive script. sascha-guest pushed a commit to branch master in repository kmc.
commit 0a9e6d7ff9bd83375caa15e8b70b95f3ca9f5c04 Author: Sascha Steinbiss <[email protected]> Date: Tue Mar 29 20:38:42 2016 +0000 enable full hardening --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index d7c1a9b..f18f641 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ kmc (2.3+dfsg-4) unstable; urgency=low * Move LDFLAGS to end of linker call. Thanks to Steve Langasek for the patch (from Ubuntu). + * Enable full hardening. -- Sascha Steinbiss <[email protected]> Tue, 29 Mar 2016 20:28:59 +0000 diff --git a/debian/rules b/debian/rules index ae7f73b..e7cd78f 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,7 @@ #!/usr/bin/make -f export DH_VERBOSE := 1 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all DATE := $(shell dpkg-parsechangelog -S Date) mandir := $(CURDIR)/debian/man -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/kmc.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
