This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository stacks.
commit f61a8053a11f353778cb7a7e9c20f466c61bac2f Author: Andreas Tille <[email protected]> Date: Tue Apr 19 11:02:05 2016 +0200 Better hardening and upload to unstable --- debian/changelog | 5 +++-- debian/rules | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0940b57..d5c8517 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,11 @@ -stacks (1.38-1) UNRELEASED; urgency=medium +stacks (1.38-1) unstable; urgency=medium * New upstream version * debian/control: s/php5/php/ Closes: #821664 + * Better hardening - -- Andreas Tille <[email protected]> Tue, 19 Apr 2016 10:43:20 +0200 + -- Andreas Tille <[email protected]> Tue, 19 Apr 2016 10:45:21 +0200 stacks (1.37-1) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 838a705..f299ca6 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,8 @@ pkg := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p') +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + %: dh $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/stacks.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
