This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libsmithwaterman.
commit e14849d5b2d0dd38f4f975ea2b0867ee3d0df1ec Author: Andreas Tille <[email protected]> Date: Wed Jun 22 16:45:06 2016 +0200 hardening=+bindnow --- debian/rules | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/debian/rules b/debian/rules index 26a205d..47fce28 100755 --- a/debian/rules +++ b/debian/rules @@ -1,23 +1,11 @@ #!/usr/bin/make -f # DH_VERBOSE := 1 -export LC_ALL=C.UTF-8 -# 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/dpkg/default.mk -# and use what is set there. - -# for hardening you might like to uncomment this: # export DEB_BUILD_MAINT_OPTIONS=hardening=+all +export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow %: dh $@ --with autoreconf -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libsmithwaterman.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
