Your message dated Wed, 14 Dec 2011 09:04:42 +0000
with message-id <[email protected]>
and subject line Bug#651419: fixed in httpunit 1.7+dfsg-9
has caused the Debian Bug report #651419,
regarding httpunit: Fix FTBFS with OpenJDK7
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.)
--
651419: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651419
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: httpunit
Version: 1.7+dfsg-8
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu precise ubuntu-patch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Dear Maintainer,
In Ubuntu, the attached patch was applied to achieve the following:
* Fix FTBFS with OpenJDK7 (LP: #888940):
- d/ant.properties: Specify source/target as 1.5 for javac and
javadoc ant tasks to ensure backwards compatibility and work
around Java 7 encoding errors.
- d/rules: Use ant.properties.
Thanks for considering the patch.
- -- System Information:
Debian Release: wheezy/sid
APT prefers precise-updates
APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500,
'precise')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-3-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)
iQIcBAEBCAAGBQJO4MBhAAoJEL/srsug59jDH54QALgXxIkipEOCC0afIjWd0vJi
5IrV/FI4MJkSsNhGiTQyRceXHE2MJlO2Jk9c7E1yU4UlHXlrcfDS/Of/ng7YxkwG
d7Pm7wM7SVQ71a/wGq5aSXKpp61eaAiTjN4XjQOpWz0spjXwKKkflRRBneuzHisH
DwJzNzxLV1q+2lQbN1Gp8JNnsv2fKq+sC8XySqOBRvqjcEX6LGC+SWuMJgoRUOaG
hUQ0qp75Rf8/A2b/R2HKUY531matqV10CcOCnwzn9kxmX1G976hHzBL2CNXVyQfw
lgBsOCxukz6c717+ZOwRDHvefvCtB5BAMnlOUWXKv9SF6rXPUG5mWTmbI4fJnbUw
6UVgn6WJ0zk8km9NZ0UPKJp3oR9osCjlj22meQn/neH18OqJCYteSzOLNy/RGKnB
mRE+pOlHUml/8tZx30esVtDYLW8ciCPW7qTKo3s+18wgTerX1hdS8frmDJhpV/Sz
zPNqvnrIS44ZOj9UMlwQhr4E57X5dL3HQPL6C9zARy3+jvzYxjqUWW+xFTEu1lxj
2JtYBoLHGbfnQfv2rMlxkJ4P/kDk9iS/mJ14Rap/AAa7qpKSNDW564JefKIrfLKm
Lbq30Mj95G9WMDKRmKhVsR426pspb2aNjVINJeIr/4PPNNIiZTdF36bzW2fPRn23
m8ri0/BrWzv5AnNqB9iK
=WKqx
-----END PGP SIGNATURE-----
=== added file 'debian/ant.properties'
--- debian/ant.properties 1970-01-01 00:00:00 +0000
+++ debian/ant.properties 2011-12-08 13:39:45 +0000
@@ -0,0 +1,4 @@
+# Ensure that source and target are 1.5
+# For backwards compat on Java 7
+ant.build.javac.source=1.5
+ant.build.javac.target=1.5
=== modified file 'debian/rules'
--- debian/rules 2011-09-26 23:01:21 +0000
+++ debian/rules 2011-12-08 13:40:09 +0000
@@ -11,7 +11,7 @@
rm -f doc/tutorial/task1.zip
override_dh_auto_build:
- ant dist
+ ant -propertyfile debian/ant.properties dist
get-orig-source:
sh -e debian/orig-tar.sh
--- End Message ---
--- Begin Message ---
Source: httpunit
Source-Version: 1.7+dfsg-9
We believe that the bug you reported is fixed in the latest version of
httpunit, which is due to be installed in the Debian FTP archive:
httpunit_1.7+dfsg-9.debian.tar.gz
to main/h/httpunit/httpunit_1.7+dfsg-9.debian.tar.gz
httpunit_1.7+dfsg-9.dsc
to main/h/httpunit/httpunit_1.7+dfsg-9.dsc
libhttpunit-java-doc_1.7+dfsg-9_all.deb
to main/h/httpunit/libhttpunit-java-doc_1.7+dfsg-9_all.deb
libhttpunit-java_1.7+dfsg-9_all.deb
to main/h/httpunit/libhttpunit-java_1.7+dfsg-9_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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Miguel Landaeta <[email protected]> (supplier of updated httpunit 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: SHA1
Format: 1.8
Date: Thu, 08 Dec 2011 18:33:30 -0430
Source: httpunit
Binary: libhttpunit-java libhttpunit-java-doc
Architecture: source all
Version: 1.7+dfsg-9
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers
<[email protected]>
Changed-By: Miguel Landaeta <[email protected]>
Description:
libhttpunit-java - automated web site testing toolkit
libhttpunit-java-doc - documentation for libhttpunit-java
Closes: 651419
Changes:
httpunit (1.7+dfsg-9) unstable; urgency=low
.
[ James Page ]
* Fix FTBFS with OpenJDK7 (LP: #888940) (Closes: #651419):
- d/ant.properties: Specify source/target as 1.5 for javac and
javadoc ant tasks to ensure backwards compatibility and work
around Java 7 encoding errors.
- d/rules: Use ant.properties.
Checksums-Sha1:
e3a37a59547b61707e2dd53a45f3f20b1cee63c7 2242 httpunit_1.7+dfsg-9.dsc
3793c9ca588e30359de97b3d7b9a1b73f9237116 7914 httpunit_1.7+dfsg-9.debian.tar.gz
cf2037100dc9224857d2854f4e17004659192314 466966
libhttpunit-java_1.7+dfsg-9_all.deb
47655f06c3f8bb252231e2a451d486233c0feef1 308684
libhttpunit-java-doc_1.7+dfsg-9_all.deb
Checksums-Sha256:
6017ed62c329e5e1b07c4f32f543f190d017c2df0d268fc0bb62a01b512a7bfb 2242
httpunit_1.7+dfsg-9.dsc
6d0b47ffe031a95e8e3c70d0a6c548f51dcfd9377dd785ad2e151561b4416d72 7914
httpunit_1.7+dfsg-9.debian.tar.gz
a90f78c3a243a352c35554618b9626b18ed9c3780e325cef69c2c50f330f0b95 466966
libhttpunit-java_1.7+dfsg-9_all.deb
ed114864066be41cf4dd03cfc33348480e6bce79aa79fa5117f8f43a6708338f 308684
libhttpunit-java-doc_1.7+dfsg-9_all.deb
Files:
d02bd3c956ca6210eb9ef2e0296d16ff 2242 java optional httpunit_1.7+dfsg-9.dsc
5d35053eba482feff90aaf4f46825393 7914 java optional
httpunit_1.7+dfsg-9.debian.tar.gz
31ea9316cfe17c4841c4a4a081b48290 466966 java optional
libhttpunit-java_1.7+dfsg-9_all.deb
3f393d635a63c0d0b2bc5d33ce0121c0 308684 doc optional
libhttpunit-java-doc_1.7+dfsg-9_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAEBAgAGBQJO6F5VAAoJECHSBYmXSz6W95MQAKl+GiA8j+LbwdRH5HB26wys
ptKNcDQmmNTRXHUd7Jk1jpn/pJRSJxZmtu/wHeZnRTeUKfn6FLvh7kCRioTFohpN
/i7gPd+DMfsgEgbdB5ixTR/31Bf+MV5rLIhZw7vj3qbvjGFUIELCfA3xCxs/Oc8p
yvomk/rYjELEfRf0+XvcRnkfx0r4PBbCYdl5zlA9gO2HVVu1BgH0IizGgHGLyWLs
GSVQevl+ReGK5fbrTDjSIw9Dca99otkwzNKlGCSpA3UmrLzGE9cuflBo/oVcNkW0
NEoVVrcaGsfFpsP6XIW37nFA3WhnYu57mME+rk7s9tnyINGXGLiRrKkfG7MmEA41
dq41M5wD5n0kjcbg2haNmEEtfERp22xZYZ/fCpmS12BVmM0d4nPSb+lXyXcMXXlA
MBWRU43VFgjpHAMDKt/Wte07iv0d3zI6gyFhijSY4Y7SZcJ3HO+9aiifDt7/LvkK
Yyxg7muYz3CXBFvU0qGBgDNFN8kSXrfX3lq9of5KQgi2jx/JAuaL0TNkE39FMq+W
gYrU9iTjL0vRuFcwxcGbXjYbUVv1amYoc4pazlpFtx0913dSBlOh6uaL28ROIltA
rY5Lc6BagOz18o11OEjWbgPPKzYoBpqPTF1bqx2xZw0XHAUwb3n/TTiATqtBXbC/
bmpusq+VQ0BiumKt39+J
=kvjY
-----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.