This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository okio.

commit 2bb02662e5abec2a542e31af2a5e491654957d1c
Author: Markus Koschany <a...@debian.org>
Date:   Fri Oct 13 12:28:13 2017 +0200

    Add no-javac-with-errorprone.patch and use standard javac compiler.
---
 debian/patches/no-javac-with-errorprone.patch | 22 ++++++++++++++++++++++
 debian/patches/series                         |  1 +
 2 files changed, 23 insertions(+)

diff --git a/debian/patches/no-javac-with-errorprone.patch 
b/debian/patches/no-javac-with-errorprone.patch
new file mode 100644
index 0000000..d3e2455
--- /dev/null
+++ b/debian/patches/no-javac-with-errorprone.patch
@@ -0,0 +1,22 @@
+From: Markus Koschany <a...@debian.org>
+Date: Fri, 13 Oct 2017 12:27:35 +0200
+Subject: no javac with errorprone
+
+Not yet packaged for Debian?
+---
+ pom.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/pom.xml b/pom.xml
+index 7cf460e..43d4869 100644
+--- a/pom.xml
++++ b/pom.xml
+@@ -93,7 +93,7 @@
+           <artifactId>maven-compiler-plugin</artifactId>
+           <version>3.6.1</version>
+           <configuration>
+-            <compilerId>javac-with-errorprone</compilerId>
++            <compilerId>javac</compilerId>
+             <forceJavacCompilerUse>true</forceJavacCompilerUse>
+             <source>${java.version}</source>
+             <target>${java.version}</target>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d09c6cd
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+no-javac-with-errorprone.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/okio.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

Reply via email to