Bug#776082: jffi: Please update it to 1.2.7 or a more recent release

2015-01-23 Thread Emmanuel Bourg
Le 23/01/2015 18:59, Miguel Landaeta a écrit :

 Additionally, the native jar must be available in the maven repo.

It may not be necessary to deploy the native lib in the Maven
repository. If the native lib is in the expected multi arch path it can
be loaded easily without messing with Maven and a complex library
loading logic. It avoids installing arch specific jars containing native
libraries in the Maven repository.

Emmanuel Bourg

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#776087: nailgun: Please provide Maven artifacts

2015-01-23 Thread Miguel Landaeta
Package: nailgun
Version: 0.9.0+trunk95-3
Severity: important

Libraries using Maven to manage their dependencies cannot find nailgun
since it doesn't provide any Maven artifacts.


-- System Information:
Debian Release: 7.8
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.13-0.bpo.1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=UTF-8 (charmap=UTF-8) (ignored: LC_ALL set 
to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 
Miguel Landaeta, nomadium at debian.org
secure email with PGP 0x6E608B637D8967E9 available at http://miguel.cc/key.
Faith means not wanting to know what is true. -- Nietzsche


signature.asc
Description: Digital signature
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#776082: jffi: Please update it to 1.2.7 or a more recent release

2015-01-23 Thread Miguel Landaeta
Package: src:jffi
Version: 1.0.2-11
Severity: wishlist

jruby 1.7.x depends on a recent release of jffi.
Additionally, the native jar must be available in the maven repo.


-- System Information:
Debian Release: 7.8
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.13-0.bpo.1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=UTF-8 (charmap=UTF-8) (ignored: LC_ALL set 
to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 
Miguel Landaeta, nomadium at debian.org
secure email with PGP 0x6E608B637D8967E9 available at http://miguel.cc/key.
Faith means not wanting to know what is true. -- Nietzsche


signature.asc
Description: Digital signature
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#773131:

2015-01-23 Thread Potter, Tim (Cloud Services)
On 24 Jan 2015, at 1:57 am, Miguel Landaeta nomad...@debian.org wrote:

 On Fri, Jan 23, 2015 at 06:21:34AM +, Potter, Tim (Cloud Services) wrote:
 Just a quick update for the dependencies I’m working on. 
 
 [...]
 
 * jnr-enxio, jnr-unixsocket, packaged and pushed to pkg-java
 
 While these packages all build, there’s still a bunch of work to do on the 
 usual suspects - d/copyright, javadocs as appropriate, and fixing lintian 
 warnings and errors.  I’ll start this next week.
 
 Do you need sponsoring for jnr-enxio and jnr-unixsocket?

Hi Miguel.  Yes that would be great - thanks.  There’s still a couple of hours 
work to do yet though but I’ll let you know when they’re ready.

I submitted a DM application last week at a conference with lots of Australian 
DD’s.  Hopefully I can do a bit more of this myself when it comes through.


Regards,

Tim.

 -- 
 Miguel Landaeta, nomadium at debian.org
 secure email with PGP 0x6E608B637D8967E9 available at http://miguel.cc/key.
 Faith means not wanting to know what is true. -- Nietzsche

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#776082: jffi: Please update it to 1.2.7 or a more recent release

2015-01-23 Thread tony
On Fri, Jan 23, 2015 at 07:15:50PM +0100, Emmanuel Bourg wrote:
 Le 23/01/2015 18:59, Miguel Landaeta a écrit :
 
  Additionally, the native jar must be available in the maven repo.
 
 It may not be necessary to deploy the native lib in the Maven
 repository. If the native lib is in the expected multi arch path it can
 be loaded easily without messing with Maven and a complex library
 loading logic. It avoids installing arch specific jars containing native
 libraries in the Maven repository.

Hi,

Tim and I have been discussing this via email.  In this situation, I
think we'll have an arch-all package containing the -native JAR in
/usj + maven meta-data, but the actual native library contains the .so
be an arch-any package.

I need to look into it in a bit more detail, but I believe we can
consider this bug pending.  I think we can have something in
experimental soon.

Cheers,
tony


signature.asc
Description: Digital signature
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#776082: jffi: Please update it to 1.2.7 or a more recent release

2015-01-23 Thread Miguel Landaeta
On Fri, Jan 23, 2015 at 07:15:50PM +0100, Emmanuel Bourg wrote:
 Le 23/01/2015 18:59, Miguel Landaeta a écrit :
 
  Additionally, the native jar must be available in the maven repo.
 
 It may not be necessary to deploy the native lib in the Maven
 repository. If the native lib is in the expected multi arch path it can
 be loaded easily without messing with Maven and a complex library
 loading logic. It avoids installing arch specific jars containing native
 libraries in the Maven repository.

Emmanuel, thanks for the recommendation.

I don't have too much experience with those native jar but I agree it
seemed weird to me to see those jar with arch specific code in them in
the maven repo.

Later, I'll check what's the real need for that kind of jar and how
integrate it with multiarch.

-- 
Miguel Landaeta, nomadium at debian.org
secure email with PGP 0x6E608B637D8967E9 available at http://miguel.cc/key.
Faith means not wanting to know what is true. -- Nietzsche


signature.asc
Description: Digital signature
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#773131:

2015-01-23 Thread Miguel Landaeta
On Fri, Jan 23, 2015 at 06:59:57PM +, Potter, Tim (Cloud Services) wrote:
 
 Hi Miguel.  Yes that would be great - thanks.  There’s still a couple of 
 hours work to do yet though but I’ll let you know when they’re ready.

Great, just let me know.

 I submitted a DM application last week at a conference with lots of 
 Australian DD’s.  Hopefully I can do a bit more of this myself when it comes 
 through.

It's always nice to see debian-java team growing.

-- 
Miguel Landaeta, nomadium at debian.org
secure email with PGP 0x6E608B637D8967E9 available at http://miguel.cc/key.
Faith means not wanting to know what is true. -- Nietzsche


signature.asc
Description: Digital signature
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Processing of testng_6.8.17-1_amd64.changes

2015-01-23 Thread Debian FTP Masters
testng_6.8.17-1_amd64.changes uploaded successfully to localhost
along with the files:
  testng_6.8.17-1.dsc
  testng_6.8.17.orig.tar.gz
  testng_6.8.17-1.debian.tar.xz
  testng_6.8.17-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#776082: jffi: Please update it to 1.2.7 or a more recent release

2015-01-23 Thread Miguel Landaeta
On Fri, Jan 23, 2015 at 10:37:26AM -0800, tony wrote:
 On Fri, Jan 23, 2015 at 07:15:50PM +0100, Emmanuel Bourg wrote:
  Le 23/01/2015 18:59, Miguel Landaeta a écrit :
  
   Additionally, the native jar must be available in the maven repo.
  
  It may not be necessary to deploy the native lib in the Maven
  repository. If the native lib is in the expected multi arch path it can
  be loaded easily without messing with Maven and a complex library
  loading logic. It avoids installing arch specific jars containing native
  libraries in the Maven repository.
 
 Hi,
 
 Tim and I have been discussing this via email.  In this situation, I
 think we'll have an arch-all package containing the -native JAR in
 /usj + maven meta-data, but the actual native library contains the .so
 be an arch-any package.

Awesome, I see Tim  Tony are taking care of this.

Cheers,

-- 
Miguel Landaeta, nomadium at debian.org
secure email with PGP 0x6E608B637D8967E9 available at http://miguel.cc/key.
Faith means not wanting to know what is true. -- Nietzsche


signature.asc
Description: Digital signature
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

testng_6.8.17-1_amd64.changes ACCEPTED into experimental

2015-01-23 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 23 Jan 2015 20:29:58 +
Source: testng
Binary: testng
Architecture: source all
Version: 6.8.17-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Eugene Zhukov jevgeni...@gmail.com
Description:
 testng - testing framework for Java
Changes:
 testng (6.8.17-1) experimental; urgency=medium
 .
   * New upstream release
Checksums-Sha1:
 333bc1f1b259d7c680bfb8857c05afaa192ba475 2057 testng_6.8.17-1.dsc
 0cc98a355f7c2903b274847e5f100da88e6eb467 2102410 testng_6.8.17.orig.tar.gz
 a827b8153658c8bd50bab53170f9ddd4afbe74bf 66892 testng_6.8.17-1.debian.tar.xz
 7baea0070b5148289f5b6f2344a67fee63d7d195 787774 testng_6.8.17-1_all.deb
Checksums-Sha256:
 0ce3a22593c054a2214398978390985510ad7a525bac2b9f406e9126a71d4d3a 2057 
testng_6.8.17-1.dsc
 0be8502610d2b75fe3a8c0d064301017945dc5ef5e1c86acaadb6a2b11f66c6d 2102410 
testng_6.8.17.orig.tar.gz
 7d9ecab067f83f5f6228e3abfc0028efc0774f95202af2816263025ae2a980cb 66892 
testng_6.8.17-1.debian.tar.xz
 74468c90718ad961df2d5284d5a7ca66f48cd9f2e6bac485d903bde80d10836c 787774 
testng_6.8.17-1_all.deb
Files:
 dc778f90b9e5e1aa471f43b4983d9512 2057 java optional testng_6.8.17-1.dsc
 60b39eb7dad8423679c2f3e0f84d7296 2102410 java optional 
testng_6.8.17.orig.tar.gz
 4a692b5737e5bcb09c43201d0c50a79a 66892 java optional 
testng_6.8.17-1.debian.tar.xz
 897dccb9d3f6a8cd3fd31691ff7fddf2 787774 java optional testng_6.8.17-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJUwrEhAAoJENfTQC4BBmMMPl4P/2awiFwk54aQr4YptYbGLM0O
p0UDg/4+lEmRJo4eWZFAek5pAZHcpxvgOgHiIHTreSM+uyACFBzTFoN5la25E5Fr
yTYKIajp5idgaPvldp4nQfEimNoHPpDz20c6gX6I0Ww25nXjZodw86MDcfx89CGR
Azvl0/tP7lN8YP7o5RAOC64xU0UqRXWAbmsMi7p5/HXdghQGiirQchUmfYLgkznd
TaXPGWpXI0cc6dLOn3uouDv3HglcsMU17BGeyOzOJDO6LZfJk2+YOIm+ZbxwcOpx
JVVtdLbBKRiRR6a+qewvBaphyG2TuzcGGI2/fl0K8Cpjj42CIGGALA6+MoQdiDD/
jQxPsqmsZHYjzZ4/WPAbCHFbRTGgLipHfiaVJLqZ1VziH3BlB6iibPG8U0D+k0+3
6uR8l9qJ+HCc3XUnyO/M+LPCX9sYr7YPZLBDUp1NfL00HkUYiZuQm9b8NGIAut6h
JW0AFK9u4Xc3/8K1a7Z6Iqm0y/0AszRnF+qHKDHDb3ZI9nwNtl1yyUq2l2eAdpX2
ol5/tEctnPLR16nPBBvGRF9A7shxzwDWzkYeruwPBTDLJgsjNMS0NJy8fzC+SZnr
f9x7D7d/GNrReBPpf8IBQIrysNw/q/iIwE/yMSLp0e9vV7CVfD1DJTPDZm6wLBxk
iiVtH6inNyqw8xxQh1mu
=DGgW
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#776031: marked as done (libjnr-netdb-java: Please provide Maven artifacts)

2015-01-23 Thread Debian Bug Tracking System
Your message dated Fri, 23 Jan 2015 11:50:15 -0300
with message-id 20150123145015.ga21...@alice.nomadium.lan
and subject line Invalid bug
has caused the Debian Bug report #776031,
regarding libjnr-netdb-java: Please provide Maven artifacts
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
776031: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776031
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libjnr-netdb-java
Version: 1.0.3-3
Severity: important

As title says.

This is needed to be able to build jruby 1.7.x and 9.0.0.0 upcoming
releases.

-- System Information:
Debian Release: 7.8
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.13-0.bpo.1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=UTF-8 (charmap=UTF-8) (ignored: LC_ALL set 
to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 
Miguel Landaeta, nomadium at debian.org
secure email with PGP 0x6E608B637D8967E9 available at http://miguel.cc/key.
Faith means not wanting to know what is true. -- Nietzsche


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
This bug report is invalid. The package already has Maven artifacts.
Sorry for the noise.

-- 
Miguel Landaeta, nomadium at debian.org
secure email with PGP 0x6E608B637D8967E9 available at http://miguel.cc/key.
Faith means not wanting to know what is true. -- Nietzsche


signature.asc
Description: Digital signature
---End Message---
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.