Your message dated Tue, 29 May 2012 23:35:24 +0000
with message-id <e1szvwi-00075s...@franck.debian.org>
and subject line Bug#646089: fixed in libcommons-net2-java 2.2-2
has caused the Debian Bug report #646089,
regarding libcommons-net2-java: Enablement of JUnit test suite
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 ow...@bugs.debian.org
immediately.)


-- 
646089: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646089
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libcommons-net2-java
Version: 2.2-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256


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

  * Updates to support Ubuntu MIR (LP: #876413):
    - d/build.properties: enable test suite execution 
    - d/control: Added junit to B-D's to support testing.
    - d/rules: Added ant-junit and junit to DEB_JARS to support testing.
    - d/maven-build.xml: Exclude tests that require network access, fail 
      build when tests fail.
  * d/control: Bumped Standards-Version: 3.9.2, no changes

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)

iQIbBAEBCAAGBQJOoS1/AAoJEL/srsug59jDVO8P+IWKmHOzmWVTo41d2S5aRomJ
5fSWIa3QfOtnffQRo3DUOSKH5FrBqMwf5KPvEEXZX+vV46NWNEkiqBVGFTgwfcoj
deE6bpn0BwvytRo5mZXDLT2E9MgK5GUiQK8airA6A5Z2ACvFVQma5C8WH4P2stWU
dnOQLmyCSYTv5NW9F1l0kH9bfy0VQi1Td2B/P6h1RyE+gGDiOIXyETopQR+e7Qtf
5vDzqnO9/DRDYHRBHpvh1Paw+w2n2brp7O51u/lebLaoflNry/DWgM5yhf8SJml6
DaDcQK7+t/PoPJ10JzYT4luOJf8BEHuCRDaUOYeS/KncwLRTB820Ow47KqQME2gV
rAAE+lx6RDyE/DELD+kOsB5/ukYxPOwE6HjfvN6liJTQnREgJfbhkdQXuULzKgaP
YOskf/LQdd9qxyhDMPC9B1IsAXwTMq18GrsMeAxveA2cRCinTXziWHqUkWW8gWi6
cu5pcZoynYXKugoWW6hE4fWQwxTbduPjYMHEEnSKjsgj5WS8filNMgdwXWA5py7L
fVI6CkjF8UUpKKoHHgkCC0BheZ+GwUawK0uReLOqCzfBk24DgEpNTSC+sCfajkAi
eI90S+T3YHZM8VXPz69bpIBtF5/YHjjd9dyI0yD+fzVcB5mHtslOGnAuYZbgG0m0
mV8nAYL6G7tk7AOnq1I=
=YTNF
-----END PGP SIGNATURE-----
=== modified file 'debian/build.properties' --- debian/build.properties 2009-04-30 12:05:34 +0000 +++ debian/build.properties 2011-10-21 08:27:40 +0000 @@ -1,5 +1,4 @@ javadoc.dir=build/docs/api -maven.test.skip=true +#maven.test.skip=true build.javaVersion=1.5 manifest=debian/tmp/MANIFEST.MF - === modified file 'debian/changelog' === modified file 'debian/control' --- debian/control 2011-08-07 11:57:38 +0000 +++ debian/control 2011-10-21 08:28:23 +0000 @@ -4,8 +4,8 @@ Maintainer: Debian Java Maintainers Uploaders: Ludovic Claude Build-Depends: debhelper (>= 7), cdbs, default-jdk -Build-Depends-Indep: ant, ant-optional, maven-ant-helper, maven-repo-helper, default-jdk-doc -Standards-Version: 3.9.1 +Build-Depends-Indep: ant, ant-optional, maven-ant-helper, maven-repo-helper, default-jdk-doc, junit +Standards-Version: 3.9.2 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-net2-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-net2-java/ Homepage: http://commons.apache.org/net/ === modified file 'debian/maven-build.xml' --- debian/maven-build.xml 2011-08-07 11:57:38 +0000 +++ debian/maven-build.xml 2011-10-21 08:27:40 +0000 @@ -320,7 +320,7 @@ - + @@ -331,6 +331,8 @@ + + === modified file 'debian/rules' --- debian/rules 2011-08-07 11:57:38 +0000 +++ debian/rules 2011-10-21 08:27:40 +0000 @@ -9,7 +9,7 @@ PACKAGE := $(DEB_SOURCE_PACKAGE) VERSION := $(DEB_UPSTREAM_VERSION) JAVA_HOME := /usr/lib/jvm/default-java -DEB_JARS := ant-nodeps +DEB_JARS := ant-nodeps ant-junit junit DEB_ANT_BUILD_TARGET := package javadoc # work with a slightly modified version of maven-ant-helper's build file: DEB_ANT_BUILDFILE := debian/maven-build.xml
--- End Message ---
--- Begin Message ---
Source: libcommons-net2-java
Source-Version: 2.2-2

We believe that the bug you reported is fixed in the latest version of
libcommons-net2-java, which is due to be installed in the Debian FTP archive:

libcommons-net2-java-doc_2.2-2_all.deb
  to main/libc/libcommons-net2-java/libcommons-net2-java-doc_2.2-2_all.deb
libcommons-net2-java_2.2-2.diff.gz
  to main/libc/libcommons-net2-java/libcommons-net2-java_2.2-2.diff.gz
libcommons-net2-java_2.2-2.dsc
  to main/libc/libcommons-net2-java/libcommons-net2-java_2.2-2.dsc
libcommons-net2-java_2.2-2_all.deb
  to main/libc/libcommons-net2-java/libcommons-net2-java_2.2-2_all.deb



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 646...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Damien Raude-Morvan <draz...@debian.org> (supplier of updated 
libcommons-net2-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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 30 May 2012 01:17:01 +0200
Source: libcommons-net2-java
Binary: libcommons-net2-java libcommons-net2-java-doc
Architecture: source all
Version: 2.2-2
Distribution: sid
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Damien Raude-Morvan <draz...@debian.org>
Description: 
 libcommons-net2-java - internet protocol suite Java library
 libcommons-net2-java-doc - internet protocol suite Java library - API docs
Closes: 646089
Changes: 
 libcommons-net2-java (2.2-2) unstable; urgency=low
 .
   * Team upload.
 .
   [ James Page ]
   * Enablement of JUnit test suite (LP: #876413) (Closes: #646089):
     - d/build.properties: enable test suite execution.
     - d/control: Added junit to B-D's to support testing.
     - d/rules: Added ant-junit and junit to DEB_JARS to support testing.
     - d/maven-build.xml: Exclude tests that require network access, fail
       build when tests fail.
 .
   [ Damien Raude-Morvan ]
   * d/control: Bumped Standards-Version: 3.9.2, no changes
Checksums-Sha1: 
 6c3ec7c544f0f92540dcea5768604a42346f53bd 2195 libcommons-net2-java_2.2-2.dsc
 1de9b0dbfe515cc1e2065867b444018c0ee96726 8798 
libcommons-net2-java_2.2-2.diff.gz
 1b150a33a83623ff1f038a0f8c288be7e959a177 192770 
libcommons-net2-java_2.2-2_all.deb
 ae9e710d7a3ebf763ce48cc8fd125c737afbb3ee 448704 
libcommons-net2-java-doc_2.2-2_all.deb
Checksums-Sha256: 
 b9110ac9abd86c8eda5ba17a853b510fa337c87cf3e58b849dd86ee971b18472 2195 
libcommons-net2-java_2.2-2.dsc
 7c8d0fdeb9fb4854ab80f90337e36cb6c2e55987ae29d5598852d4c494c72f44 8798 
libcommons-net2-java_2.2-2.diff.gz
 def8740fec0171a8f0932777e29f5d65bd3c8b8aa390342a829a8175e44af13d 192770 
libcommons-net2-java_2.2-2_all.deb
 6dcd89f9750cb87dcfeab6b4851314df7e2cbc89a406aeda739472e3ef520ebc 448704 
libcommons-net2-java-doc_2.2-2_all.deb
Files: 
 90ee6a82320106d46aac95dc902d029b 2195 java optional 
libcommons-net2-java_2.2-2.dsc
 fa98e60b415fff8109935e6c4f73f3fd 8798 java optional 
libcommons-net2-java_2.2-2.diff.gz
 a96598d88ba867f3d3a29b15fe21c05a 192770 java optional 
libcommons-net2-java_2.2-2_all.deb
 6ca538eb05bf7438c95bcebd0684c8d4 448704 doc optional 
libcommons-net2-java-doc_2.2-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJPxVuHAAoJEHXiDM0z50n8SJAP/jq25AouDO6Pg6jRS5hN2rCx
pG0xzQWOA/azj7oSd+4A0G+3x1Z9Yv4j6pyAffjw9mBCf/CAwY9MxVXQAJBzKckE
f6q2jOGcPDj6961FYs8qdPFAOfP2conUPdb4XHadKk3TnWNAt1xYwxQ7ty+RGE4P
AScdvbbPbn/oZyR3iPnC4iqdinplUQ/x4JjE5L4L7+GntJswcuw2TZkvo5xd2QKu
zlK9k3o8IOXtfkrsFgJn5MWjSaUVWlAnJKUhstHYU+s8p/Kf+b/hjMb6jqz7pZHN
2EgzsqucmGsmYYYQ+uhX5K7n2QnSGal/jXMXegEQf/Esok4kYhWU4tycPm42veAz
2HsJ+X75Fk3dTT1MiUEXCj/Okmt0RLqQIL/YD9ge/nTG6MNWSZ0fiFS1pBcrPW75
IThVAel23Fld4WUMssfpur5MbpmpnrYDrP4bnahuPxU8ZO4K6vMv2PmuZWhJr30E
yiERbZEKnVMJ2Stu6/yaykz9fWC5mvXxEvmgFv8QK5S+SeuF2PXMi7Eme7B5qgMY
9ZxNFnuhu1248R8YYt0WGVn6VEbWeM/W1O2gnB4edE+UtEytIgnYNx08n3FHj5gC
9yutdWIX/6+llMoaFgPRCVgzJU6M+Yi4nPLYTZwIqwlQcs7ujJqlQKOo22jQKLjj
mxrQF7wUumcepdqZ+KpQ
=0Snn
-----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
debian-j...@lists.debian.org for discussions and questions.

Reply via email to