[jline2] 02/18: Patched pom.xml to ignore warnings
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Mar 30 12:09:32 BST 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository jline2.
commit 2317ca4fe7fe33316687e9de122c0c817b86e650
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Mar 30 12:21:16 2018 +0200
Patched pom.xml to ignore warnings
---
debian/changelog | 8 ++++++++
debian/patches/01-ignore-warnings.patch | 17 +++++++++++++++++
debian/patches/series | 1 +
3 files changed, 26 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index d280f9f..c60ab99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+jline2 (2.13-1) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * New upstream release
+ - Patched pom.xml to ignore warnings
+
+ -- Emmanuel Bourg <ebourg at apache.org> Fri, 30 Mar 2018 12:10:18 +0200
+
jline2 (2.12.1-1) unstable; urgency=medium
* New upstream version 2.12.1 (Closes: #784061)
diff --git a/debian/patches/01-ignore-warnings.patch b/debian/patches/01-ignore-warnings.patch
new file mode 100644
index 0000000..8f92491
--- /dev/null
+++ b/debian/patches/01-ignore-warnings.patch
@@ -0,0 +1,17 @@
+Description: Don't break the build on warnings
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: not-needed
+--- a/pom.xml
++++ b/pom.xml
+@@ -305,11 +305,6 @@
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.1</version>
+ <configuration>
+- <showWarnings>true</showWarnings>
+- <compilerArgs>
+- <arg>-Xlint:all,-options</arg>
+- <arg>-Werror</arg>
+- </compilerArgs>
+ <fork>true</fork>
+ </configuration>
+ </plugin>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..73ee5b6
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-ignore-warnings.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jline2.git
More information about the pkg-java-commits
mailing list