[libcofoja-java] 01/04: Fixed the build failure with Java 9 (Closes: #873207)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Nov 28 23:38:02 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libcofoja-java.
commit dcec41701797be94110fc8d78b924c0310da469b
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Nov 29 00:30:43 2017 +0100
Fixed the build failure with Java 9 (Closes: #873207)
---
debian/changelog | 7 +++++++
debian/patches/01-java9-compatibility.patch | 22 ++++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 30 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 374d22b..f655dc4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cofoja (1.3-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Fixed the build failure with Java 9 (Closes: #873207)
+
+ -- Emmanuel Bourg <ebourg at apache.org> Wed, 29 Nov 2017 00:24:01 +0100
+
cofoja (1.3-1) unstable; urgency=medium
* Team upload.
diff --git a/debian/patches/01-java9-compatibility.patch b/debian/patches/01-java9-compatibility.patch
new file mode 100644
index 0000000..cf62af9
--- /dev/null
+++ b/debian/patches/01-java9-compatibility.patch
@@ -0,0 +1,22 @@
+Description: Fixes the build failure with Java 9
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: no
+--- a/build.xml
++++ b/build.xml
+@@ -201,7 +200,6 @@
+ <sequential if:set="rt.jar">
+ <checkjar label="JRE RT JAR: " property="rt.jar" />
+ </sequential>
+- <checkjar label="JDK Tools JAR: " property="tools.jar" />
+ <sequential if:set="bootstrap.jar">
+ <checkjar label="Bootstrap JAR: " property="bootstrap.jar" />
+ </sequential>
+@@ -210,8 +208,6 @@
+ </target>
+
+ <target name="init" depends="configure">
+- <requirejar property="tools.jar" />
+-
+ <tstamp />
+ <condition property="cofoja.version"
+ value="${version}-${DSTAMP}"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..12bc5e0
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-java9-compatibility.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcofoja-java.git
More information about the pkg-java-commits
mailing list