[ant] 11/17: No longer set the TODAY parameter since the Tsamp task is reproducible
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Jan 12 14:39:04 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository ant.
commit 183b3e7d34784eb62d6f897428c7d58ec1498521
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Jan 12 14:38:50 2017 +0100
No longer set the TODAY parameter since the Tsamp task is reproducible
---
debian/changelog | 1 +
debian/rules | 4 +---
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b5b34f4..b7d697e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ ant (1.9.8-2) UNRELEASED; urgency=medium
and removed the classpath tweaks
- Simplified the bootstrapping
- Removed the unused PACKAGE variable
+ - No longer set the TODAY parameter since the Tsamp task is reproducible
-- Emmanuel Bourg <ebourg at apache.org> Wed, 11 Jan 2017 17:46:06 +0100
diff --git a/debian/rules b/debian/rules
index a6f7e3d..d0ef83e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,8 +10,6 @@ ifneq (,$(filter $(DEB_HOST_ARCH), $(gcj_native_archs)))
endif
VERSION := $(shell dpkg-parsechangelog --show-field Version | sed 's/-[^-]*//')
-DATE := $(shell dpkg-parsechangelog --show-field Date)
-TODAY := $(shell date --date='$(DATE)' --utc +'%B %-d %Y')
DEPENDENCIES := antlr bcel bsf commons-logging javax.mail jdepend junit junit4 hamcrest-core log4j-1.2 oro regexp xalan2 serializer xml-resolver-1.2 commons-net jsch
@@ -29,7 +27,7 @@ override_dh_auto_configure:
JAVA_HOME=/usr/lib/jvm/default-java ./bootstrap.sh
# Normal build
- bootstrap/bin/ant -propertyfile debian/ant.properties -DTODAY='${TODAY}' jars test-jar
+ bootstrap/bin/ant -propertyfile debian/ant.properties jars test-jar
override_dh_auto_build-arch:
override_dh_auto_build-indep:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ant.git
More information about the pkg-java-commits
mailing list