Re: RFS: ivy (new upstream release)

2011-02-07 Thread Miguel Landaeta
On Tue, Feb 8, 2011 at 12:12 AM, tony mancill wrote: > Hi Miguel, Hi Tony, > I pulled the package from the SVN repo and noticed that the changelog > didn't quite match what you pasted in the RFS email (distribution is set > to "UNRELEASED."  I think this might be the only difference, the other >

Re: RFS: ivy (new upstream release)

2011-02-07 Thread tony mancill
On 02/07/2011 01:39 PM, Miguel Landaeta wrote: > Hi team, > > I'm looking for a sponsor for this new release of > ivy. Here is the latest changelog entry: > > ivy (2.2.0-1) unstable; urgency=low > > * New upstream release. > * Update pom.xml to the latest version. > * Add Build-Depends and

RFS: ivy (new upstream release)

2011-02-07 Thread Miguel Landaeta
Hi team, I'm looking for a sponsor for this new release of ivy. Here is the latest changelog entry: ivy (2.2.0-1) unstable; urgency=low * New upstream release. * Update pom.xml to the latest version. * Add Build-Depends and Suggests on libbcprov-java and libbcpg-java. * Add mh_clean call

Re: How to use Debian packaged freehep instead of upstream provided freehep.jar

2011-02-07 Thread Andreas Tille
On Mon, Feb 07, 2011 at 07:56:13PM +0100, Giovanni Mascellani wrote: > The right list for discussion Java-related stuff is debian-java@l.d.o. Now using proper list - and thanks for the CC - I'm not (yet) subscribed. > Given that Debian packages for FreeHEP ship the maven .pom files, if > your ups

Re: How to use Debian packaged freehep instead of upstream provided freehep.jar

2011-02-07 Thread Giovanni Mascellani
Hi Andreas. The right list for discussion Java-related stuff is debian-java@l.d.o. The lists on alioth are used for automated messages. I don't know whether you're subscribed, so I'm Cc:-ing you. On 07/02/2011 13:36, Andreas Tille wrote: > I try to package FigTree on behalf of the Debian Med team

Re: How to package Nuxeo DM, a Java EE application, in Debian

2011-02-07 Thread Vincent Fourmond
On Mon, Feb 7, 2011 at 9:42 AM, Stefane Fermigier wrote: > So I guess in this case the root of all evil (like often in the Java world) > comes from Maven... I think the main problem is the "easy" management of versioned depencencies. Software that allow the easy coexistence of a multitude of v

Re: How to package Nuxeo DM, a Java EE application, in Debian

2011-02-07 Thread Torsten Werner
Hi, Am 07.02.2011 09:42, schrieb Stefane Fermigier: > So I guess in this case the root of all evil (like often in the Java world) > comes from Maven... primarily from the (central) Maven repository which is not well maintained. The software Maven is not evil but it has some issues, too. Cheers,

Re: How to package Nuxeo DM, a Java EE application, in Debian

2011-02-07 Thread Stefane Fermigier
On Feb 7, 2011, at 9:10 AM, Thomas Koch wrote: > Stefane Fermigier: >> On Feb 6, 2011, at 10:29 PM, Vincent Fourmond wrote: >>> JARs in a source package. We absolutely need every single package >>> compiled from source, and that includes their dependencies. That's why >>> packaging Java applicati

Re: How to package Nuxeo DM, a Java EE application, in Debian

2011-02-07 Thread Thomas Koch
Stefane Fermigier: > On Feb 6, 2011, at 10:29 PM, Vincent Fourmond wrote: > > JARs in a source package. We absolutely need every single package > > compiled from source, and that includes their dependencies. That's why > > packaging Java applications for Debian is so much of a pain ;-)... > > More