This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository saxonb.
Advertising
commit 6d425d0d7888663e47023e617b695461ed43f3c2
Author: Emmanuel Bourg <ebo...@apache.org>
Date: Fri Apr 6 15:37:26 2018 +0200
Fixed the build failure with Java 9 (Closes: #893412)
---
debian/build.xml | 2 +-
debian/changelog | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/build.xml b/debian/build.xml
index 73b2a45..4a94f9f 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -7,7 +7,7 @@
<target name="compile">
<mkdir dir="../build" />
- <javac srcdir="../bj" destdir="../build" source="1.5" target="1.5"
nowarn="true">
+ <javac srcdir="../bj" destdir="../build" source="1.5" target="1.5"
nowarn="true" encoding="ISO-8859-1">
<exclude name="**/dotnet/**" />
</javac>
</target>
diff --git a/debian/changelog b/debian/changelog
index e6f5660..a35d949 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ saxonb (9.1.0.8+dfsg-2) UNRELEASED; urgency=medium
* remove myself from Uploaders:
[ Emmanuel Bourg ]
+ * Fixed the build failure with Java 9 (Closes: #893412)
* Moved the package to Git
* Standards-Version updated to 4.1.4
* Switch to debhelper level 11
--
Alioth's /usr/local/bin/git-commit-notice on
/srv/git.debian.org/git/pkg-java/saxonb.git
_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits