Re: Java packages and autopkgtest

2020-12-05 Thread Paul Wise
On Sat, Dec 5, 2020 at 6:45 PM Thorsten Glaser wrote: > We probably should let maven-debian-helper’s dh module > abort any building (dh_auto_{build,test}) if run under > autopkgtests to enforce this. I'd suggest to start with a lintian warning about this and maybe when there are fewer packages us

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

2020-12-05 Thread Paul Wise
On Sat, Dec 5, 2020 at 6:04 PM Antonin Delpeuch (lists) wrote: > Very interesting! I like the clarity of this page, that is exactly the > sort of service we need. Surely there must be many other companies > offering similar services, no? I am surprised this one was so hard to find. There are lots

Re: Build failures on arm64 are release critical now

2020-12-05 Thread Lucas Nussbaum
Hi, On 05/12/20 at 23:09 +0100, Markus Koschany wrote: > Control: severity -1 normal > > Hello, > > The package builds fine on amd64. I don't think it is correct to use severity > serious in this case because ufoai-maps is an arch:all package. The same is > true for Java packages. If we want to

Build failures on arm64 are release critical now

2020-12-05 Thread Markus Koschany
Control: severity -1 normal Hello, The package builds fine on amd64. I don't think it is correct to use severity serious in this case because ufoai-maps is an arch:all package. The same is true for Java packages. If we want to make this a release goal (making arch all packages buildable on all su

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

2020-12-05 Thread Markus Koschany
Hi Antonin, Am Freitag, den 04.12.2020, 21:46 +0100 schrieb Antonin Delpeuch (lists): [...] > It is not clear to me to what extent a Debian packaging project lends > itself to fixed-term contracting, since maintaining the package will > require continued work as we release new versions. Perhaps th

Re: Java packages and autopkgtest

2020-12-05 Thread Thorsten Glaser
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. bye, //mirabilos -- tarent solutions GmbH Rochusstraße 2-4, D-53123 Bonn • http://www.tarent.de/ Tel: +49 228 54881-393 • Fax: +49 22

Re: Java packages and autopkgtest

2020-12-05 Thread Roger Shimizu
On Sun, Dec 6, 2020 at 3:45 AM Thorsten Glaser wrote: > > On Sun, 6 Dec 2020, Roger Shimizu wrote: > > > I think dh_auto_configure prepares the environment, and real test is > > performed by dh_auto_test. > > I think so, you think so, ok, let’s check. > > sub test { > my $t

Re: Java packages and autopkgtest

2020-12-05 Thread Roger Shimizu
On Sun, Dec 6, 2020 at 3:03 AM Thorsten Glaser wrote: > > On Sun, 6 Dec 2020, Roger Shimizu wrote: > > > I find java packages with maven-debian-helper can be tested by: > > > > > > Test-Command: dh_auto_configure; dh_auto_test > > > Doesn’t this

Re: Java packages and autopkgtest

2020-12-05 Thread Thorsten Glaser
On Sun, 6 Dec 2020, Roger Shimizu wrote: > I think dh_auto_configure prepares the environment, and real test is > performed by dh_auto_test. I think so, you think so, ok, let’s check. sub test { my $this=shift; if (!@_) { push(@_, "

Re: Java packages and autopkgtest

2020-12-05 Thread Thorsten Glaser
On Sat, 5 Dec 2020, Pirate Praveen wrote: > Though it can still be useful when dependencies change (that is another use Yes, but this completely does not fit the autopkgtests definition. bye, //mirabilos -- tarent solutions GmbH Rochusstraße 2-4, D-53123 Bonn • http://www.tarent.de/ Tel: +49 22

Re: Java packages and autopkgtest

2020-12-05 Thread Pirate Praveen
On Sat, Dec 5, 2020 at 18:56, Thorsten Glaser wrote: On Sun, 6 Dec 2020, Roger Shimizu wrote: I find java packages with maven-debian-helper can be tested by: Test-Command: dh_auto_configure; dh_auto_test Doesn’t this just call mvn

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

2020-12-05 Thread Antonin Delpeuch (lists)
On 05/12/2020 03:25, Sam Kuper wrote: > Here is Freexian's web page about its packaging services and fee > structure. (Note: this is not an endorsement. I have no relationship > with Freexian.) > > https://www.freexian.com/en/services/debian-packaging.html > Very interesting! I like the clarit

Re: Java packages and autopkgtest

2020-12-05 Thread Thorsten Glaser
On Sun, 6 Dec 2020, Roger Shimizu wrote: > I find java packages with maven-debian-helper can be tested by: > > > Test-Command: dh_auto_configure; dh_auto_test Doesn’t this just call mvn test ? If so, that’s not as-installed testing and as suc

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

2020-12-05 Thread Antonin Delpeuch (lists)
On 05/12/2020 04:30, Paul Wise wrote: > On Fri, Dec 4, 2020 at 5:12 PM Antonin Delpeuch (lists) wrote: > >> I am looking for a consultant to help package Java software for Debian. >> I wonder if you maintain a directory of developers who would be able to >> work on this as contractors? >> >> I hav

Re: Java packages and autopkgtest

2020-12-05 Thread Roger Shimizu
Replying to the email from 2019... > Java Team's page [1] states that some help/information is needed > regarding the autopkgtest. I haven't seen much Java packages having > autopkgtests, but to me it seems possible at least for packages using > maven-debian-helper. Maybe there are gotchas that I