This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository maffilter.
commit 3c8fe251d7e51126cb20b956703ae71647f79871 Author: Andreas Tille <[email protected]> Date: Sun May 22 21:56:12 2016 +0200 Better hardening --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4ccd22a..d6c545d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ maffilter (1.1.0-1+dfsg-2) UNRELEASED; urgency=medium * Fix permissions * Properly install executable and info file + * Better hardening -- Andreas Tille <[email protected]> Sun, 22 May 2016 21:54:16 +0200 diff --git a/debian/rules b/debian/rules index d60011b..836e661 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,8 @@ # DH_VERBOSE := 1 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + %: dh $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/maffilter.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
