[pkg-java] r18652 - in trunk/libcommons-collections3-java/debian: . patches

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Mar 2 10:59:14 UTC 2015


Author: ebourg-guest
Date: 2015-03-02 10:59:14 +0000 (Mon, 02 Mar 2015)
New Revision: 18652

Modified:
   trunk/libcommons-collections3-java/debian/changelog
   trunk/libcommons-collections3-java/debian/patches/OSGI_Manifest.diff
Log:
Removed the Bnd-LastModified field from the manifest to make the build reproducible



Modified: trunk/libcommons-collections3-java/debian/changelog
===================================================================
--- trunk/libcommons-collections3-java/debian/changelog	2015-03-02 08:12:30 UTC (rev 18651)
+++ trunk/libcommons-collections3-java/debian/changelog	2015-03-02 10:59:14 UTC (rev 18652)
@@ -1,3 +1,10 @@
+libcommons-collections3-java (3.2.1-8) UNRELEASED; urgency=medium
+
+  * Removed the Bnd-LastModified field from the manifest
+    to make the build reproducible.
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 02 Mar 2015 11:57:10 +0100
+
 libcommons-collections3-java (3.2.1-7) unstable; urgency=medium
 
   * Renamed the MultiMap.remove(Object, Object) method to removeMapping()

Modified: trunk/libcommons-collections3-java/debian/patches/OSGI_Manifest.diff
===================================================================
--- trunk/libcommons-collections3-java/debian/patches/OSGI_Manifest.diff	2015-03-02 08:12:30 UTC (rev 18651)
+++ trunk/libcommons-collections3-java/debian/patches/OSGI_Manifest.diff	2015-03-02 10:59:14 UTC (rev 18652)
@@ -13,7 +13,7 @@
      </copy>
 --- a/src/conf/MANIFEST.MF
 +++ b/src/conf/MANIFEST.MF
-@@ -1,12 +1,48 @@
+@@ -1,12 +1,47 @@
 -Manifest-Version: 1.0
 -Package: org.apache.commons.collections
 -Extension-Name: commons-collections
@@ -52,7 +52,6 @@
 + org.apache.commons.collections.list;version="@version@",
 + org.apache.commons.collections.map;version="@version@",
 + org.apache.commons.collections.set;version="@version@"
-+Bnd-LastModified: @lastmodified@
 +Export-Package: org.apache.commons.collections.map;version="@version@",
 + org.apache.commons.collections.buffer;version="@version@",
 + org.apache.commons.collections.comparators;version="@version@",




More information about the pkg-java-commits mailing list