Package: commons-math
Version: 2.2-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:

  * Fix FTBFS with OpenJDK7 (LP: #888931):
    - d/ant.properties: Specify source/target as 1.5 for javac and
      javadoc ant tasks 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.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)

iQIcBAEBCAAGBQJO4JrYAAoJEL/srsug59jDmtoP/3x7ssc/yh0Ee/t2DDTMYFW5
jR8hIjuFBntlXhylE30L7HtTxGeApvvEgp19vadjpdqE0JYLFnmRwOMjKyxarXOl
ajXoffhXJeQkIBIbxNAYn8oNnltEDrSZDgM4BYXL+kEqEJ38cogBHjGhajNpMCRM
ekF2Qd/njaORlzZD6GU319WbvA1F+S24C59OJeohjMo40fABjtgtTbMoZ1Y/FrnR
hJUnqf/pZRIjzvqcFb6EhIX6LqbUTo3hfVZ/0LAU4ee5gt49K7/7/8J5zqV3UGCE
YSg+QtcP3ynmNYey34O+drVYSlLIotTFg40VkqdqteOlMyfaaD18IUyDOoPz95Xy
ZhjBd21T+jibsn1V5suiAPUcxLxRoTiVuzvexgMh2era1oHZPKZTS5Hcvh7Po5MP
2ynn1hRxKMnK0losTnp3MEwx1S/ImYo6Qgkpu5vwfolfDHFjmW2JbkovK4aIRgz4
Yi1hSvJ2ZabBDcnG7vKjuK7hzfHjmF7RXTez4ujsDIttClxXWelUw9RwKBhH4Dg5
MQpZPc4PsrlU8C448OptbWRpQ7JgmOGW+/Dx4hy+NmN4yRQP2AOowULD1D8WAS5y
YfxMm8t6KL8+sLkuV6F47hM3cCWAwNSh0AFsbazZhSD7evJwhJWCGrCff5Vs8HMP
GW5qT6EuVC7AcVs/8gAc
=FkQa
-----END PGP SIGNATURE-----
=== modified file 'debian/ant.properties'
--- debian/ant.properties	2011-03-07 21:14:46 +0000
+++ debian/ant.properties	2011-12-08 10:53:51 +0000
@@ -1 +1,6 @@
 junit.jar=/usr/share/java/junit4.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
+

Reply via email to