[libfreemarker-java] 02/03: Removed the timestamps from the manifest and version.properties

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sat Nov 7 23:22:59 UTC 2015


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository libfreemarker-java.

commit 10a4b328ce58fbfe1da830dfaaef4db59470a3f0
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Sun Nov 8 00:16:12 2015 +0100

    Removed the timestamps from the manifest and version.properties
---
 debian/changelog | 2 ++
 debian/rules     | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index dd29989..45e23c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ libfreemarker-java (2.3.23-2) UNRELEASED; urgency=medium
 
   * Team upload.
   * Added the missing build dependency on antlr3
+  * Removed the timestamps from the manifest and version.properties
+    to improve the reproducibility
 
  -- Emmanuel Bourg <ebourg at apache.org>  Sat, 07 Nov 2015 23:16:02 +0100
 
diff --git a/debian/rules b/debian/rules
index 53cd705..b2038d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,8 @@ JAVA_HOME            := /usr/lib/jvm/default-java
 
 DEB_ANT_BUILD_TARGET := javacc jar javadoc
 #DEB_ANT_CHECK_TARGET := test
-DEB_ANT_ARGS         := -Divy.default.ivy.user.dir=$(shell pwd)/.ivy -Dtitlebar.found=true
+DEB_ANT_ARGS         := -Divy.default.ivy.user.dir=$(shell pwd)/.ivy -Dtitlebar.found=true \
+                        -DTODAY= -DDSTAMP= -DTSTAMP= -DtimestampNice= -DtimestampInVersion=
 
 DEB_JARS 	     := ant-nodeps junit ant-junit ivy
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libfreemarker-java.git



More information about the pkg-java-commits mailing list