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 <[email protected]> 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/ * * _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

