This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository vcftools.
commit 9aa046b5c8f778bab3f033a675178969d9f3b48f Author: Andreas Tille <[email protected]> Date: Sun Jul 3 21:55:20 2016 +0200 hardening=+all --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7431cd4..9b3540e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ vcftools (0.1.14+dfsg-3) UNRELEASED; urgency=medium [ Andreas Tille ] * Move packaging from SVN to Git * cme fix dpkg-control + * hardening=+all [ Canberk KoƧ ] * autopkgtest added diff --git a/debian/rules b/debian/rules index 9337b55..73fd578 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,8 @@ # Uncomment this to turn on verbose mode. export DH_VERBOSE=1 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}') sampledir:=$(CURDIR)/debian/$(DEBPKGNAME)/usr/share/doc/$(DEBPKGNAME)/examples -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/vcftools.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
