This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository primer3.
commit 07b07b9ad527afdb32cacea2e766b835172e513e Author: Andreas Tille <[email protected]> Date: Sun Jun 26 07:45:12 2016 +0200 Better hardening --- debian/changelog | 3 ++- debian/rules | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4a552bc..6331ed0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,10 @@ -primer3 (2.3.7-2) unstable; urgency=medium +primer3 (2.3.7-2) UNRELEASED; urgency=medium * Team Upload [ Andreas Tille ] * Moved packaging from SVN to Git * cme fix dpkg-control + * better hardening [ Canberk KoƧ ] * Autopkgtest added diff --git a/debian/rules b/debian/rules index b6bf6b2..b376267 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +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/primer3.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
