This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository gbrowse.
commit e3a36a50a499f02aa53f78eeed8a44643a348cfc Author: Andreas Tille <[email protected]> Date: Wed Jan 18 14:37:01 2017 +0100 hardening=+all --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index e3cede2..ad5e3ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ gbrowse (2.56+dfsg-1) UNRELEASED; urgency=medium * Exclude some tests via debian/tests/pkg-perl/smoke-skip * Add missing Build-Depends: libbio-graphics-perl, libbio-coordinate-perl * Enhance descriptions + * hardening=+all -- Andreas Tille <[email protected]> Wed, 14 Dec 2016 14:48:02 +0100 diff --git a/debian/rules b/debian/rules index a4ef83e..14f875d 100755 --- a/debian/rules +++ b/debian/rules @@ -6,6 +6,8 @@ ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}') SKIP_TESTS = $(shell cat debian/tests/pkg-perl/smoke-skip) TEST_FILES = $(filter-out $(SKIP_TESTS), $(wildcard t/*.t)) +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + %: dh $@ --with apache2 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gbrowse.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
