Re: Packaging fest-swing and its dependencies

2015-07-17 Thread Andreas Tille
Hi Tim, On Fri, Jul 03, 2015 at 06:20:46AM +, Potter, Tim (Cloud Services) wrote: > > The artifact in the libjsr305-java package has the version 0.x, you need > > a Maven rule (in debian/maven.rules) like this one: > > > > org.jsr-305 jsr305 * s/.*/0.x/ * * > > Andreas, if you get stuck with

Re: Packaging fest-swing and its dependencies

2015-07-05 Thread Andreas Tille
Hi Emmanuel, On Fri, Jul 03, 2015 at 08:08:32AM +0200, Emmanuel Bourg wrote: > > I verified that libjsr305-java is in Build-Depends but I have no idea how > > to cope with this. > > The artifact in the libjsr305-java package has the version 0.x, you need > a Maven rule (in debian/maven.rules) lik

Re: Packaging fest-swing and its dependencies

2015-07-02 Thread Potter, Tim (Cloud Services)
On 3 Jul 2015, at 4:08 pm, Emmanuel Bourg wrote: > > Le 03/07/2015 06:43, Andreas Tille a écrit : > >> I verified that libjsr305-java is in Build-Depends but I have no idea how >> to cope with this. >> >> Any ideas? > > Hi Andreas, > > The artifact in the libjsr305-java package has the versio

Re: Packaging fest-swing and its dependencies

2015-07-02 Thread Emmanuel Bourg
Le 03/07/2015 06:43, Andreas Tille a écrit : > I verified that libjsr305-java is in Build-Depends but I have no idea how > to cope with this. > > Any ideas? Hi Andreas, The artifact in the libjsr305-java package has the version 0.x, you need a Maven rule (in debian/maven.rules) like this one:

Re: Packaging fest-swing and its dependencies

2015-07-02 Thread Andreas Tille
Hi Tim, On Sun, Apr 26, 2015 at 10:50:55AM +, Potter, Tim (Cloud Services) wrote: > On 26 Apr 2015, at 3:57 pm, Andreas Tille wrote: > > > > Hi, > > > > the Debian Med team is packaging spread-phy[1]. Since the latest > > upgrade a new dependency fest-swing[2] is needed. I realised that >

Re: Packaging fest-swing and its dependencies

2015-05-24 Thread Andreas Tille
Hi, I can confirm that after Tim's last commit to fest-reflect packaging (7093984f1665cf2af6702de17f824d2146c24054) the package builds fine. If this might speed up things I could ITP this in behalf of the team for Tim and upload. Kind regards Andreas. On Sat, May 02, 2015 at 10:58:14PM

Re: Packaging fest-swing and its dependencies

2015-05-02 Thread Felix Natter
"Potter, Tim (Cloud Services)" writes: > On 26 Apr 2015, at 3:57 pm, Andreas Tille wrote: > >> [2] https://github.com/alexruiz/fest-swing-1.x > > OK here’s my attempt: > > http://anonscm.debian.org/cgit/pkg-java/fest-swing-1.x > > It’s not quite working as I couldn’t get rid of the jsr305-relate

Re: Packaging fest-swing and its dependencies

2015-04-27 Thread Emmanuel Bourg
Le 27/04/2015 12:56, Andreas Tille a écrit : > I'm a bit concerned about the lintian warning: > >W: libfest-reflect-java: missing-classpath libfest-util-java > > I'm not sure how to fix this. You can ignore this warning, it's not important. Emmanuel Bourg -- To UNSUBSCRIBE, email to deb

Re: Packaging fest-swing and its dependencies

2015-04-27 Thread Andreas Tille
Hi Tim, with this patch (which I committed to Git) the package builds. I'm a bit concerned about the lintian warning: W: libfest-reflect-java: missing-classpath libfest-util-java I'm not sure how to fix this. BTW, I noticed that there is a src/test directory but the build log does not show

Re: Packaging fest-swing and its dependencies

2015-04-27 Thread Potter, Tim (Cloud Services)
On 26 Apr 2015, at 3:57 pm, Andreas Tille wrote: > [2] https://github.com/alexruiz/fest-swing-1.x OK here’s my attempt: http://anonscm.debian.org/cgit/pkg-java/fest-swing-1.x It’s not quite working as I couldn’t get rid of the jsr305-related Maven artefact error. It keeps wanting to hit the

Re: Packaging fest-swing and its dependencies

2015-04-27 Thread Potter, Tim (Cloud Services)
On 26 Apr 2015, at 3:57 pm, Andreas Tille wrote: > [4] git://anonscm.debian.org/pkg-java/fest-reflect.git I had to tweak the maven.rules file to get fest-reflect to build from scratch: diff --git a/debian/maven.rules b/debian/maven.rules index fb9b667..7c3c550 100644 --- a/debian/maven.rules ++

Re: Packaging fest-swing and its dependencies

2015-04-26 Thread Andreas Tille
Hi Tim, On Sun, Apr 26, 2015 at 10:50:55AM +, Potter, Tim (Cloud Services) wrote: > On 26 Apr 2015, at 3:57 pm, Andreas Tille wrote: > > > > Any help to get this package building would be welcome. > > Hi Andreas. I packaged up fest-assert so I can take a look at fest-swing > (and the othe

Re: Packaging fest-swing and its dependencies

2015-04-26 Thread Potter, Tim (Cloud Services)
On 26 Apr 2015, at 3:57 pm, Andreas Tille wrote: > > Hi, > > the Debian Med team is packaging spread-phy[1]. Since the latest > upgrade a new dependency fest-swing[2] is needed. I realised that > fest-swing in turn needs fest-reflect[3] and commited my try to package > this to pkg-java Git[4].