[tomcat7] 05/11: Use LC_ALL instead of LANG to format the date and make the documentation reproducible on the builders
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Feb 18 22:07:15 GMT 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository tomcat7.
commit c74d3227802f9580fdab435ff1256d30c7020da7
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Sat Dec 19 10:30:51 2015 +0100
Use LC_ALL instead of LANG to format the date and make the documentation reproducible on the builders
---
debian/changelog | 2 ++
debian/rules | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index bbb8379..da48ff4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ tomcat7 (7.0.67-1) UNRELEASED; urgency=medium
* Team upload.
* New upstream release
- Refreshed the patches
+ * Use LC_ALL instead of LANG to format the date and make the documentation
+ reproducible on the builders
-- Emmanuel Bourg <ebourg at apache.org> Thu, 22 Oct 2015 21:24:28 +0200
diff --git a/debian/rules b/debian/rules
index 182de51..d02ba87 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ T_MAVENIZED_JARS := jasper-el annotations-api jasper catalina-ha catalina
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 LC_ALL=C date --date='$(DATE)' --utc +'%b %-d %Y')' \
-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/tomcat7.git
More information about the pkg-java-commits
mailing list