[netbeans] 01/01: Really update jna-4.4.0-compatibility.patch and fix FTBFS with JNA 4.4.0.

Markus Koschany apo at moszumanska.debian.org
Mon Jul 24 00:58:06 UTC 2017


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

apo pushed a commit to branch master
in repository netbeans.

commit 6091d48a98ca1f50d075fda9722cea30663c2ee0
Author: Markus Koschany <apo at debian.org>
Date:   Mon Jul 24 02:18:25 2017 +0200

    Really update jna-4.4.0-compatibility.patch and fix FTBFS with JNA 4.4.0.
---
 debian/changelog                             | 6 ++++++
 debian/patches/jna-4.4.0-compatibility.patch | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index fda7659..ecf9b23 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+netbeans (8.1+dfsg3-4) unstable; urgency=medium
+
+  * Really update jna-4.4.0-compatibility.patch and fix FTBFS with JNA 4.4.0.
+
+ -- Markus Koschany <apo at debian.org>  Mon, 24 Jul 2017 02:19:05 +0200
+
 netbeans (8.1+dfsg3-3) unstable; urgency=medium
 
   * Switch to compat level 10.
diff --git a/debian/patches/jna-4.4.0-compatibility.patch b/debian/patches/jna-4.4.0-compatibility.patch
index fff558f..c92dbaa 100644
--- a/debian/patches/jna-4.4.0-compatibility.patch
+++ b/debian/patches/jna-4.4.0-compatibility.patch
@@ -20,7 +20,7 @@ index 5654ce6..3f3846f 100644
  public interface Win32APISupport extends StdCallLibrary {
  
 -    final Map<Object, Object> DEFAULT_OPTIONS = Collections.unmodifiableMap(new HashMap<Object, Object>() {
-+    final Map<String, ?> DEFAULT_OPTIONS = Collections.unmodifiableMap(new HashMap<String, String>() {
++    final Map<String, Object> DEFAULT_OPTIONS = Collections.unmodifiableMap(new HashMap<String, Object>() {
  
          {
              put(OPTION_TYPE_MAPPER, W32APITypeMapper.UNICODE);

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



More information about the pkg-java-commits mailing list