[Bug 619709] Re: POM file depends on junit:junit:jar:debian artifact, which is not available in the package

David Paleino d.paleino at gmail.com
Thu Aug 19 06:36:55 BST 2010


On Thu, 19 Aug 2010 05:23:25 -0000, Fabrice Coutadeur wrote:

> 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

Better using dapal at debian.org as e-mail address in the changelog ;)

David

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 ----|---- http://deb.li/dapal
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174

-- 
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