Package: libslf4j-java
Version: 1.6.2-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu precise ubuntu-patch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
In Ubuntu, the attached patch was applied to achieve the following:
* Updates for Ubuntu MIR (LP: #878186):
+ Enable test suite:
- d/ant.properties, d/build.xml: Define new targets to compile and
execute test suites for all jar files.
- d/control: Add ant-optional and junit to B-D's.
- d/rules: Define DEB_ANT_CHECK_TARGET to execute test suite and add
ant-junit and junit to DEB_JARS.
+ d/control: Remove surplus dependencies - libjavassist-java,
libcommons-lang-java
Thanks for considering the patch.
- -- System Information:
Debian Release: wheezy/sid
APT prefers oneiric-updates
APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500,
'oneiric-proposed'), (500, 'oneiric')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.0-12-generic (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCAAGBQJOoTBzAAoJEL/srsug59jDpZIQAK7Fp3fzf0lFEZ9NXrUEk1ZQ
wvKr/qxuHd3tDdEGdrZG+M4CAp6GAZ45hYyPc2t+LCwsXTeGN0GKK5hY+yO27Sqb
uIdrDGF8y5OJCR7LlOXS52XhJOR4He/JAg9UdxRmK2HOz5a+yqjCS/e3z5mu42f1
3RZydhvt5PFoWh7RB+kz2nqJgoI1DbhVy/1yCfQQmZE/VVh/jkB3Mrmxm29lJGUq
NdgYvOpK9RpZ0MGUKp6sckb49fBU33UTdJddpXnKehEgr4fcJwanLp9LOkCet01o
SLhV5nbw8fbJFNVCtD++Ho/fR/K39pLiNrlLCRXfh/b4ZfLYACJYcodkiSnfhESS
/RJN5WjX8/ntMRD780yhSKlEBoklIrKNv4rH+ja9Wti5injjaL05Gfqv3+qmzrok
WX9EzOcN38WPZDg6WjmMECLqxOIR+eWerV5FI9TIuDYT175RRG3tyItbDrNmmOrz
cF3Z3XYxEPJ3oolwv+exE1cX10DrkznFSdVjr+PALTyHoDWLwH7+K2epsHGNJn3e
VUrQH1kKsDWtWFDnYZOkdiuR9vvFAI9w2j7EayMLQyO3Tzia/CTvANetZ/hratHy
twNibG03MwX5IC//z6lWCwUXL3na/hu+PcuFPHwiWpIYvaM5gIjBb+bzyBxBi5qL
tX2z3gCiB5j1pBlQ/erp
=xNgK
-----END PGP SIGNATURE-----
=== modified file 'debian/ant.properties'
--- debian/ant.properties 2009-12-03 23:35:00 +0000
+++ debian/ant.properties 2011-10-21 08:40:47 +0000
@@ -1,6 +1,11 @@
project.name=libslf4j-java
class.dir=classes
source.dir=src/main/java
+test.dir=test
+test.source.dir=src/test/java
+test.class.dir=test/classes
+test.res.dir=test/results
+test.resource.dir=src/test/resources
jcl-over-slf4j.dir=jcl-over-slf4j
jul-to-slf4j.dir=jul-to-slf4j
=== modified file 'debian/build.xml'
--- debian/build.xml 2010-03-01 22:50:56 +0000
+++ debian/build.xml 2011-10-21 08:40:47 +0000
@@ -15,6 +15,17 @@
+
+
+
+
+
+
+
+
+
+
+
@@ -141,4 +152,80 @@
-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
=== modified file 'debian/changelog'
=== modified file 'debian/control'
--- debian/control 2011-09-22 13:34:54 +0000
+++ debian/control 2011-10-21 08:41:05 +0000
@@ -5,12 +5,12 @@
Uploaders: Varun Hiremath
,
Damien Raude-Morvan
Build-Depends: ant,
+ ant-optional,
cdbs,
debhelper (>= 7),
default-jdk,
- libcommons-lang-java,
+ junit,
libcommons-logging-java,
- libjavassist-java,
liblog4j1.2-java,
maven-repo-helper
Standards-Version: 3.9.2
@@ -21,7 +21,7 @@
Package: libslf4j-java
Architecture: all
Depends: ${misc:Depends}
-Suggests: libcommons-logging-java, libjavassist-java, liblog4j1.2-java
+Suggests: libcommons-logging-java, liblog4j1.2-java
Description: Simple Logging Facade for Java
The Simple Logging Facade for Java (or SLF4J) is intended to serve as
a simple facade for various logging APIs allowing to the end-user to
=== modified file 'debian/rules'
--- debian/rules 2009-12-03 23:35:00 +0000
+++ debian/rules 2011-10-21 08:40:47 +0000
@@ -7,8 +7,9 @@
VERSION := $(DEB_UPSTREAM_VERSION)
JAVA_HOME := /usr/lib/jvm/default-java
DEB_ANT_BUILD_TARGET := jar
+DEB_ANT_CHECK_TARGET := test
DEB_ANT_BUILDFILE := debian/build.xml
-DEB_JARS := commons-logging log4j-1.2
+DEB_JARS := commons-logging log4j-1.2 ant-junit junit
MODULES := jcl-over-slf4j jul-to-slf4j log4j-over-slf4j slf4j-api \
slf4j-jcl slf4j-jdk14 slf4j-log4j12 slf4j-migrator slf4j-nop slf4j-simple
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
Please use
[email protected] for discussions and questions.