[pkg-java] r18700 - trunk/libxmpcore-java/debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu May 21 12:09:18 UTC 2015
Author: ebourg-guest
Date: 2015-05-21 12:09:18 +0000 (Thu, 21 May 2015)
New Revision: 18700
Modified:
trunk/libxmpcore-java/debian/changelog
trunk/libxmpcore-java/debian/rules
Log:
Use the date from the changelog in the manifest to make the build reproducible
Modified: trunk/libxmpcore-java/debian/changelog
===================================================================
--- trunk/libxmpcore-java/debian/changelog 2015-05-12 08:46:27 UTC (rev 18699)
+++ trunk/libxmpcore-java/debian/changelog 2015-05-21 12:09:18 UTC (rev 18700)
@@ -1,3 +1,10 @@
+libxmpcore-java (5.1.2-3) UNRELEASED; urgency=medium
+
+ * Use the date from the changelog in the manifest to make the build
+ reproducible
+
+ -- Emmanuel Bourg <ebourg at apache.org> Thu, 21 May 2015 14:07:50 +0200
+
libxmpcore-java (5.1.2-2) unstable; urgency=low
* Use canonical URLs for the Vcs-* fields
Modified: trunk/libxmpcore-java/debian/rules
===================================================================
--- trunk/libxmpcore-java/debian/rules 2015-05-12 08:46:27 UTC (rev 18699)
+++ trunk/libxmpcore-java/debian/rules 2015-05-21 12:09:18 UTC (rev 18700)
@@ -9,6 +9,7 @@
DEB_ANT_BUILDFILE = XMPCore/build.xml
DEB_ANT_BUILD_TARGET = build
+DEB_ANT_ARGS = '-DBuildDate=$(shell dpkg-parsechangelog --show-field Date)'
binary-post-install/$(PACKAGE)::
More information about the pkg-java-commits
mailing list