Re: Bug#832985: RFS: svgsalamander/1.0.0+dfsg1-1

2016-08-07 Thread Felix Natter
Sebastiaan Couwenberg writes: > Hi Felix, hi Sebastiaan, > Thanks for your changes. > > On 08/06/2016 04:35 PM, Felix Natter wrote: >> Sebastiaan Couwenberg writes: >>> Consider adding the --parallel option to dh in debian/rules to enable >>> the use of parallel builds with DEB_BUILD_OPTIONS="p

Re: Gradle and transitive dependencies

2016-08-07 Thread Christopher Hoskin
Dear Markus, Thanks! It looks like CodeNarc switched to using Junit 4.x somewhere between 0.17 and 0.23, but the CodeNarc's debian/maven.rules didn't get updated, so the CodeNarc pom is generated incorrectly. Rebuilding the CodeNarc package with an updated debian/maven.rules and installing it loc

Re: Gradle and transitive dependencies

2016-08-07 Thread Markus Koschany
On 07.08.2016 12:32, Christopher Hoskin wrote: > Dear Markus, > > Thanks for the reply. I've changed the debian/maven.rules file so that > it just has: > > junit junit jar s/4\..*/4.x/ * * > > But if I run debuild, I still get the same error message. > > Looking in > > /usr/share/maven-repo/or

Re: Gradle and transitive dependencies

2016-08-07 Thread Christopher Hoskin
Dear Markus, Thanks for the reply. I've changed the debian/maven.rules file so that it just has: junit junit jar s/4\..*/4.x/ * * But if I run debuild, I still get the same error message. Looking in /usr/share/maven-repo/org/codenarc/CodeNarc/0.23/CodeNarc-0.23.pom CodeNarc's pom appears to a

Re: Bug#833515: alter-sequence-alignment: FTBFS: failed to create task or type foreach

2016-08-07 Thread Markus Koschany
On 05.08.2016 16:14, Andreas Tille wrote: > Hi Java team, > > since I do not have the slightest idea why the package which has built > once does not build any more I'd like to forward this bug to ask for > your kind help. Hello, here is how I investigated the build failure: * Search for "failed

Re: Gradle and transitive dependencies

2016-08-07 Thread Markus Koschany
Hello, On 07.08.2016 11:11, Christopher Hoskin wrote: > Hello, > > I'm trying to update the mongo-java-driver package to 3.3.0, using > gradle-debian-helper. [...] > My questions are: > > 1) Why doesn't junit have a 'debian' version? Is this just an > oversight or a deliberate decision? We have

Gradle and transitive dependencies

2016-08-07 Thread Christopher Hoskin
Hello, I'm trying to update the mongo-java-driver package to 3.3.0, using gradle-debian-helper. I've got a package which builds, now I'm trying to run the tests with dh_auto_build --buildsystem=gradle -- check Currently, the tests fail with: Replacing org.codenarc:CodeNarc:jar:0.24