[pkg-java] r18021 - trunk/libcommons-collections3-java/debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Apr 11 12:31:19 UTC 2014
Author: ebourg-guest
Date: 2014-04-11 12:31:19 +0000 (Fri, 11 Apr 2014)
New Revision: 18021
Modified:
trunk/libcommons-collections3-java/debian/changelog
trunk/libcommons-collections3-java/debian/control
Log:
Breaks libjson-java (<= 2.3-2) and jenkins-json (<= 2.4-jenkins-3-1)
Modified: trunk/libcommons-collections3-java/debian/changelog
===================================================================
--- trunk/libcommons-collections3-java/debian/changelog 2014-04-11 12:20:35 UTC (rev 18020)
+++ trunk/libcommons-collections3-java/debian/changelog 2014-04-11 12:31:19 UTC (rev 18021)
@@ -4,6 +4,8 @@
and MultiKeyMap.remove(Object, Object) to removeMultiKey(). This avoids
a conflict with the new Map.remove(Object, Object) method introduced in
Java 8.
+ * The API changes break libjson-java (<= 2.3-2)
+ and jenkins-json (<= 2.4-jenkins-3-1)
* Standards-Version updated to 3.9.5 (no changes)
-- Emmanuel Bourg <ebourg at apache.org> Fri, 11 Apr 2014 10:48:39 +0200
Modified: trunk/libcommons-collections3-java/debian/control
===================================================================
--- trunk/libcommons-collections3-java/debian/control 2014-04-11 12:20:35 UTC (rev 18020)
+++ trunk/libcommons-collections3-java/debian/control 2014-04-11 12:31:19 UTC (rev 18021)
@@ -14,6 +14,7 @@
Architecture: all
Depends: ${misc:Depends}
Suggests: libcommons-collections3-java-doc
+Breaks: libjson-java (<= 2.3-2), jenkins-json (<= 2.4-jenkins-3-1)
Description: Apache Commons Collections - Extended Collections API for Java
The Java Collections Framework was a major addition in JDK 1.2. It added many
powerful data structures that accelerate development of most significant Java
More information about the pkg-java-commits
mailing list