Your message dated Wed, 02 Nov 2011 21:06:58 +0000
with message-id <[email protected]>
and subject line Bug#646092: fixed in libslf4j-java 1.6.4-1
has caused the Debian Bug report #646092,
regarding libslf4j-java: Enablement of JUnit Test Suite + Removal of surplus
dependencies
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
646092: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646092
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Source: libslf4j-java
Source-Version: 1.6.4-1
We believe that the bug you reported is fixed in the latest version of
libslf4j-java, which is due to be installed in the Debian FTP archive:
libslf4j-java_1.6.4-1.debian.tar.gz
to main/libs/libslf4j-java/libslf4j-java_1.6.4-1.debian.tar.gz
libslf4j-java_1.6.4-1.dsc
to main/libs/libslf4j-java/libslf4j-java_1.6.4-1.dsc
libslf4j-java_1.6.4-1_all.deb
to main/libs/libslf4j-java/libslf4j-java_1.6.4-1_all.deb
libslf4j-java_1.6.4.orig.tar.gz
to main/libs/libslf4j-java/libslf4j-java_1.6.4.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Damien Raude-Morvan <[email protected]> (supplier of updated libslf4j-java
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 01 Nov 2011 23:48:41 +0100
Source: libslf4j-java
Binary: libslf4j-java
Architecture: source all
Version: 1.6.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers
<[email protected]>
Changed-By: Damien Raude-Morvan <[email protected]>
Description:
libslf4j-java - Simple Logging Facade for Java
Closes: 646092
Changes:
libslf4j-java (1.6.4-1) unstable; urgency=low
.
* New upstream release.
* Merge changes from Ubuntu, thanks to James Page (Closes: #646092) :
+ 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
Checksums-Sha1:
d2b34987fc30017ac8878fc3773c4d0462d6bea7 2099 libslf4j-java_1.6.4-1.dsc
9b47795eb789d87636d90d5545a658939b289c9d 136792 libslf4j-java_1.6.4.orig.tar.gz
a40b5eabb5b22f0cb694cf1a254cb228c1787054 6152
libslf4j-java_1.6.4-1.debian.tar.gz
c5e8fd7d9ab97a59dfd58fb2415e4c8100480f9a 105594 libslf4j-java_1.6.4-1_all.deb
Checksums-Sha256:
803fcc7e216ef280b817098c0e5b8deef698b46e2942b0eefcb0f1cab1ed13ac 2099
libslf4j-java_1.6.4-1.dsc
d68bcfa7a108ad17546e6dca073d47340f699b8fc0c9f18e0336543379d15a66 136792
libslf4j-java_1.6.4.orig.tar.gz
42a6927796a3d6784c243d9d399d0f11691aa2bb0f2b3c584f8a81010197bc68 6152
libslf4j-java_1.6.4-1.debian.tar.gz
a62a1a972037dc6b5292d781f5532189388a403809a42e7e99876a3a5f02638c 105594
libslf4j-java_1.6.4-1_all.deb
Files:
45ff25d517797eefc623218663f35fe2 2099 java optional libslf4j-java_1.6.4-1.dsc
4485def7a116e4a6fa583ca818d583e2 136792 java optional
libslf4j-java_1.6.4.orig.tar.gz
5c9eca8974875258926c6b77e231a65d 6152 java optional
libslf4j-java_1.6.4-1.debian.tar.gz
2401d95e6928690a8c36b10884e23887 105594 java optional
libslf4j-java_1.6.4-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCAAGBQJOsay9AAoJEHXiDM0z50n8XR0QAKSCXsx9hHWD/c1rVXLQ/4Lu
bsS415gjMErUaN1nlUF+dFPk6TOXGMn4ZDg/HUoM7DvGRVbj5KAUhEFdm8RbEaJX
8UF8lXoVF0owGpxXlrFUSx1I6KMPtpeJSjEtctv6GqlcvFyJHXIAhXHu0zEGIc6H
68Vu+vrbQ6/3mtwNQWIPu+EieOME4Eynzt8Z88hLi4fZaD+X3raLY+5XKtXJ25xl
A8LwG65pAASPVpdwo8oSVP1/Rk23c55arj6LZbbJAtmoaNTOKoIPGM+lgQRFY4Tj
cM9UFq/wNo1XA2CzZNkl6vqyNnwP2N8wBtlx9BkS7C0Lm9Iti652C7kWfEg22Qy9
90I9ITzk5IB2rVaqG3NrNiyoCacG3SojMPGZbTOp5UCid7Oy+k8QWF8O0Do93xLP
xj6/UB4GQY+Vkx9/8DGWMxqXCalqt2HpvP2+rxrabXcoJheIotYXmxSHAiKjuDC6
DgGFEoSRWWaQzwPPpXRrk/G/QKgtCTjA9HxH/RtHuIc0htsEofH3XpJhWDENsiyG
7G1wRuHp+aafwGrL6JMEIrbisbKGKrT1ShfiHT9mot+MtRJKESCz9sw/nyn8TQis
54Bi9Bn7WOa1vPpm3BDFM9HOLDuioidUSs/xZHlQCikTfbOZWHBH1n+fgTyVRT5d
ZHjmVmwRy+jNNinzucFJ
=ujii
-----END PGP SIGNATURE-----
--- End Message ---
__
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.