Package: libcommons-collections-java Version: 2.1.1-10 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 that backwards compatible bytecode is built (LP: #1049688): - d/ant.properties: Specify source/target == 1.5. 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-14-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) iQIcBAEBCAAGBQJQWd9fAAoJEL/srsug59jDUR4P/3iz+KMz3nT1Kz9ikCS8X3aM /v1o4CvFiwfQ+AeJ+SkZJ0AMITHwBbPWvlLuiQhz735fFdzIGSqbyvMTIPxVcVQX CY6tttU6qKcVA/U/mLj1ywIW4Ou3R8sgxqMd582FzqzNNrtHAHIK4FfGDTCG8hyg aUS7NP0Vsm/qHQd6Xz1SOQKAeXv282Ls9HpZudomFXveUDUvb2QWR0waHlNTRBb3 bfWcqFYdFMVDho+zp1hza8fmmBhzGP1jQZqmBuoAer29kLGgC/6WVVMk1MPMIBbv BVshfjADONtE5JVKwvtrh4llEtO4cpczMY1aWkDwTGBH5mBodZg7VaKfjJ18I+Mc IiV+S0QoUN+ytmnv386OE1EG+auHizDN5NRT8vmmeig4olG3QTdO5BeHzNPMSbAP pfH3g/UOFqMhqysJ2ANVjnCB/m6lJTIoUM2kUT/xImMJrgWGExsCTYIIo+7nDLfI vBLH/EU0kg4B/AK8XjhSnk28AuMn2PVYxSHbiPHBuQftEqcaEyTImOZ0bEpzh/iX FV48mswON45ObwH9Idq4ooH1A4D6QyU2Ohw9Totr4t4aKNKi/kPH7le9MZOUKWfO gE3qmAgxJus+ElJKvT+pLxzDv1JqfdyiL1Qglv2KfcIHnOKOTadpr63uOdY4fmQ2 opz5ExHD851rzpG5n/HC =X9jl -----END PGP SIGNATURE-----
diff -Nru libcommons-collections-java-2.1.1/debian/ant.properties libcommons-collections-java-2.1.1/debian/ant.properties --- libcommons-collections-java-2.1.1/debian/ant.properties 1970-01-01 01:00:00.000000000 +0100 +++ libcommons-collections-java-2.1.1/debian/ant.properties 2012-09-19 15:52:18.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 libcommons-collections-java-2.1.1/debian/changelog libcommons-collections-java-2.1.1/debian/changelog