[SCM] args4j packaging branch, master, updated. debian/2.0.16-1-1-g96a0af2
James Page
james.page at canonical.com
Tue Dec 6 22:40:20 UTC 2011
The following commit has been merged in the master branch:
commit 96a0af2fcf47e819294ee03984c9979562ae2d8c
Author: James Page <james.page at canonical.com>
Date: Tue Dec 6 22:40:12 2011 +0000
Fix FTBFS with OpenJDK 7:
* Fix FTBFS with OpenJDK 7:
- d/maven.properties: Specify source file encoding to fix javadoc
generation errors with Java 7.
diff --git a/debian/changelog b/debian/changelog
index 164fc5f..0914314 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+args4j (2.0.16-2) UNRELEASED; urgency=low
+
+ * Fix FTBFS with OpenJDK 7:
+ - d/maven.properties: Specify source file encoding to fix javadoc
+ generation errors with Java 7.
+
+ -- James Page <james.page at ubuntu.com> Tue, 06 Dec 2011 22:39:47 +0000
+
args4j (2.0.16-1) unstable; urgency=low
* Initial release. (Closes: #625453)
diff --git a/debian/maven.properties b/debian/maven.properties
new file mode 100644
index 0000000..1291321
--- /dev/null
+++ b/debian/maven.properties
@@ -0,0 +1,2 @@
+# Set encoding for compatibilty with Java 7
+project.build.sourceEncoding=ISO-8859-1
--
args4j packaging
More information about the pkg-java-commits
mailing list