This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository king-probe.
commit ef205d432662bb998d47dc22631694648788ff05 Author: Andreas Tille <[email protected]> Date: Wed May 18 18:26:32 2016 +0200 Better hardening and upload to unstable --- debian/changelog | 5 +++-- debian/rules | 14 +------------- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/debian/changelog b/debian/changelog index 32f4b55..a1f4598 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,10 @@ -king-probe (2.13.110909-2) UNRELEASED; urgency=medium +king-probe (2.13.110909-2) unstable; urgency=medium * Fix watch file * cme fix dpkg-control + * Better hardening - -- Andreas Tille <[email protected]> Wed, 18 May 2016 18:25:13 +0200 + -- Andreas Tille <[email protected]> Wed, 18 May 2016 18:26:27 +0200 king-probe (2.13.110909-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 8111867..bf59b37 100755 --- a/debian/rules +++ b/debian/rules @@ -2,19 +2,7 @@ # DH_VERBOSE := 1 -# some helpful variables - uncomment them if needed -# shamelessly stolen from http://jmtd.net/log/awk/ -#DEBVERS := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}') -#VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[0-9]*://' -e 's/-.*//') -#DEBFLAVOR := $(shell dpkg-parsechangelog | awk '/^Distribution:/ {print $$2}') -#DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}') -#DEBIAN_BRANCH := $(shell awk 'BEGIN{FS="[= ]+"} /debian-branch/ {print $$2}' debian/gbp.conf) -#GIT_TAG := $(subst ~,_,$(VERSION)) - -# alternatively to manually set those variables you can -# include /usr/share/cdbs/1/rules/buildvars.mk -# and use what is set there. Any hint whether dh might set variables in -# a similar manner are welcome. +export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/king-probe.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
