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

2020-12-08 Thread Pirate Praveen
On Mon, Dec 7, 2020 at 21:55, Emmanuel Bourg wrote: 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 relea

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: libprotobuf17 might need Breaks: libprotobuf10

2018-10-20 Thread Pirate Praveen
[copying debian-java as the failure is java related] On Mon, 15 Oct 2018 16:26:23 +0300 Adrian Bunk wrote: > Yes, that's what I also suspect. > > When it has been observed that ending up with both libprotobuf10 and > libprotobuf17 in a binary will not work, then this should be expressed > thro

Re: jackson-module-afterburner RM salsa

2018-06-26 Thread Pirate Praveen
On Tuesday 26 June 2018 09:53 PM, Geert Stappers wrote: > > Hi debian-java, > > In https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850423 is > package jackson-module-afterburner removed from Debian archive. > > I want to remove https://salsa.debian.org/java-team/jackson-module-afterburner > >

Re: gnukhata, swt and gtk3

2015-12-27 Thread Pirate Praveen
[adding ITP to cc] On Tuesday 20 October 2015 09:18 PM, Pirate Praveen wrote: > > > On 2015, ഒക്‌ടോബർ 20 8:18:12 PM IST, Stuart > wrote: >> Hi Praveen, >> I have some experience with SWT, which version of SWT are you using? > > It 4.x. I have embedded the u

Re: gnukhata, swt and gtk3

2015-10-20 Thread Pirate Praveen
On 2015, ഒക്‌ടോബർ 20 8:18:12 PM IST, Stuart wrote: >Hi Praveen, >I have some experience with SWT, which version of SWT are you using? It 4.x. I have embedded the upstream jars in the package to focus on the compatibility issues first. >I will try to get a download of the code to take a look.

gnukhata, swt and gtk3

2015-09-09 Thread Pirate Praveen
Hi, I have created gnukhata (gnukhata.in) desktop application packages. You can download it here https://people.debian.org/~praveen/gnukhata/ There is some compatibility issues with GTK3 and it works in Ubuntu 14.04 LTS when SWT_GTK3=0 is set. But it is not working on debian sid. Just run gnukh

Re: help packaging kontalk with gradle build system

2015-07-28 Thread Pirate Praveen
On Tuesday 28 July 2015 11:34 AM, 殷啟聰 wrote: > Hi Praveen, > > I have made a comment, please check it out, thank you. > > Typically we will use flatDir { dirs "/usr/share/java" } and maven { url > "file:///usr/share/maven-repo" } so that Gradle will search for system > jars automatically. Thanks

Re: help packaging kontalk with gradle build system

2015-07-28 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2015, ജൂലൈ 28 1:26:31 PM IST, Emmanuel Bourg wrote: >Le 28/07/2015 07:25, Pirate Praveen a écrit : > >> Do we have a package that use gradle? Can anyone comment here on best >> way for upstream to support system jars? >

help packaging kontalk with gradle build system

2015-07-27 Thread Pirate Praveen
Hi, Do we have a package that use gradle? Can anyone comment here on best way for upstream to support system jars? https://github.com/kontalk/desktopclient-java/issues/49 Thanks Praveen -- To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org with a subject of "unsubscribe". Trouble?

plans for eclipse luna in debian

2015-04-03 Thread Pirate Praveen
Hi, I'm trying to package gnukhata (gitlab.com/gnukhata) and they use eclipse luna. When we run it with 3.8 version of ecipse-rcp, we get class not found exceptions. What are the plans for packaging luna? Thanks Praveen signature.asc Description: OpenPGP digital signature

Re: how to make sure a jar file is opened with correct java version?

2014-07-25 Thread Pirate Praveen
On Monday 21 July 2014 08:42 PM, tony mancill wrote: > Hello Praveen, > > Take a look at java-wrappers - it provides support for finding a > suitable JRE and for constructing a classpath. You can use > 'revere-depends java-wrappers' to find examples of packages that use it > - weka and tuxguitar

how to make sure a jar file is opened with correct java version?

2014-07-21 Thread Pirate Praveen
hi, I have packaged gnukhata (http://people.debian.org/~praveen/gnukhata) and it is built with java 7 and it depends on java7-runtime. When you install gnukhata, java7 is installed but on system which has a java 6 version already installed, the default java is java 6 and it fails to start. We have

Re: gnome panel icon missing when launching jar file from command line

2014-07-10 Thread Pirate Praveen
On Wednesday 09 July 2014 06:56 PM, Pirate Praveen wrote: > On Monday 23 June 2014 06:08 PM, Pirate Praveen wrote: >> Hi, >> >> I have created a package from gnukhata (you can install it from >> people.debian.org/~praveen/gnukhata - I'm waiting for a tarball relea

Re: gnome panel icon missing when launching jar file from command line

2014-07-09 Thread Pirate Praveen
On Monday 23 June 2014 06:08 PM, Pirate Praveen wrote: > Hi, > > I have created a package from gnukhata (you can install it from > people.debian.org/~praveen/gnukhata - I'm waiting for a tarball release > from upstream to add it to team repo). When I launch gnukhata from the

Re: Bug#752397: javahelper doesn't add libswt-cairo-gtk-3-jni when {java:Depends} is specified

2014-06-24 Thread Pirate Praveen
[adding debian-java list] On Tuesday 24 June 2014 10:14 AM, Niels Thykier wrote: > On 2014-06-23 14:14, Praveen Arimbrathodiyil wrote: >> package: javahelper, libswt-gtk-3-java >> severity: important >> >> It is likely that libswt-gtk-3-java is missing a runtime dependency on . >> To test this gnu

gnome panel icon missing when launching jar file from command line

2014-06-23 Thread Pirate Praveen
Hi, I have created a package from gnukhata (you can install it from people.debian.org/~praveen/gnukhata - I'm waiting for a tarball release from upstream to add it to team repo). When I launch gnukhata from the menu gnukhata icon is visible on the panel and it is shows as GNUKhata. But when I run

Re: libjopendocument-java build failures after repack

2014-06-21 Thread Pirate Praveen
On Saturday 21 June 2014 12:20 PM, Jerome Robert wrote: > > but I guess that in a packaging context this one, which avoid patching, is > better: > > --- a/debian/rules > +++ b/debian/rules > @@ -4,6 +4,7 @@ > # Uncomment this to turn on verbose mode. > #export DH_VERBO

Re: libjopendocument-java build failures after repack

2014-06-20 Thread Pirate Praveen
On Friday 20 June 2014 08:37 PM, Jerome Robert wrote: > Hi Praveen, > > According to: > > http://anonscm.debian.org/viewvc/pkg-java/trunk/libcommons-collections3-java/debian/patches/java8-compatibility.patch?view=markup > > MultiHashMap.remove has been renamed to MultiHashMap.removeMapping so >

libjopendocument-java build failures after repack

2014-06-20 Thread Pirate Praveen
Hi, This packaged had many jar files embedded in it and it was building fine. But after removing the embedded jars and adding them in build-deps, there is one build error now [I might have missed adding some jars, but previous build errors where helpful to find which jar is missing). Can anyone h