Re: Creating a deb for a Java based project, and saying hi to the mailing list

2016-10-05 Thread Ioan Eugen Stan
Hi, If your product is targeting Debian as a distribution platform than it might be worth it to do the normal (full) debian packaging and have your package in the official distribution. If you just need to install the app to use it develop/test it locally and never plan to distributed as an offic

Re: Creating a deb for a Java based project, and saying hi to the mailing list

2016-10-05 Thread David Myers
@Thorsten. OK I didn't realise there was 'more' to the .deb and .dsc stuff... I'm sure I mentioned that I'm a newbie to packaging 😉 (scratches head). @Emmanueal The team already has a gradle.build for windows and OSX, so I don't need to worry about those. The truth is that the gradle.build is a

Re: Creating a deb for a Java based project, and saying hi to the mailing list

2016-10-05 Thread Thorsten Glaser
On Wed, 5 Oct 2016, Emmanuel Bourg wrote: > I'd suggest that you get a look at jdeb [1] too, you may find this path > easier. It allows you to generate a .deb file directly from the project But do note that a .deb file is *not* a Debian package, merely a binary in a format convenient to install o

Re: Creating a deb for a Java based project, and saying hi to the mailing list

2016-10-05 Thread Emmanuel Bourg
Le 5/10/2016 à 03:25, David Myers a écrit : > @Markus and @Wookey. > > Thanks for the pointers. I knew that there would be some good places too > look just wasn't sure I was finding the correct / most appropriate things. > > Thanks again... > > I'll keep in touch. > > David Hi David, I'd sugg