Your message dated Mon, 26 Dec 2011 04:18:01 +0000
with message-id <e1rf20f-0003cw...@franck.debian.org>
and subject line Bug#651810: fixed in libhibernate3-java 3.6.9.Final-1
has caused the Debian Bug report #651810,
regarding libhibernate3-java: Patch to Fix FTBFS with OpenJDK7 and avoid 
incremental build on Ubuntu
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.)


-- 
651810: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651810
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libhibernate3-java
Version: 3.6.8.Final-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
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:

  * Merge from Debian testing.  Remaining changes:
    - d/maven.properties: Specify source file encoding to fix Java
      encoding errors during Javadoc generation with OpenJDK7.
    - d/rules: Use maven install target to avoid incremental builds
      with new versions on Ubuntu.
    - d/control: Build-Deps-Indep - drop self-dependency and add new
      dependency to libmaven-install-plugin-java to support use of
      install target.

Using the maven install target ensures that artifacts are installed 
in the local maven repo during the build process; the javadoc targets
are then able to pick them up OK during doc generation avoiding the need
to complete incremental builds of this package in Ubuntu when a new 
upstream version lands.

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)

iQIcBAEBCAAGBQJO5dLeAAoJEL/srsug59jD3UAP/1pk8CDRdtEd4GDI4mjtW9Yb
/1XDVvM0+3WEs2GQPghApD7rTWu4CyCzeLgazoa7a6KKJSYRyEECuj8Z0FrKwBOX
iZoP0CJ28W+GJ/Iu42H8umiHXnAcWY6Q49MUpn0cPfRqiQMiF9AxQW6YNUPHZwK2
W4xGxrEy4GPyARU24fYg4UFOzsaJHe+96hP1JCGP0vcR9l/do4BB1F61uDP+1G8o
o9b0TAa4oVrKTwcwOIb7rDwCykAu8UCheCXSvvBbf34FmHrNRJI2B0JKYuQStxBK
ykqvEo9kdAZ7eb1WMdPYpusAp9htf878uxFk+lGKcXbdih+XyAmkE8qwN/CPG0tC
2xg7breiOxpAFD/+jdfwASz9KZLGpAh5hl1SeNz0NOZeKxS1a2MORg1mIBXlj3pS
qbbkN02Id6rqI4zvZGk45nnWF+5YknuP/qHgU4sowYfZ42XHs8ex6tyMSHxCn57h
Aqolra8IFOBD6R0wjRE+AQbFgjZ+vcI/c9tiYLPSYzNK/GBUfS7LG5m8fwjCL1N3
dBHVxRwjzEzQ24uN/jBAJ850/YK1jS5CkVmEia0emEqeRWFiAElpp5W+trcjrbi2
JZnbIXHTHnYSBTXuyCL6tAY68xMDCYshVRWDaAApWMWcyqSf11Kc6GGnpXuhCJFw
IwV+fuKTXPf9kSoikAr1
=WkyU
-----END PGP SIGNATURE-----
--- libhibernate3-java-3.6.8.Final/debian/control	2011-11-27 22:10:19.000000000 +0000
+++ libhibernate3-java-3.6.8.Final/debian/control	2011-12-12 09:40:11.000000000 +0000
@@ -11,7 +12,7 @@
  libmaven-enforcer-plugin-java, libhsqldb-java, libcommons-logging-java,
  libantlr-maven-plugin-java, libgeronimo-jacc-1.1-spec-java, libdom4j-java,
  libjavassist-java, libantlr-java, ant, libcglib-java, libjgroups-java,
- libhibernate3-java, libmaven-javadoc-plugin-java,
+ libmaven-install-plugin-java, libmaven-javadoc-plugin-java,
  libgeronimo-jpa-2.0-spec-java,
  libgeronimo-validation-1.0-spec-java, libhibernate-commons-annotations-java,
  libhibernate-validator-java, libmaven-antrun-plugin-java
diff -Nru libhibernate3-java-3.6.8.Final/debian/maven.properties libhibernate3-java-3.6.8.Final/debian/maven.properties
--- libhibernate3-java-3.6.8.Final/debian/maven.properties	2011-11-27 22:10:19.000000000 +0000
+++ libhibernate3-java-3.6.8.Final/debian/maven.properties	2011-12-09 20:47:19.000000000 +0000
@@ -1,3 +1,5 @@
 maven.test.failure.ignore=true
 #disableJDK6Modules=true
 disableDistribution=true
+# Set encoding for compatibilty with Java 7
+project.build.sourceEncoding=ISO-8859-1
diff -Nru libhibernate3-java-3.6.8.Final/debian/rules libhibernate3-java-3.6.8.Final/debian/rules
--- libhibernate3-java-3.6.8.Final/debian/rules	2011-11-27 22:41:53.000000000 +0000
+++ libhibernate3-java-3.6.8.Final/debian/rules	2011-12-12 09:35:36.000000000 +0000
@@ -5,6 +5,7 @@
 
 JAVA_HOME            := /usr/lib/jvm/default-java
 DEB_MAVEN_DOC_TARGET := javadoc:aggregate
+DEB_MAVEN_BUILD_TARGET := install
 DEB_BUILDDIR         := $(CURDIR)/project
 
 clean::

--- End Message ---
--- Begin Message ---
Source: libhibernate3-java
Source-Version: 3.6.9.Final-1

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

libhibernate3-java-doc_3.6.9.Final-1_all.deb
  to main/libh/libhibernate3-java/libhibernate3-java-doc_3.6.9.Final-1_all.deb
libhibernate3-java_3.6.9.Final-1.debian.tar.gz
  to main/libh/libhibernate3-java/libhibernate3-java_3.6.9.Final-1.debian.tar.gz
libhibernate3-java_3.6.9.Final-1.dsc
  to main/libh/libhibernate3-java/libhibernate3-java_3.6.9.Final-1.dsc
libhibernate3-java_3.6.9.Final-1_all.deb
  to main/libh/libhibernate3-java/libhibernate3-java_3.6.9.Final-1_all.deb
libhibernate3-java_3.6.9.Final.orig.tar.gz
  to main/libh/libhibernate3-java/libhibernate3-java_3.6.9.Final.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 651...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Miguel Landaeta <mig...@miguel.cc> (supplier of updated libhibernate3-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: SHA512

Format: 1.8
Date: Sun, 25 Dec 2011 22:00:51 -0430
Source: libhibernate3-java
Binary: libhibernate3-java libhibernate3-java-doc
Architecture: source all
Version: 3.6.9.Final-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Miguel Landaeta <mig...@miguel.cc>
Description: 
 libhibernate3-java - Relational Persistence for Idiomatic Java
 libhibernate3-java-doc - Relational Persistence for Idiomatic Java 
(documentation)
Closes: 651810
Changes: 
 libhibernate3-java (3.6.9.Final-1) unstable; urgency=low
 .
   [ Miguel Landaeta ]
   * New upstream release.
 .
   [ James Page ]
   * Fix FTBFS with OpenJDK 7 (Closes: #651810):
     - d/maven.properties: Specify source file encoding to fix Java
       encoding errors during Javadoc generation with OpenJDK7.
   * Add Build-Depends on libmaven-install-plugin-java to avoid incremental
     builds with new versions.
Checksums-Sha1: 
 dc98fea7927adc3f9671cb9249a108e24a266867 2876 
libhibernate3-java_3.6.9.Final-1.dsc
 49e8eeb8fe69ba18209f9aff17a17e93a47d7bd3 3417890 
libhibernate3-java_3.6.9.Final.orig.tar.gz
 c04ab33bddb6eef41ee795138af849238fb9d796 11715 
libhibernate3-java_3.6.9.Final-1.debian.tar.gz
 ae44f853013bb00a7fbcb46498ae8070ded483c4 3409226 
libhibernate3-java_3.6.9.Final-1_all.deb
 b477c27aa87525b0ee4b792bfb4078bd3d0d6875 8832066 
libhibernate3-java-doc_3.6.9.Final-1_all.deb
Checksums-Sha256: 
 77e00d7acc629f0ef4a0b031b05d45a83e2a74d7d3f3e424f793dc73bab8335d 2876 
libhibernate3-java_3.6.9.Final-1.dsc
 debad1a6f3c3a9f4c1380b78f60e9143f21fc2c5490119a86d10b0a98558e54b 3417890 
libhibernate3-java_3.6.9.Final.orig.tar.gz
 cb0ab1ea8249b03f7bfcc1745d19adf593d143e141fa3b9ce15c2454b0a8d9f1 11715 
libhibernate3-java_3.6.9.Final-1.debian.tar.gz
 9e3536ac4a887345fdc1e38289a3f954ec2dcc6e0b9d7aa051f7575bf9a30033 3409226 
libhibernate3-java_3.6.9.Final-1_all.deb
 69aae2cd2a0c3a1401d278809e15a71922c3d765e373100eaa11d1af93f31262 8832066 
libhibernate3-java-doc_3.6.9.Final-1_all.deb
Files: 
 d963ba481927ddf5f35413c1606fc7d6 2876 java optional 
libhibernate3-java_3.6.9.Final-1.dsc
 1de7b53e3b12dad88b41e27a33576e43 3417890 java optional 
libhibernate3-java_3.6.9.Final.orig.tar.gz
 03199f94b51ed74ad508fa6dba1b9c2b 11715 java optional 
libhibernate3-java_3.6.9.Final-1.debian.tar.gz
 5abb5a484367b9e1db170ee188765d66 3409226 java optional 
libhibernate3-java_3.6.9.Final-1_all.deb
 6b7e8c138ae6a482bed85f27bbf129ae 8832066 doc optional 
libhibernate3-java-doc_3.6.9.Final-1_all.deb

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

iQIcBAEBCgAGBQJO9+RlAAoJELFtKbCWPtJkK8kP/ieCmPNYlRyHS4XRw/0vjAaa
5Mha/L0oLJgzSUfvr5doXYQkdCPfU9obehg+m9E54RMmTbewczcJ61aRPkTd14bG
LaGVXJYGpfBzmoBHyCiqJic/9ipoDNQAVd/4IRqlpYsqhjrma6KAZ2qQt38BfhVS
SN9TxagwNcvENDczUr+dsOikN4Fsk3R4TDSqS2D09BKktw1EB1cAxn6liEKkH9ea
GJVGHfwyNecI0BDc8lMZDIkd2vz/6E94grXY1OQMZ+xVMXCxN8Q8q6Fjgkh4tcmG
NKUjVoeh5lU1PBCqGI24X+9PJgKRzOM2Q1h577/MFGTZS5ad1UGqARjJDDaTjU2M
05diUj4Jwig30zcXTlz/Ihl5El4TPLS2OOzPHhP0XLE9Xo/+Xifslbfj8huyvj0/
R8gk3wtfNFA/vJPVGHOPWc2uw0ritypIxr3DUOLXykyXix0wPRVWOoarer3GcOOx
wFqCEWTqAX2LT0O1/hPjd7pINsFa/+P69xlnAyNYgu0fFG4EcwWHPbLWh2zs62PM
wk4uH1WLwbdC3Hb3SypuRXV20HjcE/nqrlaTqI3G/KRuYhYcxmvH/JcSo4gsayaS
9gzrnwuslaqG3wBPFd6kXFBbIMrFSmh3O/lmAy/2CugWB4DHMVrcQ31lz+6+gukK
VVvje10mtuNgd3AMt1NN
=7xqJ
-----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