Re: List of consultants focusing on Debian packaging for Java?

2020-12-07 Thread Emmanuel Bourg
Le 07/12/2020 à 15:33, Thorsten Glaser a écrit : > Does maven-debian-helper handle multi-module projects (where some of > the modules depend on some of the other modules to be built as part > of the project) nowadays? That was the biggest problem, back when I > tried to package something… Yes it

Re: List of consultants focusing on Debian packaging for Java?

2020-12-07 Thread Emmanuel Bourg
Le 07/12/2020 à 11:38, Antonin Delpeuch (lists) a écrit : > Keep the suggestions coming, this is super useful! Another point to keep in mind, if you build and distribute your own .deb or Flatpak package you keep the control on the release schedule. Using jdeb you could publish your first package

Re: List of consultants focusing on Debian packaging for Java?

2020-12-07 Thread Sudip Mukherjee
On Mon, Dec 7, 2020 at 8:19 PM Markus Koschany wrote: > > Am Montag, den 07.12.2020, 15:33 +0100 schrieb Thorsten Glaser: > > On Mon, 7 Dec 2020, Markus Koschany wrote: > > > > > Ideally the Butterfly source code is included in src:openrefine and Maven > > > would > > > do the rest. > > > > Does m

Re: List of consultants focusing on Debian packaging for Java?

2020-12-07 Thread Markus Koschany
Am Montag, den 07.12.2020, 15:33 +0100 schrieb Thorsten Glaser: > On Mon, 7 Dec 2020, Markus Koschany wrote: > > > Ideally the Butterfly source code is included in src:openrefine and Maven > > would > > do the rest. > > Does maven-debian-helper handle multi-module projects (where some of > the mo

Re: Java packages and autopkgtest

2020-12-07 Thread Andrius Merkys
Hello, On 2020-12-07 18:52, Thorsten Glaser wrote: > On Tue, 8 Dec 2020, Roger Shimizu wrote: > >> do you have any suggestion on such case, the autopkgtest for java or >> just maven library pkg? > > Sorry but really none. Those packages I’ve seen so far only worked > because they disabled the te

Re: Ask for help on new pkg xperia-flashtool on classpath

2020-12-07 Thread Thorsten Glaser
On Tue, 8 Dec 2020, Roger Shimizu wrote: > So my next question is, how to figure out all the classpath, since > this package really depends on a lot of java libraries. I noticed that the MANIFEST file also contains a large list of Classpath entries. I think if you take all these and substitute th

Re: List of consultants focusing on Debian packaging for Java?

2020-12-07 Thread Sam Kuper
On Mon, Dec 07, 2020 at 02:26:01PM +0100, Hans-Christoph Steiner wrote: > Third party package repositories are a thing, like Ubuntu PPAs, aptly, > JFrog Debian Repositories, etc. Unfortunately, due to Debian Apt's > design, that means giving root access to each repository (package > pre-install/re

Re: Ask for help on new pkg xperia-flashtool on classpath

2020-12-07 Thread Roger Shimizu
On Tue, Dec 8, 2020 at 2:01 AM Thorsten Glaser wrote: > > On Tue, 8 Dec 2020, Roger Shimizu wrote: > > > However the pkg still cannot be used due to classpath issue, I guess. > > After installing xperia-flashtool, and run java command, it report error: > > > > > > $ java -jar /usr/share/xperi

Re: Ask for help on new pkg xperia-flashtool on classpath

2020-12-07 Thread Thorsten Glaser
On Tue, 8 Dec 2020, Roger Shimizu wrote: > However the pkg still cannot be used due to classpath issue, I guess. > After installing xperia-flashtool, and run java command, it report error: > > > $ java -jar /usr/share/xperia-flashtool/x10flasher.jar > I tried to add classpath, such as"-cp /u

Ask for help on new pkg xperia-flashtool on classpath

2020-12-07 Thread Roger Shimizu
Dear java and mentors list, Thanks to ftpmaster's effort and efficiency, my package xperia-flashtool and all its dependencies all hit unstable lately. (PS. xperia-flashtool is the open source ROM image flashing tool for xperia phone.) However the pkg still cannot be used due to classpath issue, I

Re: Java packages and autopkgtest

2020-12-07 Thread Thorsten Glaser
On Tue, 8 Dec 2020, Roger Shimizu wrote: > do you have any suggestion on such case, the autopkgtest for java or > just maven library pkg? Sorry but really none. Those packages I’ve seen so far only worked because they disabled the tests anyway (mostly because the tests would have required tons mo

Re: Java packages and autopkgtest

2020-12-07 Thread Roger Shimizu
On Sun, Dec 6, 2020 at 4:39 AM Thorsten Glaser wrote: > > On Sun, 6 Dec 2020, Roger Shimizu wrote: > > > Yes, so my script doesn't include "dh_auto_build". > > But that’s not the only thing that builds. “mvn test” builds first. now understood the point you meant. do you have any suggestion on suc

Re: List of consultants focusing on Debian packaging for Java?

2020-12-07 Thread Thorsten Glaser
On Mon, 7 Dec 2020, Markus Koschany wrote: > Ideally the Butterfly source code is included in src:openrefine and Maven > would > do the rest. Does maven-debian-helper handle multi-module projects (where some of the modules depend on some of the other modules to be built as part of the project) n

Re: List of consultants focusing on Debian packaging for Java?

2020-12-07 Thread Hans-Christoph Steiner
Antonin Delpeuch (lists): Hi Emmanuel, On 06/12/2020 22:18, Emmanuel Bourg wrote: Did you consider building a .deb package with jdeb [1] ? It's an alternative that involves much less work than uploading to the Debian repository. For a complex and very specialized software like OpenRefine th

Re: List of consultants focusing on Debian packaging for Java?

2020-12-07 Thread Markus Koschany
Am Sonntag, den 06.12.2020, 21:46 +0100 schrieb Antonin Delpeuch (lists): [...] > How important is it that all dependencies are packaged independently? > Butterfly is a framework that has not been maintained for years, and we > are not aware of any other users beyond OpenRefine. We would love to >

Re: List of consultants focusing on Debian packaging for Java?

2020-12-07 Thread Antonin Delpeuch (lists)
Hi Emmanuel, On 06/12/2020 22:18, Emmanuel Bourg wrote: > > Did you consider building a .deb package with jdeb [1] ? It's an > alternative that involves much less work than uploading to the Debian > repository. For a complex and very specialized software like OpenRefine > that might be more suita