This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository tomcat8.
commit 56063a2b7ef21bb8d1742829bf4455b2a915d919 Author: Emmanuel Bourg <[email protected]> Date: Mon Oct 19 11:13:17 2015 +0200 Fixed a localized date in the documentation to improve the reproducibility --- debian/changelog | 7 +++++++ debian/rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e9d9f8b..b91bbe2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +tomcat8 (8.0.26-2) UNRELEASED; urgency=medium + + * Team upload. + * Fixed a localized date in the documentation to improve the reproducibility + + -- Emmanuel Bourg <[email protected]> Mon, 19 Oct 2015 11:12:07 +0200 + tomcat8 (8.0.26-1) unstable; urgency=medium * Team upload. diff --git a/debian/rules b/debian/rules index dfea9b7..2f5e267 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ VERSION := $(shell dpkg-parsechangelog --show-field Version | sed 's/-[^-]*$$/ DATE := $(shell dpkg-parsechangelog --show-field Date) ANT := ant -propertyfile debian/ant.properties \ -Dyear=$(shell date --date='$(DATE)' --utc +'%Y') \ - -Dtoday='$(shell LANG=en date --date='$(DATE)' --utc +'%b %-d %Y')' \ + -Dtoday='$(shell LANG=fr_FR 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

