Package: wsdl4j Version: 1.6.2-4 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu quantal ubuntu-patch openjdk-7-transition
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * Ensure backwards compatible bytecode is built (LP: #1049817): - d/ant.properties: Specify source/target = 1.5 when compiling java source code. Thanks for considering the patch. - -- System Information: Debian Release: wheezy/sid APT prefers quantal-updates APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500, 'quantal') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.5.0-15-generic (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAEBCAAGBQJQXD/jAAoJEL/srsug59jDjs0P/14QzJZeiIUyRHxwoEXVHmnL D2teD7NGIOuEmKqdWOozhVmlwQE8a+B17qq9WbC6aSN1BabbCXYS6YslHsTfxdeM rnW5ayq7MOC9thVvKLbGTOlc/GNR0uPEzTktQqzbFXV/s6bqnTh101xABudXeBew mheDFSKwMWjx19rdXewyLJp5P2ZdtkVe+KW8wqlchJu9IiUk69SvphJ3prYxx2IQ w2WLj8M+EdxjLwMmkQQy3+i/77RQECHPbLYlIYrQaok7ZUtvFpMQZ59QZf5BkAKQ bhA+Zmm9tyxSaA609ejwwqhLFhz/SV7aN/M3BSCjoDlrQ5sk3VEwsZ8bA2lUvh5D ebPXoEPQ8apEkQf8/vmekqaZ2Y9g9XBMt27KKWdnHoSAISem1Uano0SvXkHPyYLb tD4vTo9PMecZWYKRfrv9xKiqf743r09Jt7rahZkd1OdsjuEnKKOrtVPq/1mArkvJ x8ycwYTinw1qnHaTIrSP+JfDhwxevXSUrCmu7v+E/LA6D4PaqHpGo64uWkirS//B IUOE3XVlMnoN1fP1waKRATEPhBf9QZRD2f0ocdHGvB/gnDNVtpyDItXGBpZg7Crd yVrjMNl7D9wY8facMOsRtVhPPwyDqG/+jwHoOYi2AMCh47RjSPVJI3z9m/cuZPwh dQ6PJ+1YFVs9lXOrAD2a =3cbK -----END PGP SIGNATURE-----
diff -Nru wsdl4j-1.6.2/debian/ant.properties wsdl4j-1.6.2/debian/ant.properties --- wsdl4j-1.6.2/debian/ant.properties 1970-01-01 01:00:00.000000000 +0100 +++ wsdl4j-1.6.2/debian/ant.properties 2012-09-20 11:14:43.000000000 +0100 @@ -0,0 +1,4 @@ +# 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 diff -Nru wsdl4j-1.6.2/debian/changelog wsdl4j-1.6.2/debian/changelog