Author: ebourg-guest Date: 2016-05-03 11:12:18 +0000 (Tue, 03 May 2016) New Revision: 19046
Modified: trunk/commons-jci/debian/changelog trunk/commons-jci/debian/control trunk/commons-jci/debian/maven.rules Log: Depend on groovy instead of groovy2 Modified: trunk/commons-jci/debian/changelog =================================================================== --- trunk/commons-jci/debian/changelog 2016-05-03 11:07:15 UTC (rev 19045) +++ trunk/commons-jci/debian/changelog 2016-05-03 11:12:18 UTC (rev 19046) @@ -3,6 +3,7 @@ * Team upload. * Build with maven-debian-helper instead of maven-ant-helper * Depend on libasm-java (>= 5.0) instead of libasm4-java + * Depend on groovy instead of groovy2 * 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 11:07:15 UTC (rev 19045) +++ trunk/commons-jci/debian/control 2016-05-03 11:12:18 UTC (rev 19046) @@ -6,7 +6,7 @@ Priority: optional Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper Build-Depends-Indep: default-jdk-doc, - groovy2, + groovy, junit4, libasm-java (>= 5.0), libcommons-io-java, @@ -61,7 +61,7 @@ Package: libcommons-jci-groovy-java Architecture: all -Depends: groovy2, libcommons-jci-java (= ${source:Version}), ${misc:Depends} +Depends: groovy, libcommons-jci-java (= ${source:Version}), ${misc:Depends} Description: common Java interface for various compilers - Groovy Commons JCI is a common Java compiler interface for various compilers. . Modified: trunk/commons-jci/debian/maven.rules =================================================================== --- trunk/commons-jci/debian/maven.rules 2016-05-03 11:07:15 UTC (rev 19045) +++ trunk/commons-jci/debian/maven.rules 2016-05-03 11:12:18 UTC (rev 19046) @@ -3,4 +3,3 @@ org.apache.commons commons-jci-core * * * test 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

