Your message dated Sun, 25 Dec 2011 23:43:13 -0430
with message-id <[email protected]>
and subject line Re: libhibernate-jbosscache-java: Fix FTBFS with OpenJDK7
has caused the Debian Bug report #652042,
regarding libhibernate-jbosscache-java: 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.)
--
652042: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652042
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libhibernate-jbosscache-java
Version: 3.3.2.GA-1
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: #888961):
- d/rules: Specify source/target as 1.5 when calling jh_build to
work around Java 7 encoding errors.
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)
iQIcBAEBCAAGBQJO6JiNAAoJEL/srsug59jDEMUP/RY3UzecZnYmI9/0aXS+cJpc
25rg6e9rB2NpWw3XE2Cx6YMT3U88O5essXDJwAAbXhnjhYhY6PeuCCbyHjY3y9GC
AcuozViv2eAzewy2P6PEzi6l0xvhybcHyYTSdN4xSBDJD8ozXOjJqJZCr9KiZ3DT
VPrKn90hUqW812X+IVkFd4a0Q439dXWiDGpW07VzmCIYqz1N1r9HvAuX8m3WBo8q
CHccJ5Gbi9QzkJGOcdlZpr3i4KYhukQNw2ZUWsI1nNy96VIRh/wkFIxJ2eT2m4yQ
Y7RiU67SZvndhlhxV1Fm9ZfrF9jy8OAwYFaRm8xhtlZSjqJn1sOZaialPxRJAGL0
y1JTh1JGlKDFAyysB9LwGcZls3yChtMGnze4c+5sLU115c1fJVGRV0uI9G0IdQzS
JFx96fkzD/0hFXjQY2vFTY9pjs8jWlo+FdHPhlrI1t9/lsqURmSDiXrpdSLecVmx
8AQLSutyRoR4Sl+SzMi0EbQcwWqpAlRp6suG2vZ2/E4nPD515uqFyGazhGsGk7AZ
i4dqgx30pBkUrIblJ0nU948smst0kGONPSNleCtAi/Qs3f1OFxMSTvDKyxI4nwpJ
5t8HPrML1EY3AFKAA14EgVnUoYO80pVYsGplOKxrS+gC4de1El08vVFz6ekqWxFG
WzZsOrlJ2LwjYCMgV9U7
=ydws
-----END PGP SIGNATURE-----
=== modified file 'debian/rules'
--- debian/rules 2010-07-18 21:19:04 +0000
+++ debian/rules 2011-12-14 12:31:18 +0000
@@ -7,7 +7,8 @@
dh --with javahelper $@
override_jh_build:
- jh_build hibernate-jbosscache.jar src/main
+ jh_build --javacopts="-source 1.5 -target 1.5" --javadoc-opts="-source 1.5" \
+ hibernate-jbosscache.jar src/main
get-orig-source:
cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \
--- End Message ---
--- Begin Message ---
Source: libhibernate-jbosscache-java
Source-Version: 3.6.8-1
Please remember to close fixed bugs with an upload.
--
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
"Faith means not wanting to know what is true." -- Nietzsche
signature.asc
Description: Digital 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.