Re: javascript included in javadocs with jdk 10

2018-06-20 Thread Carnë Draug
On 20 June 2018 at 14:05, Emmanuel Bourg wrote: > Hi Carnë, > > Le 20/06/2018 à 14:54, Carnë Draug a écrit : > >> I'm trying to prepare a new release of imagej [1]. When building in >> sid with openjdk-10 the java-doc packages includes jquery, jquery-ui, >> js

javascript included in javadocs with jdk 10

2018-06-20 Thread Carnë Draug
Hi I'm trying to prepare a new release of imagej [1]. When building in sid with openjdk-10 the java-doc packages includes jquery, jquery-ui, jszip, and jszip-utils. I'm guessing this should be using the system versions of those javascript libraries. Even lintian says so. How can I fix this? T

Re: Review of fairsim, libjtransforms-java and libjlargearray-java

2017-10-05 Thread Carnë Draug
On 4 October 2017 at 18:17, Markus Koschany wrote: > Am 04.10.2017 um 17:42 schrieb Carnë Draug: >> On 3 October 2017 at 18:12, Markus Koschany wrote: >>> Am 03.10.2017 um 17:30 schrieb Carnë Draug: >>>> On 2 October 2017 at 00:21, Markus Koschany wrote: >>&

Re: Review of fairsim, libjtransforms-java and libjlargearray-java

2017-10-04 Thread Carnë Draug
On 3 October 2017 at 18:12, Markus Koschany wrote: > Am 03.10.2017 um 17:30 schrieb Carnë Draug: >> On 2 October 2017 at 00:21, Markus Koschany wrote: >>> [...] >>> You don't have to add the classpath to the library. The Lintian check >>> that warned a

Re: Review of fairsim, libjtransforms-java and libjlargearray-java

2017-10-03 Thread Carnë Draug
On 2 October 2017 at 00:21, Markus Koschany wrote: > Hi, > > I think all three packages are in a good shape but there are some issues. > > Standards-Version is 4.1.1 now. > > I suggest to remove the -doc packages because I don't believe those > libraries are significant enough to warrant the maint

Re: wanting to join the java team

2017-09-28 Thread Carnë Draug
On 29 July 2017 at 16:08, Markus Koschany wrote: > Am 29.07.2017 um 16:57 schrieb Carnë Draug: >> On 27 July 2017 at 16:55, Markus Koschany wrote: >>> Am 27.07.2017 um 17:49 schrieb Carnë Draug: >>> [...] >>>> I have repackaged JLargeArrays addressing the

Re: javadocs links with maven-debian-helper

2017-09-08 Thread Carnë Draug
On 31 August 2017 at 17:03, Carnë Draug wrote: > Hi > > I am packaging some java libraries with maven-debian-helper but having > problems setting the javadocs links properly. I have done this for > ant based projects but I can't figure out how to do it for maven > project

Re: javadocs links with maven-debian-helper

2017-09-01 Thread Carnë Draug
On 31 August 2017 at 17:57, Carnë Draug wrote: > On 31 August 2017 at 17:25, Emmanuel Bourg wrote: >> Le 31/08/2017 à 18:03, Carnë Draug a écrit : >> >>> How do I set the path for the javadocs of other java libraries when >>> using maven-debian-helper? >> &

Re: javadocs links with maven-debian-helper

2017-08-31 Thread Carnë Draug
On 31 August 2017 at 17:15, Markus Koschany wrote: > Am 31.08.2017 um 18:03 schrieb Carnë Draug: > [...] >> How do I set the path for the javadocs of other java libraries when >> using maven-debian-helper? > > I believe maven-debian-helper requires that you build-depend on

javadocs links with maven-debian-helper

2017-08-31 Thread Carnë Draug
Hi I am packaging some java libraries with maven-debian-helper but having problems setting the javadocs links properly. I have done this for ant based projects but I can't figure out how to do it for maven projects. I took a look on a few other *-java-doc packages that are maven only projects (l

Re: Why dependency on both default-jre and java-runtime

2017-08-29 Thread Carnë Draug
On 25 August 2017 at 15:32, Thorsten Glaser wrote: > On Fri, 25 Aug 2017, Carnë Draug wrote: > >> dependent on one *and* the other. That is, that it should have >> something like this line: >> >> Depends: default-jre, java6-runtime > > No, that’s defi

Re: Why dependency on both default-jre and java-runtime

2017-08-25 Thread Carnë Draug
On 24 August 2017 at 15:17, Bas Couwenberg wrote: > On 2017-08-24 16:15, Carnë Draug wrote: >> >> Thank you for the answer but I still don't understand. I get how the >> use of virtual packages for java-runtime allows one to choose >> OpenJDK or Oracle JDK.

Re: Why dependency on both default-jre and java-runtime

2017-08-24 Thread Carnë Draug
On 23 August 2017 at 21:43, Thorsten Glaser wrote: > On Wed, 23 Aug 2017, Carnë Draug wrote: > >> However, java-runtime packages are virtual packages provided by >> default-jre so I don't understand why. Could anyone clarify? > > They are also provided by openjdk-*

Why dependency on both default-jre and java-runtime

2017-08-23 Thread Carnë Draug
Hi I was going through the pkg-java policy and found this [1]: Programs must depend on the needed runtime environment (default-jre or default-jre-headless if need a GUI or not, and java-runtime or java-runtime-headless as provided by alternative Java environments). However, java-

Re: Notes from the DebConf 17 Java BOF

2017-08-11 Thread Carnë Draug
On 11 August 2017 at 23:06, Emmanuel Bourg wrote: > [...] > On 08/09/2017 02:50 AM, Tom Marble wrote: >> [...] >> 6. Autopkgtest >>- We should use this more >>- Can include built-in tests >>- We can (or autopkgtest already does) use 'ratt' to test reverse deps > > My understanding of a

Re: adding a pom.xml to package that does not use maven

2017-08-10 Thread Carnë Draug
On 10 August 2017 at 21:14, Emmanuel Bourg wrote: > On 08/10/2017 08:52 PM, Carnë Draug wrote: > >> So how to address this? I guess that I should add such pom.xml file >> to the existing imagej package. I could do that with the debian-med >> team but could someone g

adding a pom.xml to package that does not use maven

2017-08-10 Thread Carnë Draug
Hi I am packaging a java library and ImageJ plugin that uses maven. It is dependent on ij.jar from net.imagej. In Debian, ij.jar is provided by the imagej package [1] but there is no pom.xml there even though there is one on maven central. What happens is that imagej1 [2] makes use of ant and n

Re: wanting to join the java team

2017-07-29 Thread Carnë Draug
On 27 July 2017 at 16:55, Markus Koschany wrote: > Am 27.07.2017 um 17:49 schrieb Carnë Draug: > [...] >> I have repackaged JLargeArrays addressing the issues from the last >> time. Could someone take a new look? >> >> https://mentors.debian.net/package/libjlarg

autopkgtest for pkg-java

2017-07-29 Thread Carnë Draug
Hi The pkg-perl team has a series of tests that can be easily set for autopkgtest [1]. One only has to declare on d/control Testsuite: autopkgtest-pkg-perl This has been quite useful for me in the past, and helped me caught a bunch of packaging errors. Is there anything similar for pkg-java?

Re: wanting to join the java team

2017-07-27 Thread Carnë Draug
On 16 July 2017 at 22:39, Markus Koschany wrote: > Am 14.07.2017 um 22:24 schrieb Carnë Draug: > [...] >> So I am packaging FairSIM first. This is dependent on JTransforms [6] >> which is dependent on JLargeArrays [7] which is what I am packaging at >> the moment

Re: wanting to join the java team

2017-07-14 Thread Carnë Draug
On 14 July 2017 at 19:11, Markus Koschany wrote: > Am 14.07.2017 um 17:49 schrieb Carnë Draug: > [...] >> I will fix those issues. Should I then use debian.mentors again? On >> the perl team, changing the distribution to unstable moves them to >> "Ready for Uplo

Re: passing -XDignore.symbol.file to compiler with maven

2017-07-14 Thread Carnë Draug
On 13 July 2017 at 21:03, Markus Koschany wrote: > Am 11.07.2017 um 15:53 schrieb Carnë Draug: >> Hi >> >> I'm trying to package JLargeArrays [1] to Debian which requires >> passing the '-XDignore.symbol.file' option to the compiler [2]. This >> pa

Re: wanting to join the java team

2017-07-14 Thread Carnë Draug
On 13 July 2017 at 20:59, Markus Koschany wrote: > Am 11.07.2017 um 18:57 schrieb Carnë Draug: > [...] >> Ok. I finished my first java package for debian and uploaded it to >> debian mentors [3]. Could someone take a look at it? That page says >> that the watch file d

Re: wanting to join the java team

2017-07-11 Thread Carnë Draug
On 10 July 2017 at 16:47, Markus Koschany wrote: > Forgot to CC the list. > > Hello Carnë, > > welcome to the list. Please consider to subscribe! > > Am 10.07.2017 um 16:41 schrieb Carnë Draug: >> Hi >> >> I am interested joining the Debian java team and p

passing -XDignore.symbol.file to compiler with maven

2017-07-11 Thread Carnë Draug
Hi I'm trying to package JLargeArrays [1] to Debian which requires passing the '-XDignore.symbol.file' option to the compiler [2]. This package uses maven and 'mvn package' works fine in Debian Stretch. However, the Debian package I prepared [3] failed to build until I set the maven.compiler.for

wanting to join the java team

2017-07-10 Thread Carnë Draug
Hi I am interested joining the Debian java team and package a series of java applications. The long term goal is to package bioformats [1] and OMERO [2] altough I will start by packaging their dependencies. I have packaged a series of perl distributions before with the perl team so while new to