Package: commons-csv
Version: 0.1-SNAPSHOT+svn678580-2
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: #888929): 
    - 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)

iQIcBAEBCAAGBQJO4JcuAAoJEL/srsug59jDSfkP/0f70rrxW1Q+zCoZrQyqE9bb
Od+4QwFLuZ96rmRteNdFsTaIgG3BZysN+mwlWOyQ9I/YkfPKfxQun8Idc2OVUUFu
PDnurnTYRPcfOi73pZZJu6Icwv2Zzzo06Zxsl5/EHzJhp1wPUjDMi9ae0Qr4iy9y
ontp116gPA7VbjPf2sY74tyfcNH0Ua7g58oE1NBbJwBVoQRRa9AMQYhS0r30gb+n
ezgtiiFdSh/Mfyl8eFbk95LIa+HfsyA9//unRjsj7hfyyLfs95SUo6v2OM2KjBPJ
wqdP70CsU+8XqKwa7JeP8xDxY0GgOZ8nQdV88kA5akM+Ilqwq1t+yV84M1jM+6Wm
EJrAuQDs1YjP5qK9yv5lzoPJE+azWC1wvLBReHnCl8N5fOIlnSBa96FdKaP+KQCt
a95GPy60/aFljJ3jCG6ix1AJSLQi0eE2gK6Nwg/R+lIMpg/G8rjjvlE2bbGJuNLK
eFglcJs0+dbbaEtsb+gRFKVtJk1HUqz7mBYMEUUg6ZOC31qPn14Bb6/3QXSkzhub
6gQxzmdAo/167KzU4eXlHOelADykeCtb+Nch5m6oEFnvshmtxTccdqZHvBvzGq8+
Dd3w8f50L07mt6goBRKLvKLerjA7gy2oQG8EL87Jxbf85IlaTa4eK/F9tflu9M0W
4zWA8I4eg84ht4Jc95EL
=SNlc
-----END PGP SIGNATURE-----
=== modified file 'debian/ant.properties'
--- debian/ant.properties	2007-07-27 09:45:30 +0000
+++ debian/ant.properties	2011-12-08 10:46:12 +0000
@@ -7,3 +7,8 @@
 #build.compiler=gcj
 compile.debug=on
 compile.optimize=on
+
+# 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