Package: jxplorer
Version: 3.2.2~rc1+dfsg-2
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: #888957):
- d/rules: Call jh_build with source/target set to 1.5 to ensure
backwards compatibility and 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.0.0-13-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)
iQIcBAEBCAAGBQJO4js8AAoJEL/srsug59jDSJ4QAIbtW2MlsZjVlzHfyjdaPitI
ivwQhInEKco55qlT3a/PzmUBBQoI0RC8czUIcBE8FQrEY0bGXduSocNFAlZA/RGa
ROlOMeNb3uF1GFAv86lxqAUthSKXYTBJdP681spoWC0EGa2RdiJYGJM6W1UC00O1
gdbKtuGmG6SyLUxiFdoRP2iIApJ0Hiu8vtjPi0XvqGyFP16gUkZiJn8iUKlu+bXK
hC0f9wA/v1OuxJi3BN/4uZVAQHR/SmjnQplP7PP9uuYbO6IKy3OLTBn9ggnrxEQk
4JxbLffrmPtvF8hKeX5uXk7UFLVW1g408ufOWsgk2pQ8d23u6LpCEhuv2bS9YRSa
pmaxavq1bCvtZKN4RZBFLtG3IpSmUh8DQmtpOavvNSYcc+PyPsMXZakhsEKWhtJn
0njuDq+V4ioUfpk/96AhI+dPOoKWbLsEVb+wWeKfS1L22aMcoi0UNIHoZn/9TpS4
qQuVor6Sv/neOHpKh+TsZktn3Tj7yN1vNSPS/7bwIloBoxUnaeXK5/bQSAUIk0jK
5f4WDbalKfgA3ua2OaNMbBq2W47RpmuDqGq7zQ3Nj+16HrQvDUvXLhmjX1SuZLxl
vSAm1OJO6Oyo73dfKZ6BO0bpzOfaJFMDSAm+FEjyiBHpOMhafO2/SbNKzMlaliR6
7t0jo/fKdxQl5qQtupXi
=g2ad
-----END PGP SIGNATURE-----
diff -Nru jxplorer-3.2.2~rc1+dfsg/debian/rules jxplorer-3.2.2~rc1+dfsg/debian/rules
--- jxplorer-3.2.2~rc1+dfsg/debian/rules 2011-09-06 20:19:05.000000000 +0100
+++ jxplorer-3.2.2~rc1+dfsg/debian/rules 2011-12-09 16:35:24.000000000 +0000
@@ -21,7 +21,7 @@
-mkdir jars
cd help && jar cf ../jars/jxplorer_help.jar *
# build jxplorer
- jh_build jxplorer.jar src
+ jh_build --javacopts="-source 1.5 -target 1.5" --javadoc-opts="-source 1.5" jxplorer.jar src
# tests
$(JAVA) com.ca.directory.jxplorer.viewer.tableviewer.TableViewerTestSuite
$(JAVA) com.ca.commons.naming.NamingTestSuite