This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository toppred.
commit d485175108cc9406880139415d51be9bbfdc0be4 Author: Andreas Tille <[email protected]> Date: Fri Apr 29 16:46:26 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 3b80bb0..487f3b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,10 @@ -toppred (1.10-2) UNRELEASED; urgency=medium +toppred (1.10-2) unstable; urgency=medium * Fix autopkgtest * cme fix dpkg-control + * Better hardening - -- Andreas Tille <[email protected]> Fri, 29 Apr 2016 16:14:29 +0200 + -- Andreas Tille <[email protected]> Fri, 29 Apr 2016 16:15:34 +0200 toppred (1.10-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 1757ca5..d03b0a2 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,8 @@ DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}') +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/toppred.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
