[bookkeeper] 06/12: Patched around a pom parsing bug in maven-repo-helper

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Jan 16 10:01:11 UTC 2017


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

ebourg-guest pushed a commit to branch master
in repository bookkeeper.

commit f8e1feffc8e275db6dd86da0485cbc9d25a68acc
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Jan 16 10:16:32 2017 +0100

    Patched around a pom parsing bug in maven-repo-helper
---
 debian/changelog                              |  1 +
 debian/patches/02-ignore-xlint-settings.patch | 14 ++++++++++++++
 debian/patches/series                         |  1 +
 3 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index fde32a4..40b0dc3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ bookkeeper (4.3.0-1) UNRELEASED; urgency=medium
     - Refreshed the patch
     - New dependency on libjna-java
     - Build the new bookkeeper-stats module
+    - Patched around a pom parsing bug in maven-repo-helper
   * Build with the DH sequencer instead of CDBS
   * Standards-Version updated to 3.9.8
   * Switch to debhelper level 10
diff --git a/debian/patches/02-ignore-xlint-settings.patch b/debian/patches/02-ignore-xlint-settings.patch
new file mode 100644
index 0000000..a8a8caf
--- /dev/null
+++ b/debian/patches/02-ignore-xlint-settings.patch
@@ -0,0 +1,14 @@
+Description: Removes the Xlint settings to work around a parser bug in maven-debian-helper
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: not-needed
+--- a/pom.xml
++++ b/pom.xml
+@@ -66,8 +66,6 @@
+           <target>1.6</target>
+           <compilerArguments>
+ 	    <Werror />
+-	    <Xlint:deprecation />
+-	    <Xlint:unchecked />
+ 	  </compilerArguments>
+         </configuration>
+       </plugin>
diff --git a/debian/patches/series b/debian/patches/series
index 8d8e6b6..0aa0dfb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01-add-commons-collections-dependency.patch
+02-ignore-xlint-settings.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bookkeeper.git



More information about the pkg-java-commits mailing list