Your message dated Mon, 18 Jun 2012 15:16:46 +0000
with message-id <[email protected]>
and subject line Bug#651182: fixed in stylebook 1.0~b3~svn20061109-6
has caused the Debian Bug report #651182,
regarding stylebook: Patch to fix FTBFS with openjdk-7
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.)
--
651182: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651182
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: stylebook
Version: 1.0~b3~svn20061109-5
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 OpenJDK 7 (LP: #888127);
- d/rules: Specify source/target = 1.5 for all javac commands to
ensure backwards compatibility and workaround Java 7 encoding
errors.
This ensures that this package will compile with openjdk-7.
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-2-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)
iQIcBAEBCAAGBQJO3jA1AAoJEL/srsug59jDqGcP/3odYA46uGPVtNRVKN9wIfC7
CEDslZcA1NOnwWq7d6q2GtoHYD9cNpSM8CnylbrD20O0tw7f0n7T1C0ZBeMn6PaQ
elEirbW+chq3DyzV9bbKJNX6ZzErJ4BvidH1UbH++XbPgXLPLVKvSn+Efn7otJkD
PgWTaWOpuNgjmH93O9s6sOhOFbXEj0tKdkkG36OgqNVvp0euO6zSCK/3i033pNSs
IIwnpCr+cZ7s7HquWG7LoXIZ6p5FDvheAIALHUoUtTm9aGiVWENkKxI/z4nQcvRO
PLWSkhxJwFZ830uNnPMdQfHMNT2a7KmKwAbFKVrkrILd80zcAKYNMJS+RP4OWCKk
qQziWX+B7Db9V3gbOQMlUYh61ZfY5hCeXGWuubk10IPlULjf72a6mFV271Cr4hcw
Sn9mcslx3bwfU9vN0/t/B+mJqikDJefzaeG0IAwnYqInrVtwp8wEYWVGAra3kjuA
nlDqY6bKXw098qa78FEfynsz/aWbxVW9IHrsHbUXMJMrQzK193IryBLDETlOIf7X
xYn9YOIMxFgQwOkti7DLfGJzIKlfNTsgRVfEi5P8jTVhtCNV15m6bAEpru1abc+s
k4VEciwlzh48paShPuIqo6Qu5kI3/ID2gFShRomC6IAzeqclfXvy/bWePI5XcmjL
f2otfx7YUhOXp8CqD5F4
=3+M/
-----END PGP SIGNATURE-----
=== modified file 'debian/rules'
--- debian/rules 2011-11-27 02:00:34 +0000
+++ debian/rules 2011-12-06 14:27:22 +0000
@@ -14,7 +14,8 @@
done; \
if [ -f "$(JAVA_HOME)/lib/tools.jar" ]; then echo -n "$(JAVA_HOME)/lib/tools.jar"; fi)
-DEB_ANT_ARGS := -Dbin.dir=build
+DEB_ANT_ARGS := -Dbin.dir=build -Dant.build.javac.source=1.5 \
+ -Dant.build.javac.target=1.5
ANT_INVOKE := $(JAVACMD) -classpath $(DEB_CLASSPATH) \
org.apache.tools.ant.Main $(DEB_ANT_ARGS)
--- End Message ---
--- Begin Message ---
Source: stylebook
Source-Version: 1.0~b3~svn20061109-6
We believe that the bug you reported is fixed in the latest version of
stylebook, which is due to be installed in the Debian FTP archive:
libstylebook-java_1.0~b3~svn20061109-6_all.deb
to main/s/stylebook/libstylebook-java_1.0~b3~svn20061109-6_all.deb
stylebook_1.0~b3~svn20061109-6.debian.tar.gz
to main/s/stylebook/stylebook_1.0~b3~svn20061109-6.debian.tar.gz
stylebook_1.0~b3~svn20061109-6.dsc
to main/s/stylebook/stylebook_1.0~b3~svn20061109-6.dsc
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.
Niels Thykier <[email protected]> (supplier of updated stylebook 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: Mon, 18 Jun 2012 16:09:12 +0200
Source: stylebook
Binary: libstylebook-java
Architecture: source all
Version: 1.0~b3~svn20061109-6
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers
<[email protected]>
Changed-By: Niels Thykier <[email protected]>
Description:
libstylebook-java - XML application for authoring web site content
Closes: 651182
Changes:
stylebook (1.0~b3~svn20061109-6) unstable; urgency=low
.
* Team upload.
* d/rules: Specify source/target = 1.5 for all javac commands to
ensure backwards compatibility and workaround Java 7 encoding
errors. Thanks to James Page for the report and the patch.
(Closes: #651182, LP: #888127)
Checksums-Sha1:
03cdbd15cf766717c796a5e808e2321242194df1 2089
stylebook_1.0~b3~svn20061109-6.dsc
5fbda91b21bcf1a2b0fb8a250847764e3d805c85 4033
stylebook_1.0~b3~svn20061109-6.debian.tar.gz
f56cc5734db57e907ddcf7e72e5672a3d87a9559 228224
libstylebook-java_1.0~b3~svn20061109-6_all.deb
Checksums-Sha256:
a198045eba7da28ec2e95b93dc0edc0a1cf6c6b3bac77f4bbe647243d85f4a80 2089
stylebook_1.0~b3~svn20061109-6.dsc
d02adfaf934778859e485d510f0e9a5ff6c5e238b04725ed19513efcb1e76103 4033
stylebook_1.0~b3~svn20061109-6.debian.tar.gz
6b8a62953be5259c33421b2e0ebe857d1c198e1794fdbec77d3aa238e6192079 228224
libstylebook-java_1.0~b3~svn20061109-6_all.deb
Files:
f1330036a372930f48305bb37d8fcd87 2089 java optional
stylebook_1.0~b3~svn20061109-6.dsc
765f4f4da87fb748f6b9d7a9e9b03c01 4033 java optional
stylebook_1.0~b3~svn20061109-6.debian.tar.gz
184b74706a4ba543d7dd872aa680f98e 228224 java optional
libstylebook-java_1.0~b3~svn20061109-6_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCAAGBQJP3zdBAAoJEAVLu599gGRCXvIP/R1sMwgnsZQv+dTv7DWQZeGZ
v3rrYJQ5H6tNEcoQnMvxe7HQg48+KD1LzLSiJaIChV4Qt/wNVeBNqm9xhzv46/Cv
CtFHtf4qZdGL0/dWon9vfBWrsop5rZjcHF+ZAYfUUFd3W1XWfkgVlULJM+AUzgXP
tbK30klyk+oLPaQbC4u5UPfli7bU1KOh56QRuxITtoiiQxUHXIXESFDUgAKSNX5j
S1Siu35hTW4mp+Buc9HvNLPo9LVydf95QhxuwStUg+yBs4F/ww/SHs3nOnapDdm8
XzY/Ub5vFMGMCZ7DDd5mgAV/6gN2H4dl+HocP8AwyhEG9uS2CqeKlitoxK1GZ5cM
hkNGuQcCAXuY59dke1avovj2aCL63AZjQNWQKi8wuHk9n1ZUdAgsJ0ZsIYbLbvDt
uKk52jrepVAjjZs+FrR6NUx3BRggbKf3PoKPu0FlP9YTeAQ9udqfK1vX5pTLo6eu
nOmLgtzmou/qPUgS4Qe98xwk3I/Iiadp88vD3D2+WWkP4CEPpbjNW8DSawVBcJuH
D/lfhj/FiF6r4+eNS1wQvI9LmEDuK6Ro8n1mNz6uu0v4FRSBnYgFJkVJ7kgFk+hX
w36LT+/7/8FyCTKvglU3h0MNRWBzVm3ZndXwwkbB+xYonrBdKFoJZfJ3xQrp9Iu5
0a/ZleHBqeHrzptF7uLo
=ZtI2
-----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.