[epubcheck] 03/03: Assign last date from changelog to maven.build.timestamp
Eugene Zhukov
eugene at moszumanska.debian.org
Tue Jun 20 10:57:14 UTC 2017
This is an automated email from the git hooks/post-receive script.
eugene pushed a commit to branch master
in repository epubcheck.
commit 933bbd25f32d0236485cd0ee0ac1839cb1460d73
Author: Eugene Zhukov <eugene at debian.org>
Date: Tue Jun 20 10:56:48 2017 +0000
Assign last date from changelog to maven.build.timestamp
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index dab527f..40d465f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ include /usr/share/cdbs/1/class/maven.mk
JAVA_HOME := /usr/lib/jvm/default-java
THE_DATE := $(shell date -d "$$(dpkg-parsechangelog -SDate)" +%Y-%m-%d)
-DEB_MAVEN_ARGS := "-Dtool.build.date=$(THE_DATE) -Dmaven.build.timestamp=$(THE_DATE)"
+DEB_MAVEN_ARGS := -Dmaven.build.timestamp=$(THE_DATE)
binary-post-install/epubcheck::
mh_installjar -pepubcheck -l pom.xml target/epubcheck.jar
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/epubcheck.git
More information about the pkg-java-commits
mailing list