Re: Packaging a maven project for Debian

2016-09-04 Thread Vincent Danjean
Le 19/07/2016 à 14:07, Emmanuel Bourg a écrit : > When you want to update the package to a more recent version, you create > the new upstream tarball and then run gbp from the master branch: > > gbp import-orig --verbose --merge --pristine-tar If you have a correct debian/watch file (and use E

Re: Packaging a maven project for Debian

2016-08-15 Thread Guillaume Lederrey
On Tue, Jul 19, 2016 at 2:07 PM, Emmanuel Bourg wrote: > Le 19/07/2016 à 13:23, Guillaume Lederrey a écrit : > >> Thanks for the help! I managed to get a package built for stormpot. >> The tests and javadoc are not built. My experiments are at >> https://github.com/gehel/stormpot/tree/debian. I ad

Re: Packaging a maven project for Debian

2016-07-19 Thread Emmanuel Bourg
Le 19/07/2016 à 13:23, Guillaume Lederrey a écrit : > Thanks for the help! I managed to get a package built for stormpot. > The tests and javadoc are not built. My experiments are at > https://github.com/gehel/stormpot/tree/debian. I added the debian > config files to the original source tree. I'm

Re: Packaging a maven project for Debian

2016-07-19 Thread Guillaume Lederrey
Hello! Thanks for the help! I managed to get a package built for stormpot. The tests and javadoc are not built. My experiments are at https://github.com/gehel/stormpot/tree/debian. I added the debian config files to the original source tree. I'm not sure if that is the way things are usually done,

Re: Packaging a maven project for Debian

2016-07-11 Thread Emmanuel Bourg
Le 8/07/2016 à 17:54, Guillaume Lederrey a écrit : > I'm probably missing something obvious. Could anyone point me in the > right direction? Hi Guillaume, Once the debian/* files are generated by mh_make you can build the package with 'debuild'. mvn-debian is never used, you can forget about thi