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 <seamli...@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 (殷啟聰) <seamli...@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

_______________________________________________
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