[pkg-java] r18713 - trunk/liboro-java/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu May 28 09:24:29 UTC 2015


Author: ebourg-guest
Date: 2015-05-28 09:24:29 +0000 (Thu, 28 May 2015)
New Revision: 18713

Modified:
   trunk/liboro-java/debian/changelog
   trunk/liboro-java/debian/rules
Log:
Replaced the date in the manifest with the date from debian/changelog



Modified: trunk/liboro-java/debian/changelog
===================================================================
--- trunk/liboro-java/debian/changelog	2015-05-28 07:35:24 UTC (rev 18712)
+++ trunk/liboro-java/debian/changelog	2015-05-28 09:24:29 UTC (rev 18713)
@@ -1,6 +1,8 @@
 liboro-java (2.0.8a-10) UNRELEASED; urgency=low
 
   [ Emmanuel Bourg ]
+  * Build reproducibility:
+    - Replaced the date in the manifest with the date from debian/changelog
   * Removed the obsolete information in debian/README.debian
   * Use canonical URLs for the Vcs-* fields
   * Switch to debhelper level 9

Modified: trunk/liboro-java/debian/rules
===================================================================
--- trunk/liboro-java/debian/rules	2015-05-28 07:35:24 UTC (rev 18712)
+++ trunk/liboro-java/debian/rules	2015-05-28 09:24:29 UTC (rev 18713)
@@ -9,7 +9,7 @@
 VERSION              := 2.0.8
 JAVA_HOME            := /usr/lib/jvm/default-java
 DEB_ANT_BUILD_TARGET := jar javadocs
-ANT_OPTS             := -Dant.build.javac.source=1.3 -Dant.build.javac.target=1.2
+ANT_OPTS             := -Dant.build.javac.source=1.3 -Dant.build.javac.target=1.2 '-DDATE=$(shell dpkg-parsechangelog --show-field Date)'
 
 install/liboro-java::
 	jar umf debian/osgi.MF jakarta-oro-$(VERSION).jar




More information about the pkg-java-commits mailing list