Re: maven-debian-helper: porting to dh(1)?

2012-01-10 Thread Steve Langasek
Hi Ludovic, On Mon, Jan 09, 2012 at 01:23:24AM +0100, Ludovic Claude wrote: Hello Steve, Thanks for starting this task. You save me here, as my Perl skills are next to zero. To answer to your questions, I would say: - dh_auto_test could run mvn test, but this doesn't looks really needed as

maven-debian-helper: porting to dh(1)?

2012-01-08 Thread Steve Langasek
Hi folks, The wiki page at http://wiki.debian.org/Java/MavenBuilder mentions that supporting dh(1) is on the todo list. As getting rid of cdbs interests me, I took a stab at implementing this. The result is attached. With this on the system, a maven-using package can have a dh(1) debian/rules

Re: maven-debian-helper: porting to dh(1)?

2012-01-08 Thread Ludovic Claude
Hello Steve, Thanks for starting this task. You save me here, as my Perl skills are next to zero. To answer to your questions, I would say: - dh_auto_test could run mvn test, but this doesn't looks really needed as a standard Maven build using package or install as target will launch the unit