[pkg-java] r19045 - trunk/commons-jci/debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue May 3 11:07:15 UTC 2016
Author: ebourg-guest
Date: 2016-05-03 11:07:15 +0000 (Tue, 03 May 2016)
New Revision: 19045
Modified:
trunk/commons-jci/debian/changelog
trunk/commons-jci/debian/control
trunk/commons-jci/debian/maven.rules
Log:
Depend on libasm-java (>= 5.0) instead of libasm4-java
Modified: trunk/commons-jci/debian/changelog
===================================================================
--- trunk/commons-jci/debian/changelog 2016-05-03 10:48:31 UTC (rev 19044)
+++ trunk/commons-jci/debian/changelog 2016-05-03 11:07:15 UTC (rev 19045)
@@ -2,6 +2,7 @@
* Team upload.
* Build with maven-debian-helper instead of maven-ant-helper
+ * Depend on libasm-java (>= 5.0) instead of libasm4-java
* Standards-Version updated to 3.9.8 (no changes)
-- Emmanuel Bourg <ebourg at apache.org> Tue, 03 May 2016 10:10:28 +0200
Modified: trunk/commons-jci/debian/control
===================================================================
--- trunk/commons-jci/debian/control 2016-05-03 10:48:31 UTC (rev 19044)
+++ trunk/commons-jci/debian/control 2016-05-03 11:07:15 UTC (rev 19045)
@@ -8,7 +8,7 @@
Build-Depends-Indep: default-jdk-doc,
groovy2,
junit4,
- libasm4-java,
+ libasm-java (>= 5.0),
libcommons-io-java,
libcommons-lang3-java,
libcommons-logging-java,
@@ -26,7 +26,7 @@
Package: libcommons-jci-java
Architecture: all
-Depends: libasm4-java,
+Depends: libasm-java (>= 5.0),
libcommons-io-java,
libcommons-lang3-java,
libcommons-logging-java,
Modified: trunk/commons-jci/debian/maven.rules
===================================================================
--- trunk/commons-jci/debian/maven.rules 2016-05-03 10:48:31 UTC (rev 19044)
+++ trunk/commons-jci/debian/maven.rules 2016-05-03 11:07:15 UTC (rev 19045)
@@ -1,6 +1,6 @@
junit junit jar s/.*/4.x/ * *
org.apache.commons commons-jci-core * * * test
-s/asm/org.ow2.asm/ asm * s/.*/4.x/ * *
+s/asm/org.ow2.asm/ * * s/.*/debian/ * *
org.apache.commons commons-lang3 * s/.*/3.x/ * *
org.codehaus.groovy groovy-all * s/.*/2.x/ * *
More information about the pkg-java-commits
mailing list