[pkg-java] r16175 - trunk/commons-vfs/debian

Niels Thykier nthykier at alioth.debian.org
Wed Jun 20 15:54:36 UTC 2012


Author: nthykier
Date: 2012-06-20 15:54:36 +0000 (Wed, 20 Jun 2012)
New Revision: 16175

Modified:
   trunk/commons-vfs/debian/changelog
   trunk/commons-vfs/debian/maven.properties
Log:
Fix FTBFS issue with Java7

Modified: trunk/commons-vfs/debian/changelog
===================================================================
--- trunk/commons-vfs/debian/changelog	2012-06-20 13:45:30 UTC (rev 16174)
+++ trunk/commons-vfs/debian/changelog	2012-06-20 15:54:36 UTC (rev 16175)
@@ -1,3 +1,10 @@
+commons-vfs (2.0-3) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Explicitly state the encoding used to fix FTBFS with Java7.
+
+ -- Niels Thykier <niels at thykier.net>  Wed, 20 Jun 2012 17:47:39 +0200
+
 commons-vfs (2.0-2) unstable; urgency=low
 
   * Update Standard-Version: 3.9.3.

Modified: trunk/commons-vfs/debian/maven.properties
===================================================================
--- trunk/commons-vfs/debian/maven.properties	2012-06-20 13:45:30 UTC (rev 16174)
+++ trunk/commons-vfs/debian/maven.properties	2012-06-20 15:54:36 UTC (rev 16175)
@@ -2,3 +2,5 @@
 
 maven.compiler.source=1.5
 maven.compiler.target=1.5
+
+project.build.sourceEncoding=ISO-8859-1




More information about the pkg-java-commits mailing list