[pkg-java] r18795 - trunk/ant-contrib/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Jul 28 17:16:48 UTC 2015


Author: ebourg-guest
Date: 2015-07-28 17:16:48 +0000 (Tue, 28 Jul 2015)
New Revision: 18795

Modified:
   trunk/ant-contrib/debian/changelog
   trunk/ant-contrib/debian/rules
Log:
Replaced the timestamp in the manifest with the date from the changelog



Modified: trunk/ant-contrib/debian/changelog
===================================================================
--- trunk/ant-contrib/debian/changelog	2015-07-28 17:05:58 UTC (rev 18794)
+++ trunk/ant-contrib/debian/changelog	2015-07-28 17:16:48 UTC (rev 18795)
@@ -3,6 +3,8 @@
   * Team upload.
   * Fixed the Ant groupId in the published pom
   * Standards-Version updated to 3.9.6 (no changes)
+  * Build reproducibility:
+    - Replaced the timestamp in the manifest with the date from the changelog
 
  -- Emmanuel Bourg <ebourg at apache.org>  Tue, 28 Jul 2015 18:43:03 +0200
 

Modified: trunk/ant-contrib/debian/rules
===================================================================
--- trunk/ant-contrib/debian/rules	2015-07-28 17:05:58 UTC (rev 18794)
+++ trunk/ant-contrib/debian/rules	2015-07-28 17:16:48 UTC (rev 18795)
@@ -8,7 +8,7 @@
 
 JAVA_HOME := /usr/lib/jvm/default-java
 ANT_HOME := /usr/share/ant
-ANT_ARGS += -Djar.name=$(PACKAGE)-$(VERSION).jar
+ANT_ARGS += -Djar.name=$(PACKAGE)-$(VERSION).jar -Dtstamp='$(shell dpkg-parsechangelog --show-field Date)'
 DEB_ANT_BUILD_TARGET := jar
 DEB_ANT_CHECK_TARGET := test
 DEB_JARS := \




More information about the pkg-java-commits mailing list