This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository libnb-platform-java.
commit 779b06b22e4f1ea04ff3416c19faa8d2700816bf Author: Markus Koschany <[email protected]> Date: Tue Apr 24 19:47:30 2018 +0200 Add openide.util.enumerations.patch and stop building the openide.util.enumerations module because enum is a keyword and this will cause a FTBFS with Java 9 now. --- debian/patches/openide.util.enumerations.patch | 20 ++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 21 insertions(+) diff --git a/debian/patches/openide.util.enumerations.patch b/debian/patches/openide.util.enumerations.patch new file mode 100644 index 0000000..2aeab1d --- /dev/null +++ b/debian/patches/openide.util.enumerations.patch @@ -0,0 +1,20 @@ +From: Markus Koschany <[email protected]> +Date: Tue, 24 Apr 2018 19:46:58 +0200 +Subject: openide.util.enumerations + +--- + nbbuild/cluster.properties | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/nbbuild/cluster.properties b/nbbuild/cluster.properties +index 4d3337a..cad234a 100644 +--- a/nbbuild/cluster.properties ++++ b/nbbuild/cluster.properties +@@ -268,7 +268,6 @@ nb.cluster.platform=\ + openide.nodes,\ + openide.options,\ + openide.text,\ +- openide.util.enumerations,\ + openide.windows,\ + options.api,\ + options.keymap,\ diff --git a/debian/patches/series b/debian/patches/series index 2a826c2..193040c 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -12,3 +12,4 @@ gcc-6-ftbfs.patch jna-4.4.0-compatibility.patch ant-10.patch java9.patch +openide.util.enumerations.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libnb-platform-java.git _______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

