[pkg-java] r18637 - trunk/jajuk/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Jan 26 15:22:19 UTC 2015


Author: ebourg-guest
Date: 2015-01-26 15:22:19 +0000 (Mon, 26 Jan 2015)
New Revision: 18637

Modified:
   trunk/jajuk/debian/changelog
   trunk/jajuk/debian/rules
Log:
Replace the build date in Const.java with the date of the last entry in debian/changelog (Closes: #776297)



Modified: trunk/jajuk/debian/changelog
===================================================================
--- trunk/jajuk/debian/changelog	2015-01-12 11:26:18 UTC (rev 18636)
+++ trunk/jajuk/debian/changelog	2015-01-26 15:22:19 UTC (rev 18637)
@@ -1,3 +1,12 @@
+jajuk (1:1.9.6-9) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Improved the build reproducibility by replacing the build date in Const.java
+    with the date of the last entry in debian/changelog. Thanks to Chris Lamb.
+    (Closes: #776297)
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 26 Jan 2015 16:17:16 +0100
+
 jajuk (1:1.9.6-8) unstable; urgency=medium
 
   * Team upload.

Modified: trunk/jajuk/debian/rules
===================================================================
--- trunk/jajuk/debian/rules	2015-01-12 11:26:18 UTC (rev 18636)
+++ trunk/jajuk/debian/rules	2015-01-26 15:22:19 UTC (rev 18637)
@@ -6,6 +6,7 @@
 JAVA_HOME := $(firstword $(wildcard /usr/lib/jvm/default-java /usr/lib/jvm/java-6-openjdk-$(DEB_HOST_ARCH) /usr/lib/jvm/java-6-openjdk))
 DEB_ANT_BUILDFILE	:= src/scripts/build.xml
 DEB_ANT_BUILD_TARGET	:= package_jar
+DEB_ANT_ARGS            := -Dbuild.time='$(shell dpkg-parsechangelog --show-field Date)'
 DEB_JARS := animation basicplayer cobra commons-codec commons-collections3 commons-httpclient commons-logging entagged-tageditor jaudiotagger jcommon jfreechart jl jmactritonusspi jogg jorbis jspeex log4j-1.2 mp3spi substance swingx tritonus_share vldocking vorbisspi jna dbus miglayout jhlabs-filters lastfm commons-lang commons-io xstream simple-validation guava
 
 install/jajuk::




More information about the pkg-java-commits mailing list