Re: Move libspring packaging to Git?

2012-05-16 Thread Thomas Koch
Miguel Landaeta: > The repository is available at > git://git.debian.org/git/pkg-java/libspring-security-java.git. > > Feel free to ask me any question about this package. Hi Miguel, thank you for working on this. - Would you be so kind to sign the Git tags? The signature basically tells me th

Check which maven dependencies are in Debian?

2012-05-16 Thread Thomas Koch
Hi, is there any easy way to quickly check, which dependencies in a given maven project are already packaged in Debian? Regards, Thomas Koch, http://www.koch.ro -- To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists

jetty maintenance?

2012-05-16 Thread Thomas Koch
Hi, the jetty package seems to be in kind of a sorry state (thanks Niels for the last upload!). Upstream is at version 8.1 and Debian on 6. - Is anybody currently working on Jetty? - Should we skip version 7 and directly package 8? - Can the Jetty packaging repo be converted to Git? - Should

Re: jetty maintenance?

2012-05-16 Thread Miguel Landaeta
On Wed, May 16, 2012 at 9:09 AM, Thomas Koch wrote: > - Should we update the jetty package to version 8 or introduce a new jetty8 > package and keep jetty 6 as plain jetty? Hello Thomas, jetty8 is already at NEW queue. Please take a look at: http://ftp-master.debian.org/new/jetty8_8.1.3-1.html.

Re: Check which maven dependencies are in Debian?

2012-05-16 Thread Ludovic Claude
Run mh_make on your project, it will perform those checks and much more. If it runs succesfully, you may even get all Debian packaging done for you. Ludovic On 16/05/2012 10:30, Thomas Koch wrote: > Hi, > > is there any easy way to quickly check, which dependencies in a given maven > project ar