This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository fsa.
commit 3f0afa8aecbe2ee9a651bfbb44b85606fd9ee268 Author: Andreas Tille <[email protected]> Date: Wed May 4 13:50:16 2016 +0200 Better hardeing before uploading --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index a00ab1e..4cec1f9 100755 --- a/debian/rules +++ b/debian/rules @@ -10,6 +10,8 @@ bindir=$(CURDIR)/debian/$(DEBPKGNAME)/usr/bin HELP2MAN = help2man --no-info --version-string="$(VERSION)" +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + %: dh $@ --with autoreconf -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/fsa.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
