Processed: Re: Bug#712589: libcommons-compress-java: Ensure JUnit 4 test annotations are correctly detected

2013-06-17 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 serious
Bug #712589 [libcommons-compress-java] libcommons-compress-java: Ensure JUnit 4 
test annotations are correctly detected
Severity set to 'serious' from 'normal'

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

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


Bug#712589: libcommons-compress-java: Ensure JUnit 4 test annotations are correctly detected

2013-06-17 Thread gregor herrmann
Control: severity -1 serious

On Mon, 17 Jun 2013 15:48:14 +0100, James Page wrote:

> Package: libcommons-compress-java
> Version: 1.5-1
> Severity: normal
> Tags: patch
> User: ubuntu-de...@lists.ubuntu.com
> Usertags: origin-ubuntu saucy ubuntu-patch
> 
> Dear Maintainer,
> 
> In Ubuntu, the attached patch was applied to achieve the following:
> 
>   * d/rules: Include ant-junit4.jar on build classpath to ensure that
> JUnit 4 test annotations are correctly detected, fixing FTBFS.

Ack, FTBFS in unstable:

test:
[mkdir] Created dir: /tmp/buildd/libcommons-compress-java-1.5/test/results
[junit] Running org.apache.commons.compress.ArchiveUtilsTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.011 sec
[junit] Running org.apache.commons.compress.ChainingTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.019 sec
[junit] Running org.apache.commons.compress.DetectArchiverTestCase
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.023 sec
[junit] Running org.apache.commons.compress.DetectCompressorTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.004 sec
[junit] Running org.apache.commons.compress.IOMethodsTest
[junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.051 sec
[junit] Running org.apache.commons.compress.archivers.ArTestCase
[junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.022 sec
[junit] Running 
org.apache.commons.compress.archivers.ArchiveOutputStreamTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.046 sec
[junit] Running 
org.apache.commons.compress.archivers.ArchiveStreamFactoryTest
[junit] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
0.002 sec

BUILD FAILED
/tmp/buildd/libcommons-compress-java-1.5/debian/build.xml:34: Test 
org.apache.commons.compress.archivers.ArchiveStreamFactoryTest failed


Adjusting severity.


Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Simon & Garfunkel: Bridge Over Troubled Water


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

Bug#712589: libcommons-compress-java: Ensure JUnit 4 test annotations are correctly detected

2013-06-17 Thread James Page
Package: libcommons-compress-java
Version: 1.5-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu saucy ubuntu-patch

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * d/rules: Include ant-junit4.jar on build classpath to ensure that
JUnit 4 test annotations are correctly detected, fixing FTBFS.

Thanks for considering the patch.


-- System Information:
Debian Release: wheezy/sid
  APT prefers saucy-updates
  APT policy: (500, 'saucy-updates'), (500, 'saucy-security'), (500, 'saucy'), 
(100, 'saucy-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.9.0-6-generic (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
diff -Nru libcommons-compress-java-1.5/debian/changelog libcommons-compress-java-1.5/debian/changelog
diff -Nru libcommons-compress-java-1.5/debian/rules libcommons-compress-java-1.5/debian/rules
--- libcommons-compress-java-1.5/debian/rules	2013-04-13 11:15:20.0 +0100
+++ libcommons-compress-java-1.5/debian/rules	2013-06-17 14:29:01.0 +0100
@@ -5,7 +5,7 @@
 
 JAVA_HOME := /usr/lib/jvm/default-java
 DEB_ANT_BUILDFILE := debian/build.xml
-DEB_JARS  := ant-junit junit4 xz
+DEB_JARS  := ant-junit4 ant-junit junit4 xz
 PACKAGE   := commons-compress
 
 install/lib$(PACKAGE)-java::
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.