RFS: testng/6.8.7-1 [ITA]

2013-09-11 Thread Eugene Zhukov
  Dear java packagers,

  I am looking for a sponsor for my package "testng"

 * Package name: testng
   Version : 6.8.7-1
   Upstream Author : Cedric Beust
 * URL : http://testng.org
 * License : Apache-2.0
   Section : java

  It builds those binary packages:

testng - testing framework for Java

  To access further information about this package, please visit the
following URL:

  http://mentors.debian.net/package/testng

  Alternatively, one can download the package with dget using this command:

dget -x 
http://mentors.debian.net/debian/pool/main/t/testng/testng_6.8.7-1.dsc

  Changes since the last upload:
Current version in Debian is almost 4 years old. So this is a major upgrade.

  I would be glad if someone uploaded this package into experimental for me.

  Regards,
   Eugene Zhukov


-- 
To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAPqGMfLVzVVM7=ye255_ephhqtq1isvepao7yv+sxahkty-...@mail.gmail.com



Re: RFS: testng/6.8.7-1 [ITA]

2013-09-11 Thread Emmanuel Bourg
Hi Eugene,

Thank you very much for revamping the testng package. That was the only
package I never managed to build.

I haven't tested the package, but after looking at the source on alioth
I have a few suggestions:

* You should be able to avoid patching the pom by adding rules in
debian/maven.rules

* It would be nice to import the upstream source in Git with:

git-import-orig --verbose --merge --pristine-tar
testng_6.8.7.orig.tar.gz

* The changelog should probably mention that you rewrote the packaging
using maven-debian-helper and that you dropped all the previous patches.

* You could use canonical URLs for the Vcs-* fields in debian/control to
avoid a lintian warning.

* I suggest compressing the source tarball with xz, mh_make will do that
by default in the next release. The syntax for orig-tar.sh is:

XZ_OPT=--best tar cJf $TAR --exclude '*.jar' --exclude '*.class' $DIR


Emmanuel Bourg


-- 
To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/52305a1e.3090...@apache.org



Re: RFS: testng/6.8.7-1 [ITA]

2013-09-11 Thread Eugene Zhukov
Thanks, Emmanuel, for this valuable feedback!
On Wed, Sep 11, 2013 at 2:55 PM, Emmanuel Bourg  wrote:
> Hi Eugene,
>
> Thank you very much for revamping the testng package. That was the only
> package I never managed to build.
>
> I haven't tested the package, but after looking at the source on alioth
> I have a few suggestions:
>
> * You should be able to avoid patching the pom by adding rules in
> debian/maven.rules

I reduced the patch, it only adds one line now 1.5,
since I couldn't find another way to do that.

> * It would be nice to import the upstream source in Git with:
>
> git-import-orig --verbose --merge --pristine-tar
> testng_6.8.7.orig.tar.gz
>
Why? Full source is available at https://github.com/cbeust/testng

> * The changelog should probably mention that you rewrote the packaging
> using maven-debian-helper and that you dropped all the previous patches.
>
Added

> * You could use canonical URLs for the Vcs-* fields in debian/control to
> avoid a lintian warning.
>
Done

> * I suggest compressing the source tarball with xz, mh_make will do that
> by default in the next release. The syntax for orig-tar.sh is:
>
> XZ_OPT=--best tar cJf $TAR --exclude '*.jar' --exclude '*.class' $DIR
>
Done

Eugene


-- 
To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAPqGMfLY6q_TUf93BT23FFts2k7ZZXCYf4bu+=-x4azfiz7...@mail.gmail.com



Re: RFS: testng/6.8.7-1 [ITA]

2013-09-11 Thread Emmanuel Bourg
Le 11/09/2013 15:11, Eugene Zhukov a écrit :

> I reduced the patch, it only adds one line now 1.5,
> since I couldn't find another way to do that.

You can do that by adding the property maven.compiler.target=1.5 in
debian/maven.properties


> Why? Full source is available at https://github.com/cbeust/testng

That's how most of the Git based packages work, unlike the SVN based
packages. I think it's important to have consistent practices for the
Java packages, this allows other maintainers to jump in and help quickly
without adapting to each package peculiarities.

Emmanuel Bourg


-- 
To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/52307040.9010...@apache.org



RFS: maven-plugin-tools/2.8-3

2013-09-11 Thread Emmanuel Bourg
Hi all,

I updated the maven-plugin-tools plugin to removed the unused dependency
on Google Collections and I'm looking for a sponsor to upload it.

Here is the changelog:

  * debian/control:
- Removed the unused dependency on libgoogle-collections-java
- Updated Standards-Version to 3.9.4 (no changes)
- Use canonical URLs for the Vcs-* fields
  * debian/rules: Added a clean target to allow rebuilds
  * Build depend on debhelper >= 9

http://mentors.debian.net/package/maven-plugin-tools

Thank you,

Emmanuel Bourg



signature.asc
Description: OpenPGP digital signature


Re: RFS: testng/6.8.7-1 [ITA]

2013-09-11 Thread Eugene Zhukov
On Wed, Sep 11, 2013 at 4:29 PM, Emmanuel Bourg  wrote:
> Le 11/09/2013 15:11, Eugene Zhukov a écrit :
>
>> I reduced the patch, it only adds one line now 1.5,
>> since I couldn't find another way to do that.
>
> You can do that by adding the property maven.compiler.target=1.5 in
> debian/maven.properties

Done, thanks!

>
>> Why? Full source is available at https://github.com/cbeust/testng
>
> That's how most of the Git based packages work, unlike the SVN based
> packages. I think it's important to have consistent practices for the
> Java packages, this allows other maintainers to jump in and help quickly
> without adapting to each package peculiarities.
>
You're right, I added upstream source.

Thanks,
Eugene


--
To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAPqGMfKgFwAgJ__t9RrAay4b=eiznqk76xkgijojwby3yrr...@mail.gmail.com



Re: Openjdk-6 bug hurts netbeans

2013-09-11 Thread Sylvestre Ledru
On 11/09/2013 20:06, Joachim Zobel wrote:
> Hi.
>
> I did report the following bug
>
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720684
>
> which makes netbeans half way unusable.
>
> Should I write a referencing netbeans bug report?
>
> Could you move netbeans to openjdk-7 as a workaround?
>
You should report a bug on netbeans. However, it does not seem
maintained anymore:
http://packages.qa.debian.org/n/netbeans.html

S


-- 
To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5230bf4d.5020...@debian.org



Re: Openjdk-6 bug hurts netbeans

2013-09-11 Thread Sylvestre Ledru
On 11/09/2013 22:12, Joachim Zobel wrote:
> Am Mittwoch, den 11.09.2013, 21:06 +0200 schrieb Sylvestre Ledru:
>> However, it does not seem
>> maintained anymore:
>> http://packages.qa.debian.org/n/netbeans.html
> I already had that impression. I reported 
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698514
> in January that did not show any activity since.
>
> How do I become a netbeans maintainer?
>
Here are a few steps:
* Join the debian pkg-java team on alioth
* package the new upstream release if any
* fix bugs (like "yours") on the Debian and Ubuntu bug tracker
* ping us on the mailing list to get reviews and your package uploaded!

Sylvestre


-- 
To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5230d047.5060...@debian.org



Re: Openjdk-6 bug hurts netbeans

2013-09-11 Thread Joachim Zobel
Am Mittwoch, den 11.09.2013, 21:06 +0200 schrieb Sylvestre Ledru:
> However, it does not seem
> maintained anymore:
> http://packages.qa.debian.org/n/netbeans.html

I already had that impression. I reported 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698514
in January that did not show any activity since.

How do I become a netbeans maintainer?

Sincerely,
Joachim




-- 
To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1378930363.5012.11.ca...@backspace.crrrwg.de



Re: Openjdk-6 bug hurts netbeans

2013-09-11 Thread Matthias Klose
Am 11.09.2013 20:06, schrieb Joachim Zobel:
> Hi.
> 
> I did report the following bug
> 
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720684
> 
> which makes netbeans half way unusable.
> 
> Should I write a referencing netbeans bug report?

no, netbeans needs somebody committed to do regular updates, best thing is to
get information from upstream, and then build updated packages.  and resist
upstream asking for the removal of any binary package from a distribution.

> Could you move netbeans to openjdk-7 as a workaround?

No, at least this version has a check for 6 built in. Please check for 7.4.

  Matthias


-- 
To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5230cfd2.3030...@ubuntu.com



RFS: plexus-containers and plexus-containers1.5

2013-09-11 Thread Emmanuel Bourg
Hi all,

I updated the plexus-containers and plexus-containers1.5 packages to
replace the dependency on Google Collections by Guava and I'm looking
for a sponsor to upload them.

Here are the changelogs:

plexus-containers:

  * Replaced the dependency on Google Collections by Guava
  * Use canonical URLs for the Vcs-* fields
  * debian/rules: Improved the clean target to allow rebuilds

http://mentors.debian.net/package/plexus-containers

plexus-containers1.5:

  * Replaced the dependency on Google Collections by Guava
  * Use canonical URLs for the Vcs-* fields
  * debian/rules: Improved the clean target to allow rebuilds
  * debian/copyright: Updated the Format URI to 1.0

http://mentors.debian.net/package/plexus-containers1.5

Thank you,

Emmanuel Bourg



signature.asc
Description: OpenPGP digital signature


Re: Openjdk-6 bug hurts netbeans

2013-09-11 Thread Andrew Ross
On 11/09/13 21:12, Joachim Zobel wrote:
> Am Mittwoch, den 11.09.2013, 21:06 +0200 schrieb Sylvestre Ledru:
>> However, it does not seem
>> maintained anymore:
>> http://packages.qa.debian.org/n/netbeans.html
> 
> I already had that impression. I reported 
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698514
> in January that did not show any activity since.
> 
> How do I become a netbeans maintainer?
> 
> Sincerely,
> Joachim
> 
> 
> 
> 

Hi Joachim,

If you're interested in getting Netbeans updated then that would be
great. I've made some notes on what needs to be done to update to 7.3.1,
which I've been able to build with OpenJDK-7. You can see those here:

https://wiki.debian.org/Java/Netbeans

I'll start to push all the packaging I've done to git.debian.org and add
details to the wiki page. What then needs doing is some finalising of
the packages and getting them sponsored.

Unfortunately keeping up with Netbeans releases can be a challenge,
primarily due to the number of dependencies, so having help would be
much appreciated. If you feel you're able to devote some time to this
then let me know which packages you feel like tackling, and maybe mark
them on the wiki to de-conflict with others.

Thanks,
Andy


-- 
To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5230ecca.4060...@rossfamily.co.uk



RFS: uima-addons/2.3.1-3

2013-09-11 Thread Emmanuel Bourg
Hi all,

I updated the uima-addons package to remove the dependency on
libgoogle-collections-java and I'm looking for a sponsor to upload it.

Here is the changelog:

  * Removed the unused dependency on libgoogle-collections-java
  * Updated Standards-Version to 3.9.4 (no changes)
  * Use canonical URLs for the Vcs-* fields

http://mentors.debian.net/package/uima-addons

Thank you,

Emmanuel Bourg



signature.asc
Description: OpenPGP digital signature


Openjdk-6 bug hurts netbeans

2013-09-11 Thread Joachim Zobel
Hi.

I did report the following bug

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720684

which makes netbeans half way unusable.

Should I write a referencing netbeans bug report?

Could you move netbeans to openjdk-7 as a workaround?

Sincerely,
Joachim



-- 
To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1378922762.5012.4.ca...@backspace.crrrwg.de



RFS: icu4j (4.2.1.1-2)

2013-09-11 Thread Andrew Ross
Dear Debian Java Team members,

I am looking for a sponsor for my update to package icu4j.

The changelog is as follows:

icu4j (4.2.1.1-2) unstable; urgency=low

  * Team upload
  * Install maven pom (Closes: #722518)
  * Capitalise Unicode in description (Closes: #568351)
  * Fix typo in short description (Closes: #639848) (Closes: #643631)
  * Update Standards-Version: 3.9.4.
  * Canonicalise Vcs URLs

 -- Andrew Ross   Wed, 11 Sep 2013 23:59:36 +0100

The updates are in the Alioth SVN repository:

Vcs-Svn: svn://anonscm.debian.org/svn/pkg-java/trunk/icu4j
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/icu4j/

Thanks in advance for your review.

Thanks,
Andrew Ross


-- 
To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5230f955.1070...@rossfamily.co.uk



Re: RFS: libswarmcache-java/1.0RC2+cvs20071027-7 - [UPLOADED]

2013-09-11 Thread tony mancill
On 09/09/2013 01:36 PM, Emmanuel Bourg wrote:
> Hi all,
> 
> I refreshed the libswarmcache-java package and I'm looking for a sponsor
> to upload it.

Uploaded.



signature.asc
Description: OpenPGP digital signature


Re: Openjdk-6 bug hurts netbeans

2013-09-11 Thread Joachim Zobel
Am Mittwoch, den 11.09.2013, 22:19 +0200 schrieb Sylvestre Ledru:
> * Join the debian pkg-java team on alioth
How do I do that? 

> * package the new upstream release if any
This can not go into stable/wheezy, right?

> * fix bugs (like "yours") on the Debian and Ubuntu bug tracker
I would consider this my priority. By now the stable release is rather
broken, which is IMHO not acceptable.

Sincerely,
Joachim



-- 
To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1378965067.4437.3.ca...@backspace.crrrwg.de



Re: Openjdk-6 bug hurts netbeans

2013-09-11 Thread Joachim Zobel
Am Mittwoch, den 11.09.2013, 22:17 +0200 schrieb Matthias Klose:
> No, at least this version has a check for 6 built in. Please check for
> 7.4.

What kind of check do you mean? Sure it is still there?
netbeans --jdkhome /usr/lib/jvm/java-7-openjdk-amd64
starts without complaining. Or is this because netbeans considers this
intentional so that no warning is needed?

Sincerely,
Joachim


-- 
To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1378965448.4437.7.ca...@backspace.crrrwg.de