This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository andi.
commit 3ba5e8b64503c68a3051a049e006a95c323a42be Author: Andreas Tille <[email protected]> Date: Fri May 20 15:16:23 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 e7ba9ce..0c4d53c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,11 @@ -andi (0.10-1) UNRELEASED; urgency=medium +andi (0.10-1) unstable; urgency=medium * Team upload * New upstream version * cme fix dpkg-control + * Better hardening - -- Andreas Tille <[email protected]> Fri, 20 May 2016 15:01:38 +0200 + -- Andreas Tille <[email protected]> Fri, 20 May 2016 15:03:38 +0200 andi (0.9.6.1-1) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 5211721..edf65b9 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,8 @@ # DH_VERBOSE := 1 +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/andi.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
