[pkg-java] r16074 - trunk/cglib/debian
Damien Raude-Morvan
drazzib at alioth.debian.org
Tue May 29 23:07:05 UTC 2012
Author: drazzib
Date: 2012-05-29 23:07:04 +0000 (Tue, 29 May 2012)
New Revision: 16074
Modified:
trunk/cglib/debian/ant.properties
trunk/cglib/debian/changelog
Log:
* Fix FTBFS with OpenJDK7:
- d/ant.properties: Ensure that all classes are built to target
Java 1.5 to ensure backwards compatibility and correct execution
of test suite. (Closes: #673175).
* Merge change from James Page. Thanks!
Modified: trunk/cglib/debian/ant.properties
===================================================================
--- trunk/cglib/debian/ant.properties 2012-05-28 23:09:51 UTC (rev 16073)
+++ trunk/cglib/debian/ant.properties 2012-05-29 23:07:04 UTC (rev 16074)
@@ -1 +1,3 @@
compile.target = 1.4
+ant.build.javac.source=1.5
+ant.build.javac.target=1.5
Modified: trunk/cglib/debian/changelog
===================================================================
--- trunk/cglib/debian/changelog 2012-05-28 23:09:51 UTC (rev 16073)
+++ trunk/cglib/debian/changelog 2012-05-29 23:07:04 UTC (rev 16074)
@@ -1,3 +1,16 @@
+cglib (2.2.2+dfsg-5) unstable; urgency=low
+
+ [ James Page ]
+ * Fix FTBFS with OpenJDK7:
+ - d/ant.properties: Ensure that all classes are built to target
+ Java 1.5 to ensure backwards compatibility and correct execution
+ of test suite. (Closes: #673175).
+
+ [ Damien Raude-Morvan ]
+ * Merge change from James Page. Thanks!
+
+ -- Damien Raude-Morvan <drazzib at debian.org> Wed, 30 May 2012 00:58:04 +0200
+
cglib (2.2.2+dfsg-2) unstable; urgency=low
* Bump Standards-Version to 3.9.3: no changes needed.
More information about the pkg-java-commits
mailing list