Bug#588005: Does antlr3 really requires maven ?

2010-07-03 Thread Vincent Fourmond
Package: antlr3 Version: 3.2-3 Severity: wishlist Hello, While upgrading to the newer antlr3 (3.2-3), I noticed that the newer antlr3 pulls in maven libmaven2-core-java, which in turn pulls in about 33 MB of dependencies. Is that absolutely necessary to run antlr3 ? As maven is a project

Bug#588005: Does antlr3 really requires maven ?

2010-07-03 Thread Ludovic Claude
This dependency is marked as required as gunit-maven-plugin is included in the main package. It would be better indeed to put gunit.jar and gunit-maven-plugin.jar in a separate package. maven-debian-helper is not yet able to install the jars in several packages, I will try to fix that

Bug#588005: Does antlr3 really requires maven ?

2010-07-03 Thread Vincent Fourmond
On Sat, Jul 3, 2010 at 10:59 PM, Ludovic Claude ludovic.cla...@laposte.net wrote: This dependency is marked as required as gunit-maven-plugin is included in the main package. It would be better indeed to put gunit.jar and gunit-maven-plugin.jar in a separate package. Ah, I though so.