[Bug 619709] Re: POM file depends on junit:junit:jar:debian artifact, which is not available in the package
Fabrice Coutadeur
coutadeurf at gmail.com
Thu Aug 19 06:23:25 BST 2010
This is the debdiff to sponsor
** Patch added: "javacc_5.0-3ubuntu1.debdiff"
https://bugs.launchpad.net/ubuntu/+source/javacc/+bug/619709/+attachment/1499362/+files/javacc_5.0-3ubuntu1.debdiff
--
POM file depends on junit:junit:jar:debian artifact, which is not available in the package
https://bugs.launchpad.net/bugs/619709
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is a direct subscriber.
Status in “javacc” package in Ubuntu: New
Status in “javacc” package in Debian: New
Bug description:
Binary package hint: javacc
Hello,
the POM file for javacc, located
at /usr/share/maven-repo/net/java/dev/javacc/javacc/debian/javacc-debian.pom , lists the artifact junit:junit:jar:debian as a dependency. This causes FTBFS on packages depending on javacc.
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>debian</version>
<scope>compile</scope>
</dependency>
</dependencies>
AFAICT, that "debian" should be substituted with "3.x".
I'm attaching a patch, which explicitely substitutes the 3.8.* version in the POM with a "3.x" -- which is in the "junit" package indeed.
More information about the Ubuntu-sponsors
mailing list