[hawtjni] 07/08: Drop 01-xbean-compatibility.patch. Fixed upstream.

Markus Koschany apo at moszumanska.debian.org
Sat Apr 2 09:23:47 UTC 2016


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

apo pushed a commit to branch master
in repository hawtjni.

commit 1c347d7dac82c2c3dabcbb4145c218632ceb803e
Author: Markus Koschany <apo at debian.org>
Date:   Sat Apr 2 11:05:51 2016 +0200

    Drop 01-xbean-compatibility.patch. Fixed upstream.
---
 debian/changelog                            |  1 +
 debian/patches/01-xbean-compatibility.patch | 14 --------------
 debian/patches/series                       |  1 -
 3 files changed, 1 insertion(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 82bdd8a..abb6026 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ hawtjni (1.11-1) UNRELEASED; urgency=medium
   * Switch from cdbs to dh sequencer.
   * Declare compliance with Debian Policy 3.9.7.
   * Vcs: Use https.
+  * Drop 01-xbean-compatibility.patch. Fixed upstream.
 
  -- Emmanuel Bourg <ebourg at apache.org>  Sat, 02 Apr 2016 11:03:07 +0200
 
diff --git a/debian/patches/01-xbean-compatibility.patch b/debian/patches/01-xbean-compatibility.patch
deleted file mode 100644
index 692d011..0000000
--- a/debian/patches/01-xbean-compatibility.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: Fix a source compatibility issue with the version of xbean in Debian
-Author: Emmanuel Bourg <ebourg at apache.org>
-Forwarded: no
---- a/hawtjni-generator/src/main/java/org/fusesource/hawtjni/generator/HawtJNI.java
-+++ b/hawtjni-generator/src/main/java/org/fusesource/hawtjni/generator/HawtJNI.java
-@@ -402,7 +402,7 @@
-     
-     @SuppressWarnings("unchecked")
-     private void collectMatchingClasses(ClassFinder finder, Class annotation, LinkedHashSet<Class<?>> collector) {
--        List<Class> annotated = finder.findAnnotatedClasses(annotation);
-+        List<Class<?>> annotated = finder.findAnnotatedClasses(annotation);
-         for (Class<?> clazz : annotated) {
-             if( packages.isEmpty() ) {
-                 collector.add(clazz);
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 966818f..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-01-xbean-compatibility.patch

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



More information about the pkg-java-commits mailing list