Bug#775977: java-package: --help text should include Java 8

2015-01-22 Thread Emmanuel Bourg
Thank you for the report Kim, this will be fixed in the next version.

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.


Processed: closing 750092

2015-01-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 close 750092
Bug #750092 [java-package] /usr/bin/make-jpkg: Failed to build deb package with 
Oracle jdk-8u5-linux-i586. No matching plugin found.
Marked Bug as done
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
750092: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750092
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
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.


Processed: tagging 775977

2015-01-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 775977 + pending
Bug #775977 [java-package] java-package: --help text should include Java 8
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
775977: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775977
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
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#676877: java-package: Putting Jvisualvm in PATH

2015-01-22 Thread Emmanuel Bourg
It wouldn't harm to add 'jvisualvm' to the path, if our visualvm package
lags behind the latest upstream release this will provide a convenient
alternative to the users. Similarly we could add 'jmc' (Java Mission
Control) to the path when a JDK 8 is installed.

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#775987: maven: Maven depends on openjdk exclusively

2015-01-22 Thread Laurens Blankers
Package: maven
Version: 3.0.5-2
Severity: minor

Dear Java Maintainer,

I noticed that the maven package in jessie depends on 
{default-jre|java5-runtime}[-headless]. Which results in openjdk-7-jre being
pulled in even if an alternative JRE/JDK is installed. In my case the JDK 
installed is oracle-java7-jdk (using make-jpkg from java-package).

The ant package (also in jessie) doesn't exhibit this problem because it
also depends on java7-runtime-headless (which is provided by 
oracle-java7-jdk).

Although both will still install openjdk if oracle-java8-{jdk,jre} is
installed.

My suggestion would be to have both maven and ant depends on the virtual
package java-runtime-headless, since this is provided by all JREs and JDKs
including the once created by make-jpkg.

Sincererly,

Laurens

-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages maven depends on:
ii  default-jre [java5-runtime]  2:1.7-52
ii  default-jre-headless [java5-runtime-headless]2:1.7-52
ii  libaether-java   1.13.1-2
ii  libcommons-cli-java  1.2-3
ii  libcommons-codec-java1.9-1
ii  libcommons-httpclient-java   3.1-10.2
ii  libcommons-logging-java  1.2-1
ii  libguava-java17.0-1
ii  libplexus-cipher-java1.5-4
ii  libplexus-classworlds2-java  2.5.2-1
ii  libplexus-containers1.5-java 1.5.5-6
ii  libplexus-interpolation-java 1.19-1
ii  libplexus-sec-dispatcher-java1.3.1-6
ii  libplexus-utils2-java3.0.15-1
ii  libsisu-guice-java   3.2.4-1
ii  libsisu-ioc-java 2.3.0-5
ii  libwagon2-java   2.7-1
ii  openjdk-7-jre [java5-runtime]7u71-2.5.3-2
ii  openjdk-7-jre-headless [java5-runtime-headless]  7u71-2.5.3-2
ii  oracle-java7-jdk [java5-runtime-headless]7u71

maven recommends no packages.

maven suggests no packages.

-- no debconf information

__
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#775987: java-package: Java 8 packages should provide java5-runtime[-headless]

2015-01-22 Thread Laurens Blankers
On 22-1-2015 16:23, Emmanuel Bourg wrote:
 I'm reassigning this issue to java-package. If you have some time to
 work on a patch for make-jpkg that would be nice (with a loop
 generating the dependencies from 5 to n).
Attached is a simple patch against HEAD. It is not the prettiest
solution, but I believe it works.

Laurens
diff --git a/lib/jdk.sh b/lib/jdk.sh
index 8858bb6..1c75876 100644
--- a/lib/jdk.sh
+++ b/lib/jdk.sh
@@ -13,12 +13,18 @@ j2sdk_control() {
 # No browser on ARM yet
 java_browser_plugin=
 fi
+for i in `seq 5 ${j2se_release}`;
+do
+provides_runtime=${provides_runtime} java${i}-runtime,
+provides_headless=${provides_headless} java${i}-runtime-headless,
+provides_sdk=${provides_sdk} java${i}-sdk,
+done
 cat  EOF
 Package: $j2se_package
 Architecture: any
 Depends: \${misc:Depends}, $depends
 Recommends: netbase
-Provides: java-virtual-machine, java-runtime, java2-runtime, 
java${j2se_release}-runtime, java$((${j2se_release}-1))-runtime, 
java$((${j2se_release}-2))-runtime, $java_browser_plugin java-compiler, 
java2-compiler, java-runtime-headless, java2-runtime-headless, 
java${j2se_release}-runtime-headless, 
java$((${j2se_release}-1))-runtime-headless, 
java$((${j2se_release}-2))-runtime-headless, java-sdk, java2-sdk, 
java$((${j2se_release}-2))-sdk, java$((${j2se_release}-1))-sdk, 
java${j2se_release}-sdk
+Provides: java-virtual-machine, java-runtime, java2-runtime, $provides_runtime 
$java_browser_plugin java-compiler, java2-compiler, java-runtime-headless, 
java2-runtime-headless, $provides_headless java-sdk, java2-sdk, $provides_sdk
 Description: $j2se_title
  The Java(TM) SE JDK is a development environment for building
  applications, applets, and components that can be deployed on the
diff --git a/lib/jre.sh b/lib/jre.sh
index b19e6ce..93aed8b 100644
--- a/lib/jre.sh
+++ b/lib/jre.sh
@@ -1,12 +1,17 @@
 
 j2re_control() {
 j2se_control
+for i in `seq 5 ${j2se_release}`;
+do
+provides_runtime=${provides_runtime} java${i}-runtime,
+provides_headless=${provides_headless} java${i}-runtime-headless,
+done
 cat  EOF
 Package: $j2se_package
 Architecture: any
 Depends: \${misc:Depends}, \${shlibs:Depends}
 Recommends: netbase
-Provides: java-virtual-machine, java-runtime, java2-runtime, 
java${j2se_release}-runtime, java$((${j2se_release}-1))-runtime, 
java$((${j2se_release}-2))-runtime, java-runtime-headless, 
java2-runtime-headless, java${j2se_release}-runtime-headless, 
java$((${j2se_release}-1))-runtime-headless, 
java$((${j2se_release}-2))-runtime-headless, java-browser-plugin
+Provides: java-virtual-machine, java-runtime, java2-runtime, $provides_runtime 
java-runtime-headless, java2-runtime-headless, $provides_headless 
java-browser-plugin
 Description: $j2se_title
  The Java(TM) SE Runtime Environment contains the Java virtual machine,
  runtime class libraries, and Java application launcher that are
__
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#775987: java-package: Java 8 packages should provide java5-runtime[-headless]

2015-01-22 Thread Emmanuel Bourg
Control: reassign -1 java-package 0.56
Control: retitle -1 java-package: Java 8 packages should provide 
java5-runtime[-headless]

Le 22/01/2015 15:48, Laurens Blankers a écrit :

 What would you like me to do? Close this issue create a new one on
 java-package? Move this issue (how?)? How about the ant package, it
 depends also on java{6,7}-runtime, which is not wrong, but not necessary
 either, is that also a separate bug?

I'm reassigning this issue to java-package. If you have some time to work on a 
patch for make-jpkg that would be nice (with a loop generating the dependencies 
from 5 to n).

We can leave the dependencies on ant as is.

__
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.


Processed: Re: Bug#775987: java-package: Java 8 packages should provide java5-runtime[-headless]

2015-01-22 Thread Debian Bug Tracking System
Processing control commands:

 reassign -1 java-package 0.56
Bug #775987 [maven] maven: Maven depends on openjdk exclusively
Bug reassigned from package 'maven' to 'java-package'.
No longer marked as found in versions maven/3.0.5-2.
Ignoring request to alter fixed versions of bug #775987 to the same values 
previously set
Bug #775987 [java-package] maven: Maven depends on openjdk exclusively
Marked as found in versions java-package/0.56.
 retitle -1 java-package: Java 8 packages should provide 
 java5-runtime[-headless]
Bug #775987 [java-package] maven: Maven depends on openjdk exclusively
Changed Bug title to 'java-package: Java 8 packages should provide 
java5-runtime[-headless]' from 'maven: Maven depends on openjdk exclusively'

-- 
775987: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775987
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
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#776028: maven-site-plugin: Please package 3.4 or more recent releases

2015-01-22 Thread Miguel Landaeta
Package: src:maven-site-plugin
Version: 2.1-3
Severity: wishlist

This is mostly a reminder for myself.

I'm not quite sure yet if I'm going to need this to package a newer
jruby.

In any case, if I need it and nobody beats me to it, I'll take care of
this.


-- 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.

Processing of invokebinder_1.5-1_amd64.changes

2015-01-22 Thread Debian FTP Masters
invokebinder_1.5-1_amd64.changes uploaded successfully to localhost
along with the files:
  invokebinder_1.5-1.dsc
  invokebinder_1.5.orig.tar.gz
  invokebinder_1.5-1.debian.tar.xz
  libinvokebinder-java_1.5-1_all.deb
  libinvokebinder-java-doc_1.5-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#776031: libjnr-netdb-java: Please provide Maven artifacts

2015-01-22 Thread Miguel Landaeta
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
__
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#776032: yecht: Please package 1.0 or a more recent release

2015-01-22 Thread Miguel Landaeta
Package: src:yecht
Version: 0.0.2-2
Severity: wishlist

jruby 1.7.x depends on yecht 1.0 release so probably an update for
this package is going to be needed.


-- 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.

invokebinder_1.5-1_amd64.changes is NEW

2015-01-22 Thread Debian FTP Masters
binary:libinvokebinder-java is NEW.
binary:libinvokebinder-java-doc is NEW.
source:invokebinder is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will recieve an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html

__
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#776028: maven-site-plugin: Please package 3.4 or more recent releases

2015-01-22 Thread Emmanuel Bourg
Hi Miguel,

I don't think you'll really need this plugin to package jruby, usually
we don't package the site generated by Maven, but only the Javadoc.

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#776028: maven-site-plugin: Please package 3.4 or more recent releases

2015-01-22 Thread Miguel Landaeta
On Fri, Jan 23, 2015 at 12:06:43AM +0100, Emmanuel Bourg wrote:
 Hi Miguel,
 
 I don't think you'll really need this plugin to package jruby, usually
 we don't package the site generated by Maven, but only the Javadoc.

Hi Emmanuel,

That's right, that was I thought after I send this bug report.

I guess it was a knee jerk reaction after seeing that dependency in
jruby POM.

However, the version in Debian is outdated. I guess somebody needing a
recent maven-site-plugin would just fetch it from the central maven
repo but maybe eventually we could update this package anyway.

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.

Bug#773131:

2015-01-22 Thread Potter, Tim (Cloud Services)
Just a quick update for the dependencies I’m working on. 

* jffi, packaged version 1.2.7 and pushed to the pkg-java repo as jffi-1.2.7.  
Waiting for some direction on whether to merge over the old version, which I 
expect will be the way to go  This is a dependency for the remaining jnr-* 
packages.

* jnr-jffi, closed as a duplicate of jffi, above

* jnr-ffi, jnr-constants, packaged and pushed to pkg-java as they’re 
dependencies for the two packages below

* 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.


Tim.
__
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#775987: maven: Maven depends on openjdk exclusively

2015-01-22 Thread Laurens Blankers
Hi Emanual,

You're right. The problem only occurs with Java 8 not 7. If I modify
make-jpkg to also include release-3 the problem is resolved.

The way make-jpkg determines which virtual packages is provides is
currently hard-coded for Java 7, so there is also a problem for Java 6
(java4-runtime will be provided) as well as for any version beyond 9.

What would you like me to do? Close this issue create a new one on
java-package? Move this issue (how?)? How about the ant package, it
depends also on java{6,7}-runtime, which is not wrong, but not necessary
either, is that also a separate bug?

Laurens

On 22-1-2015 13:50, Emmanuel Bourg wrote:
 Hi Laurens,

 Thank you for the report. I think this is actually an issue with
 java-package. The package generated by make-jpkg provides
 javan-runtime[-headless] with n covering the last 3 versions. So for
 Java 8 it provides java{6,7,8}-runtime but not java5-runtime as required
 by maven.

 We should modify make-jpkg and provide all runtimes since Java 5.

 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#776011: jruby: FTBFS in jessie and sid on arm

2015-01-22 Thread 李健秋
Package: jruby
Version: 1.5.6-9
Severity: important

Dear Maintainer,

I got jruby ftbfs reproduced in jessie and sid chroot on arm porterbox.
The ftbfs log:
https://people.debian.org/~ajqlee/log/jruby_1.5.6-9_armhf.build.jessie
https://people.debian.org/~ajqlee/log/jruby_1.5.6-9_armel.build

Best regards,
-Andrew

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

Kernel: Linux 3.14-0.bpo.2-amd64 (SMP w/4 CPU cores)
Locale: LANG=zh_TW.UTF-8, LC_CTYPE=zh_TW.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

__
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.