This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository ngs-sdk.
commit e222c941f583bfb6f66d5ee64cc508ac5e570160 Author: Andreas Tille <[email protected]> Date: Mon Aug 28 23:19:42 2017 +0200 really do not parse changelog --- debian/rules | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index e1722b5..83c25b9 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ # DH_VERBOSE := 1 -export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow +export DEB_BUILD_MAINT_OPTIONS=hardening=+all include /usr/share/dpkg/default.mk @@ -89,7 +89,6 @@ WGET=wget --no-clobber get-poms: $(RM) debian/ngs-java.pom debian/ngs-java.pom.asc # extract upstream version - VERSION=$$(dpkg-parsechangelog -S Version | sed -e 's/\([+]dfsg\.\?[0-9]*\)\?-[^-]\+$$//') ; \ - $(WGET) -O debian/ngs-java.pom $(BASE_URL)/$$VERSION/ngs-java-$$VERSION.pom && \ - $(WGET) -O debian/ngs-java.pom.asc $(BASE_URL)/$$VERSION/ngs-java-$$VERSION.pom.asc + $(WGET) -O debian/ngs-java.pom $(BASE_URL)/$(DEB_VERSION_UPSTREAM)/ngs-java-$(DEB_VERSION_UPSTREAM).pom && \ + $(WGET) -O debian/ngs-java.pom.asc $(BASE_URL)/$(DEB_VERSION_UPSTREAM)/ngs-java-$(DEB_VERSION_UPSTREAM).pom.asc gpg --trust-model=always --status-fd 1 --no-default-keyring --keyring debian/sra-tools.gpg --verify debian/ngs-java.pom.asc -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ngs-sdk.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
