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.000000000 +0100 +++ libcommons-compress-java-1.5/debian/rules 2013-06-17 14:29:01.000000000 +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::