[pkg-java] r15541 - trunk/easyconf/debian

Miguel Landaeta nomadium-guest at alioth.debian.org
Wed Dec 14 00:57:41 UTC 2011


Author: nomadium-guest
Date: 2011-12-14 00:57:41 +0000 (Wed, 14 Dec 2011)
New Revision: 15541

Modified:
   trunk/easyconf/debian/ant.properties
   trunk/easyconf/debian/changelog
   trunk/easyconf/debian/control
Log:
Fix FTBFS with OpenJDK7

Modified: trunk/easyconf/debian/ant.properties
===================================================================
--- trunk/easyconf/debian/ant.properties	2011-12-13 22:42:59 UTC (rev 15540)
+++ trunk/easyconf/debian/ant.properties	2011-12-14 00:57:41 UTC (rev 15541)
@@ -5,3 +5,8 @@
 classesdir=target/classes
 testclassesdir=target/test
 testreportdir=target/testreports
+
+# 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

Modified: trunk/easyconf/debian/changelog
===================================================================
--- trunk/easyconf/debian/changelog	2011-12-13 22:42:59 UTC (rev 15540)
+++ trunk/easyconf/debian/changelog	2011-12-14 00:57:41 UTC (rev 15541)
@@ -1,3 +1,17 @@
+easyconf (0.9.5-3) UNRELEASED; urgency=low
+
+  [ Miguel Landaeta ]
+  * Team upload.
+  * Fix Vcs-Svn URL.
+
+  [ James Page ]
+  * Fix FTBFS with OpenJDK7 (LP: #888933) (Closes: #651407):
+    - 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. 
+
+ -- Miguel Landaeta <miguel at miguel.cc>  Tue, 13 Dec 2011 20:14:27 -0430
+
 easyconf (0.9.5-2) unstable; urgency=low
 
   * d/control: Bump Standards-Version to 3.9.2: no changes needed.

Modified: trunk/easyconf/debian/control
===================================================================
--- trunk/easyconf/debian/control	2011-12-13 22:42:59 UTC (rev 15540)
+++ trunk/easyconf/debian/control	2011-12-14 00:57:41 UTC (rev 15541)
@@ -21,7 +21,7 @@
                maven-repo-helper
 Standards-Version: 3.9.2
 Homepage: http://easyconf.sourceforge.net/
-Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/easyconf/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/easyconf/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/easyconf/
 
 Package: libeasyconf-java




More information about the pkg-java-commits mailing list