Your message dated Tue, 19 Jun 2012 11:33:44 +0000
with message-id <e1sgwgq-000254...@franck.debian.org>
and subject line Bug#678118: fixed in tiles 2.2.2-3
has caused the Debian Bug report #678118,
regarding tiles: Fix javadoc silent failure with openjdk-7 build
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.)


-- 
678118: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678118
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: tiles
Version: 2.2.2-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu quantal ubuntu-patch openjdk-7-transition

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

Dear Maintainer,

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

  * d/build.properties: Set source/target == 1.5 for javac and javadoc
    to ensure that javadoc is actually generated with openjdk-7 as
    default-jdk.

Thanks for considering the patch.

- -- System Information:
Debian Release: wheezy/sid
  APT prefers quantal-updates
  APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500, 
'quantal')
Architecture: amd64 (x86_64)

Kernel: Linux 3.4.0-5-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

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

iQIcBAEBCAAGBQJP4FVUAAoJEL/srsug59jDWS0P/jK7ZHFX3DBxATZCqC6Ti2M8
WIz/0vADYMrJ7fT6AVIui6kcb/NeSykFWp2tIaxtocvhvhCKht8FHjjb88Efd6bl
xWwhKp1GoHtjq8iuO/UM6IMI1lzGhySjbPx+AB1ohXqomflFAWui98Q1F12R0AJv
J+KSGnQTl+E98MG6U+xE5TXHAVCO05vZwbALwLeNB2u3F+qoxFsY3ozbkBpYgv0z
iaWEXD/cXuop1ysHlcZVtZMLXQXrePT5ZSsXMZD3Uoz5mLK4CPdYR1SCyhV4Rer5
FkGpJQwI+9KRETofuqAlmaQDctx2Tp1C+jsBdt1XpLUxSmmVBXmcexHKMGFKxWrd
lkcI4RF4Lf7lU49WC0ignTLK3hfx4wPzUUDnf572FXIawUkl3zJIDqUQ+3DktI0C
Rka1r3UywYBYqy9nWz5kmTxeKUSzJnXmgD8scxm6U2d6NAp7TuGMDaOGu5mH4g4N
VxNx9uYbhAk0z8bkqo/C/0M+SLwLXWQjxrhuEu1nwsk07gs+ZMEghUSiyRfTalsm
YkXKIrhSOBpTjgY1Q3pAIpLsXNYUTQRBXQgV/VzsRTV4AKFvN7psKeUOB9BueXzi
KOEIdwRdOn2GWuG3dEvQGiUeg+iRy1KC63Y1peS+SZsUq2n7hKbO6mdyfB85KtXo
W12ApLbLXDzMxhRGtePl
=q9Bz
-----END PGP SIGNATURE-----
=== modified file 'debian/build.properties'
--- debian/build.properties	2011-08-20 13:14:04 +0000
+++ debian/build.properties	2012-06-19 10:31:33 +0000
@@ -17,3 +17,7 @@
             ${basedir}/src/tiles-core/build/tiles-core-${version}.jar:\
             ${basedir}/src/tiles-servlet/build/tiles-servlet-${version}.jar:\
             ${basedir}/src/tiles-template/build/tiles-template-${version}.jar
+# 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

--- End Message ---
--- Begin Message ---
Source: tiles
Source-Version: 2.2.2-3

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

libtiles-java-doc_2.2.2-3_all.deb
  to main/t/tiles/libtiles-java-doc_2.2.2-3_all.deb
libtiles-java_2.2.2-3_all.deb
  to main/t/tiles/libtiles-java_2.2.2-3_all.deb
tiles_2.2.2-3.debian.tar.gz
  to main/t/tiles/tiles_2.2.2-3.debian.tar.gz
tiles_2.2.2-3.dsc
  to main/t/tiles/tiles_2.2.2-3.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 678...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Niels Thykier <ni...@thykier.net> (supplier of updated tiles 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: Tue, 19 Jun 2012 13:15:10 +0200
Source: tiles
Binary: libtiles-java libtiles-java-doc
Architecture: source all
Version: 2.2.2-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Niels Thykier <ni...@thykier.net>
Description: 
 libtiles-java - Java templating framework for web application user interfaces
 libtiles-java-doc - Java templating framework for web application user 
interfaces - d
Closes: 678118
Changes: 
 tiles (2.2.2-3) unstable; urgency=low
 .
   * Team upload.
   * Build with source and target 1.5 to ensure a proper build
     with Java7.  Thanks to James Page for the report and the
     patch.  (Closes: #678118)
Checksums-Sha1: 
 1554250f7847a0890f3609c5058d7ae27a85b01e 2188 tiles_2.2.2-3.dsc
 61f8b8b8067429b6736e6446893dd0ecf4371e13 4454 tiles_2.2.2-3.debian.tar.gz
 88427d0bfab778c4cde676ad04845e2fbdbc67b3 345860 libtiles-java_2.2.2-3_all.deb
 2e7a37376bab268069471c5dcfcb732b1937103a 421926 
libtiles-java-doc_2.2.2-3_all.deb
Checksums-Sha256: 
 82c43e758512139d91542678d92fa7f4e2f264ca7b850294702579b82821bf87 2188 
tiles_2.2.2-3.dsc
 45bfe292236df9af1f26e0b9de00f827343b356508f61072dce06ddec30ea37a 4454 
tiles_2.2.2-3.debian.tar.gz
 dcdd0d125273945de28bbebbaefbf31d3078239360bc753958abefffbf9262f7 345860 
libtiles-java_2.2.2-3_all.deb
 22c4c5104bc2294a39db33cab7f1406d150cddc32d308261eaa5a79163ff54c5 421926 
libtiles-java-doc_2.2.2-3_all.deb
Files: 
 b4a125b47911db57a3851603fecb6012 2188 java optional tiles_2.2.2-3.dsc
 264c4d2044407cb80a30acb1c0987d88 4454 java optional tiles_2.2.2-3.debian.tar.gz
 19d27a1d0cfe58e3950665b3f3325a4b 345860 java optional 
libtiles-java_2.2.2-3_all.deb
 4187066ee68e698f86a34fa27b3a86e3 421926 doc optional 
libtiles-java-doc_2.2.2-3_all.deb

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

iQIcBAEBCAAGBQJP4F+rAAoJEAVLu599gGRC7B0P/igplOpb49Qr7+ji/zDaz///
A5/MZF/pyKvMA70Qqg7i7840SyDAQ9MDKiW8rGM41QkUpI+kJmrxZFSTZIzolX/6
LZjEJoTrYu/W2QUHNnHIg6FkgEPkc23hKtY8mSlyNQemrjtAOq3A9p6Z+upOOIOT
3kTtEbJU2UrsMkEbVeo7+d/0JvUO9VtUGXbM6rJ4t2+uebvvOBJpyyVzV+2GRrWl
ZhxlD4AFQ9KQm21ciEp36LQymQQ7S8xRGNssJKlYtmf1HSvy5U+zj+QVTQTx+80W
wNRXMLf66pcj9XvpD2uXo6sMA/d1aYpaAG7cpSIfl8NRFXeRbqXg+9oC042ZRRWH
WVR0ABDZUJdXQgR+HPvsPlfDKfHDfnATqWA0BGLwblfQxUDdxH5d9HvID2JpTW3V
/gFpKeYAl8vGd7iESOU+eJhVCYgzelpWvT0VVwK4NEFq62li9cGKMQXO1QFEi24W
u2GZ6PxFvdT6aIoyOcI0WRP7wuwFStiYlE2N60eRWZotrGaiH60rv5piFmrf6S5U
Jhss9+Ka7i8ArQWsWBzI3p4pwej30PUPlq6Ke8540yWmHF1EZ1y+LA0VL6mEA7/D
Um8X6Q2/CmYEH3qPfRAcud7wfxi1pCVNJfm/o5nQugmzMmzZ5zLWCBuFaFIPIV4h
DvqB1IKrQIWU9TjktEEs
=fqwT
-----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