This is an automated email from the git hooks/post-receive script. tille pushed a commit to tag debian/1.3.1-2 in repository htslib.
commit 56a0f1d51f932594eeac0ba4f3647d7c7ff0f485 Author: Andreas Tille <[email protected]> Date: Wed Aug 3 13:20:02 2016 +0200 hardening=+bindnow, upload to unstable --- debian/changelog | 8 ++++++-- debian/rules | 3 +++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index aea5807..4da8b05 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,11 @@ -htslib (1.3.1-2) UNRELEASED; urgency=medium +htslib (1.3.1-2) unstable; urgency=medium + [ Canberk Koç ] * Team upload. - * Autopktest added + * Autopktest added + + [ Andreas Tille ] + * hardening=+bindnow -- Canberk Koç <[email protected]> Wed, 03 Aug 2016 04:21:17 +0300 diff --git a/debian/rules b/debian/rules index 0f0c512..3480356 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,8 @@ #!/usr/bin/make -f +# export DEB_BUILD_MAINT_OPTIONS = hardening=+all # Build fails due to -fpie +export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow + export DH_VERBOSE=1 DEB_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ') -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/htslib.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
