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)))../ && \
__
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.