This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to annotated tag debian/8.5.9-1_bpo7+1 in repository tomcat8.
commit 2d3ff4d64f1b2d8d2fea67f4f4871f083889131b Author: Emmanuel Bourg <[email protected]> Date: Thu Jan 26 15:22:49 2017 +0100 Replaced dpkg-parsechangelog --show-field in debian/rules --- debian/rules | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/debian/rules b/debian/rules index 856a049..d1f71e3 100755 --- a/debian/rules +++ b/debian/rules @@ -2,13 +2,8 @@ export JAVA_HOME := /usr/lib/jvm/java-7-openjdk-$(shell dpkg-architecture -qDEB_BUILD_ARCH) -VERSION := $(shell dpkg-parsechangelog --show-field Version | sed 's/-[^-]*$$//' | sed 's/~/-/') -DATE := $(shell dpkg-parsechangelog --show-field Date) +VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ' | sed 's/-.*//') ANT := ant -propertyfile debian/ant.properties \ - -Dyear=$(shell date --date='$(DATE)' --utc +'%Y') \ - -Dtoday='$(shell LC_ALL=C date --date='$(DATE)' --utc +'%b %-d %Y')' \ - -Dtoday-iso-8601=$(shell date --date='$(DATE)' --utc +'%F') \ - -Dtstamp=$(shell date --date='$(DATE)' --utc +%H:%M:%S) \ -Ddistribution.name=$(shell lsb_release -si) %: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat8.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

