[jboss-xnio] 02/02: New maven-bundle-plugin-rules.patch to fix FTBFS introduced by maven-bundle-plugin 3.5.0

Kai-Chung Yan seamlik-guest at moszumanska.debian.org
Sat Mar 10 06:08:11 GMT 2018


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

seamlik-guest pushed a commit to branch master
in repository jboss-xnio.

commit 8b4322e0d0717a6e581fd6cb8cc666a95b992e42
Author: 殷啟聰 | Kai-Chung Yan <seamlikok at gmail.com>
Date:   Sat Mar 10 14:07:38 2018 +0800

    New maven-bundle-plugin-rules.patch to fix FTBFS introduced by maven-bundle-plugin 3.5.0
---
 debian/patches/maven-bundle-plugin-rules.patch | 14 ++++++++++++++
 debian/patches/series                          |  1 +
 2 files changed, 15 insertions(+)

diff --git a/debian/patches/maven-bundle-plugin-rules.patch b/debian/patches/maven-bundle-plugin-rules.patch
new file mode 100644
index 0000000..e6c1edd
--- /dev/null
+++ b/debian/patches/maven-bundle-plugin-rules.patch
@@ -0,0 +1,14 @@
+Description: Fix the rules in Maven Bundle Plugin
+Author: Kai-Chung Yan (殷啟聰) <seamlikok at gmail.com>
+Bug: https://issues.jboss.org/browse/XNIO-321
+--- a/api/pom.xml
++++ b/api/pom.xml
+@@ -207,7 +207,7 @@
+                             *
+                         </Import-Package>
+                         <Require-Capability>
+-                            osgi.service;effective:=active;filter:="(objectClass=org.xnio.Xnio)";
++                            osgi.service;effective:=active;filter:="(objectClass=org.xnio.Xnio)"
+                         </Require-Capability>
+                     </instructions>
+                 </configuration>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..97ce5e6
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+maven-bundle-plugin-rules.patch

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



More information about the pkg-java-commits mailing list