Packaging openhab, a maven application...

2013-12-29 Thread Vincent Danjean
[2]: http://eclipse.org/tycho/ [3]: http://eclipse.org/tycho/download.php -- Vincent Danjean GPG key ID 0x9D025E87 vdanj...@debian.org GPG key fingerprint: FC95 08A6 854D DB48 4B9A 8A94 0BF7 7867 9D02 5E87 Unofficial pkgs: http://moais.imag.fr/membres/vincent.danjea

Re: Packaging openhab, a maven application...

2013-12-29 Thread Vincent Danjean
ckaging questions. Thanks a lot for these initial answers. Regards, Vincent > Emmanuel Bourg > > > Le 29/12/2013 17:40, Vincent Danjean a écrit : >> Hi, >> >> I just subscribed to this ML (so no need to CC me). >> While I think I'm a experimen

about mh_make

2013-12-29 Thread Vincent Danjean
, but what means each fields of "org.eclipse.tycho:org.eclipse.osgi:jar:3.9.0.v20130529-1710"? Regards, Vincent -- Vincent Danjean GPG key ID 0x9D025E87 vdanj...@debian.org GPG key fingerprint: FC95 08A6 854D DB48 4B9A 8A94 0BF7 7867 9D02 5E87 Unofficial

Re: Packaging openhab, a maven application...

2014-01-30 Thread Vincent Danjean
Hi, Here is a quick feedback on this subject On 29/12/2013 17:40, Vincent Danjean wrote: > I just subscribed to this ML (so no need to CC me). > While I think I'm a experimented developer, in particular in C > and low-level system stuff, I'm rather newbie about

Asking a review of the htsjdk package

2015-09-06 Thread Vincent Danjean
d with git clone git://anonscm.debian.org/debian-med/htsjdk.git Regards, Vincent -- Vincent Danjean GPG key ID 0xD17897FA vdanj...@debian.org GPG key fingerprint: 621E 3509 654D D77C 43F5 CA4A F6AE F2AF D178 97FA Unofficial pkgs: http://moais.imag.fr/membres/vincent.danjean/deb.html

Re: Asking a review of the htsjdk package

2015-09-07 Thread Vincent Danjean
On 07/09/2015 09:00, Emmanuel Bourg wrote: > Le 07/09/2015 00:56, Vincent Danjean a écrit : > >> So, I created a new package (source package 'htsjdk') that is >> currently in the NEW queue. That said, I would be very pleased if >> someone from the java team c

Re: Asking a review of the htsjdk package

2015-09-07 Thread Vincent Danjean
On 07/09/2015 09:57, Andreas Tille wrote: > Hi Vincent, > > On Mon, Sep 07, 2015 at 12:56:42AM +0200, Vincent Danjean wrote: >> I'm in the process to package the new picard-tools upstream. >> It is done within the Debian Med packaging team but it is a >> jav

Asking help for the picard-tools package

2015-09-07 Thread Vincent Danjean
as been replaced by a ' ' Is this a known issue with java tools? Is there a workaround? Google did not show me anything relevant. Regards, Vincent -- Vincent Danjean GPG key ID 0xD17897FA vdanj...@debian.org GPG key fingerprint: 621E 3509 654D D77C 43F5 CA4A

Re: Asking help for the picard-tools package

2015-09-08 Thread Vincent Danjean
On 08/09/2015 02:02, Vincent Danjean wrote: > I'm annoyed with the current package: the tests fail when the > sources are in a directory containing a '+'. And, due to the repack > and the +dfsg suffix, my sbuilder put the source into a > «BUILDDIR»/picard-tools-1.138+d

Asking review for the picard-tools package

2015-09-08 Thread Vincent Danjean
On 08/09/2015 09:39, Vincent Danjean wrote: > On 08/09/2015 02:02, Vincent Danjean wrote: >> I'm annoyed with the current package: the tests fail when the >> sources are in a directory containing a '+'. And, due to the repack >> and the +dfsg suffi

Re: Providing Maven input files for picard-tools (Was: Hopefully final problems with maven rules)

2015-11-26 Thread Vincent Danjean
Maven central (as debian/pom-samtools.xml >> and debian/pom-picard.xml for example) >> - add a build dependency on maven-repo-helper >> - call mh_installjar and mh_installpom in debian/rules (this will >> replace the override_dh_link target, the debian/libsam-java.ins

Re: [Help]: Bug#808593: htsjdk: FTBFS: [testng] FAILED: testHTTPNotExist

2016-03-14 Thread Vincent Danjean
8? I do not change this part myself and did not check the requirement, but I just saw with picard-tools (same upstream authors) that java 8 is also required ( <> operator (>=7) and lambda expressions (>=8) ) so I would like to be sure to do the correct thing. Regards, Vincent &g

Re: [Help]: Bug#808593: htsjdk: FTBFS: [testng] FAILED: testHTTPNotExist

2016-03-14 Thread Vincent Danjean
Le 14/03/2016 21:20, Vincent Danjean a écrit : > Is it the correct way to build a package that requires java 8? I just saw that default-jre/jdk is 1.8 now, so I'm sure this package need to be fixed. If someone can tell me how to do it (or just point me to a package correctly

jacoco is Debian?

2016-03-14 Thread Vincent Danjean
: [...] [...] [...] -- Vincent

Re: Htsjdk changed to gradle - please help (Was: Trying to update htsjdk but some tests are failing)

2016-07-05 Thread Vincent Danjean
[Adding java team in copy as they might help to complete this packaging] Hi, Le 29/06/2016 à 14:28, Andreas Tille a écrit : > Hi, > > On Wed, Jun 29, 2016 at 09:24:37AM +0200, Andreas Tille wrote: [...] >> I'll take over and will try with the latest version (2.5.0). If I >> observe anything s

Help with missing pom files

2016-07-06 Thread Vincent Danjean
Hi, More on the specific issue for the java team: Le 06/07/2016 à 01:53, Vincent Danjean a écrit : > [Adding java team in copy as they might help to complete this packaging] [...] > I successfully compiled htsjdk on my system with the following > limitation: ngs-java needs a pom f

gradle, dependencies and sdk jars

2016-07-07 Thread Vincent Danjean
Le 06/07/2016 à 10:03, Emmanuel Bourg a écrit : > Le 6/07/2016 à 09:30, Vincent Danjean a écrit : > >> I just realized that htsjdk will also need a pom file itself. >> Where can I find documentation about pom files? How to create one >> in a Debian package? It is n

Re: gradle, dependencies and sdk jars

2016-07-07 Thread Vincent Danjean
Le 07/07/2016 à 14:36, Emmanuel Bourg a écrit : > Le 7/07/2016 à 13:43, Vincent Danjean a écrit : > >> - for now, I need to manually fill the debian/libhtsjdk-java.classpath >> file, mainly reading the "dependencies" part of build.gradle. >> It this the corr

Re: Packaging a maven project for Debian

2016-09-04 Thread Vincent Danjean
Le 19/07/2016 à 14:07, Emmanuel Bourg a écrit : > When you want to update the package to a more recent version, you create > the new upstream tarball and then run gbp from the master branch: > > gbp import-orig --verbose --merge --pristine-tar If you have a correct debian/watch file (and use E

Re: RFS: libnative-platform-java/0.11-1

2016-11-11 Thread Vincent Danjean
oth Gradle 2.13 and 3.1. >>> >>> I also wish to get the upload permission of this package. Thank you! >> >> Hi Kai-Chung, >> >> looks good to me. I've reviewed the package and granted you upload >> permission. >> >> Cheers, >>