[plexus-containers1.5] 01/01: Fixed the compatibility with qdox 2.0~M5
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Jun 30 21:05:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository plexus-containers1.5.
commit 9f6696221307eb6bca46a5eb61316a794666e0db
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Jun 30 22:34:17 2017 +0200
Fixed the compatibility with qdox 2.0~M5
---
debian/changelog | 7 +++++++
debian/patches/05-qdox-compatibility.patch | 14 ++++++++++++++
debian/patches/series | 1 +
3 files changed, 22 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 2f0b631..d95f3f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+plexus-containers1.5 (1.7.1-3) unstable; urgency=medium
+
+ * Team upload.
+ * Fixed the compatibility with qdox 2.0~M5
+
+ -- Emmanuel Bourg <ebourg at apache.org> Fri, 30 Jun 2017 22:34:09 +0200
+
plexus-containers1.5 (1.7.1-2) unstable; urgency=medium
* Team upload.
diff --git a/debian/patches/05-qdox-compatibility.patch b/debian/patches/05-qdox-compatibility.patch
new file mode 100644
index 0000000..aaccbd1
--- /dev/null
+++ b/debian/patches/05-qdox-compatibility.patch
@@ -0,0 +1,14 @@
+Description: Fixes the compatibility with the version of Qdox in Debian
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: no
+--- a/plexus-component-metadata/src/main/java/org/codehaus/plexus/metadata/gleaner/QDoxComponentGleaner.java
++++ b/plexus-component-metadata/src/main/java/org/codehaus/plexus/metadata/gleaner/QDoxComponentGleaner.java
+@@ -244,7 +244,7 @@
+ // Remove any Plexus specific interfaces from the calculation
+ // ----------------------------------------------------------------------
+
+- List<JavaClass> interfaces = new ArrayList<JavaClass>( javaClass.getImplementedInterfaces() );
++ List<JavaClass> interfaces = new ArrayList<JavaClass>( javaClass.getInterfaces() );
+
+ for ( Iterator<JavaClass> it = interfaces.iterator(); it.hasNext(); )
+ {
diff --git a/debian/patches/series b/debian/patches/series
index 3145cda..4fa38eb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
03-reproducible-metadata.patch
04-plexus-component-metadata-version.patch
+05-qdox-compatibility.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-containers1.5.git
More information about the pkg-java-commits
mailing list