This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository infernal.
commit 0afabb231b9ea938aaa0e9465803a70335654734 Author: Andreas Tille <[email protected]> Date: Wed Jun 22 08:29:57 2016 +0200 Better hardening, upload to unstable --- debian/changelog | 3 ++- debian/rules | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e48d8e8..bf96d21 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -infernal (1.1.1-5) UNRELEASED; urgency=medium +infernal (1.1.1-5) unstable; urgency=medium * Team upload. [Canberk Koç] @@ -9,6 +9,7 @@ infernal (1.1.1-5) UNRELEASED; urgency=medium [ Andreas Tille ] * Move packaging from SVN to Git * cme fix dpkg-control + * Better hardening -- Canberk Koç <[email protected]> Wed, 22 Jun 2016 05:35:41 +0300 diff --git a/debian/rules b/debian/rules index 3dc2b5b..a015ec9 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,8 @@ #!/usr/bin/make -f # -*- makefile -*- +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + pkgdata:=infernal sampledir:=$(CURDIR)/debian/$(pkgdata)/usr/share/doc/$(pkgdata)/examples -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/infernal.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
