Bug#834259: findbugs: Old BCEL version

2016-08-13 Thread Christopher Hoskin
Dear Emmanuel,

Should there not be a 6.x generic version then?

Christopher
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#834259: findbugs: Old BCEL version

2016-08-13 Thread Emmanuel Bourg
On 08/13/2016 11:06 PM, Christopher Hoskin wrote:

> Findbugs has switched to using BCEL 6.0, version 5 is no longer packaged
> in unstable, and is instead relocated to 6. Therefore the debian/maven.rules
> file should be updated accordingly.

Hi Christopher,

Actually the generic version for BCEL is still 5.x, if you switch to 6.0
the build will break the next time a newer version of BCEL is packaged.

Emmanuel Bourg

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#834259: findbugs: Old BCEL version

2016-08-13 Thread Christopher Hoskin
Package: findbugs
Version: 3.1.0~preview2-1
Severity: minor
Tags: patch

Dear Maintainer,

Findbugs has switched to using BCEL 6.0, version 5 is no longer packaged in 
unstable, and is instead relocated to 6. Therefore the debian/maven.rules file 
should be updated accordingly.

(This would help when using build systems like Gradle which do not fully 
support POM relocation to a different version.)

Thanks.

Christopher Hoskin



-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages findbugs depends on:
ii  default-jre [java8-runtime]2:1.8-57
ii  java-wrappers  0.1.28
ii  libfindbugs-ant-java   3.1.0~preview2-1
ii  libfindbugs-java   3.1.0~preview2-1
ii  openjdk-8-jre [java8-runtime]  8u102-b14.1-2

findbugs recommends no packages.

findbugs suggests no packages.

-- no debconf information
diff --git a/debian/maven.rules b/debian/maven.rules
index 8f7a0b4..a75ca3e 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,3 +1,3 @@
 
-s/com.google.code.findbugs/org.apache.bcel/ s/bcel-findbugs/bcel/ * s/.*/5.x/ * *
+s/com.google.code.findbugs/org.apache.bcel/ s/bcel-findbugs/bcel/ * s/.*/6.0/ * *
 com.google.code.findbugs jsr305 * s/.*/0.x/ * *
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.