[libjna-java] 07/08: Refreshed the patches

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Jul 5 13:21:35 UTC 2017


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

ebourg-guest pushed a commit to branch master
in repository libjna-java.

commit 62302f27b8dafc88274c613000c6dd85be75d54a
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Jul 5 15:10:22 2017 +0200

    Refreshed the patches
---
 debian/changelog                                        | 2 +-
 debian/patches/03-dynlink-and-cflags.patch              | 4 ++--
 debian/patches/04-load-native-code-from-fs.patch        | 4 ++--
 debian/patches/06-remove-gjdoc-inexistent-options.patch | 2 +-
 debian/patches/09-javadoc.patch                         | 2 +-
 debian/patches/10-disable-full-jar.patch                | 6 +++---
 debian/patches/13-reproducible-javadoc.patch            | 2 +-
 debian/patches/14-rename-native-library.patch           | 2 +-
 8 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fc1a7c3..f31c7ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libjna-java (4.3.0-1) UNRELEASED; urgency=medium
+libjna-java (4.4.0-1) UNRELEASED; urgency=medium
 
   * Team upload.
   * New upstream release
diff --git a/debian/patches/03-dynlink-and-cflags.patch b/debian/patches/03-dynlink-and-cflags.patch
index 46a0d24..b181636 100644
--- a/debian/patches/03-dynlink-and-cflags.patch
+++ b/debian/patches/03-dynlink-and-cflags.patch
@@ -3,7 +3,7 @@ Description: dynlink and cflags
 
 --- a/build.xml
 +++ b/build.xml
-@@ -832,6 +832,19 @@
+@@ -912,6 +912,19 @@
        <arg value="JNA_JNI_VERSION=${jni.version}"/>
        <arg value="CHECKSUM=${jni.md5}"/>
      </exec>
@@ -23,7 +23,7 @@ Description: dynlink and cflags
      <mkdir dir="${classes}/${native.path}"/>
      <copy todir="${classes}/${native.path}">
        <fileset dir="${build.native}"
-@@ -843,15 +856,6 @@
+@@ -923,15 +936,6 @@
        <fileset dir="${build.native}"
                 includes="jnidispatch.dll,libjnidispatch.*"/>
      </copy>
diff --git a/debian/patches/04-load-native-code-from-fs.patch b/debian/patches/04-load-native-code-from-fs.patch
index c6e3c85..10638bb 100644
--- a/debian/patches/04-load-native-code-from-fs.patch
+++ b/debian/patches/04-load-native-code-from-fs.patch
@@ -3,7 +3,7 @@ Subject: try to load native library from /usr/lib/jni if system
 Author: Jan Dittberner <jandd at debian.org>
 --- a/src/com/sun/jna/Native.java
 +++ b/src/com/sun/jna/Native.java
-@@ -787,6 +787,30 @@
+@@ -828,6 +828,30 @@
      }
  
      /**
@@ -34,7 +34,7 @@ Author: Jan Dittberner <jandd at debian.org>
       * Loads the JNA stub library.
       * First tries jna.boot.library.path, then the system path, then from the
       * jar file.
-@@ -803,6 +827,9 @@
+@@ -844,6 +868,9 @@
  
          String libName = System.getProperty("jna.boot.library.name", "jnidispatch");
          String bootPath = System.getProperty("jna.boot.library.path");
diff --git a/debian/patches/06-remove-gjdoc-inexistent-options.patch b/debian/patches/06-remove-gjdoc-inexistent-options.patch
index 224855f..e042a87 100644
--- a/debian/patches/06-remove-gjdoc-inexistent-options.patch
+++ b/debian/patches/06-remove-gjdoc-inexistent-options.patch
@@ -3,7 +3,7 @@ Subject: disable javadoc options that are not supported by gjdoc
 
 --- a/build.xml
 +++ b/build.xml
-@@ -1115,7 +1115,7 @@
+@@ -1195,7 +1195,7 @@
        <group title="Platform Utilities" packages="com.sun.jna.platform,com.sun.jna.platform.dnd"/>
        <group title="Platform Specific" packages="com.sun.jna.platform.*"/>
  
diff --git a/debian/patches/09-javadoc.patch b/debian/patches/09-javadoc.patch
index d56007a..da0895d 100644
--- a/debian/patches/09-javadoc.patch
+++ b/debian/patches/09-javadoc.patch
@@ -2,7 +2,7 @@ Link javadoc to the default-jdk javadoc.
 
 --- a/build.xml
 +++ b/build.xml
-@@ -1098,7 +1098,7 @@
+@@ -1178,7 +1178,7 @@
        <doctitle>JNA API Documentation</doctitle>
        <header>${header}</header>
        <bottom>${footer}</bottom>
diff --git a/debian/patches/10-disable-full-jar.patch b/debian/patches/10-disable-full-jar.patch
index 94bcb39..cc45974 100644
--- a/debian/patches/10-disable-full-jar.patch
+++ b/debian/patches/10-disable-full-jar.patch
@@ -3,7 +3,7 @@ Author: Emmanuel Bourg <ebourg at apache.org>
 Forwarded: not-needed
 --- a/build.xml
 +++ b/build.xml
-@@ -378,6 +378,7 @@
+@@ -404,6 +404,7 @@
          <!-- Note that no terminal "*" is included in this list,
               which will force failure on unsupported platforms.
            -->
@@ -11,7 +11,7 @@ Forwarded: not-needed
          <attribute name="Bundle-NativeCode"
                     value="
  com/sun/jna/win32-x86/jnidispatch.dll;
-@@ -436,10 +437,12 @@
+@@ -464,10 +465,12 @@
  com/sun/jna/darwin/libjnidispatch.jnilib;
  osname=macosx;processor=x86;processor=x86-64;processor=ppc
  "/>
@@ -24,7 +24,7 @@ Forwarded: not-needed
        <zipfileset src="${lib.native}/win32-x86.jar"
                    includes="*jnidispatch*"
                    prefix="com/sun/jna/win32-x86"/>
-@@ -509,6 +512,7 @@
+@@ -540,6 +543,7 @@
        <zipfileset src="${lib.native}/w32ce-arm.jar"
                    includes="*jnidispatch*"
                    prefix="com/sun/jna/w32ce-arm"/>
diff --git a/debian/patches/13-reproducible-javadoc.patch b/debian/patches/13-reproducible-javadoc.patch
index b80a7f8..78617e5 100644
--- a/debian/patches/13-reproducible-javadoc.patch
+++ b/debian/patches/13-reproducible-javadoc.patch
@@ -3,7 +3,7 @@ Author: Emmanuel Bourg <ebourg at apache.org>
 Forwarded: no
 --- a/build.xml
 +++ b/build.xml
-@@ -1096,7 +1096,8 @@
+@@ -1176,7 +1176,8 @@
               maxmemory="256m"
               packagenames="com.sun.jna,com.sun.jna.ptr,com.sun.jna.types,com.sun.jna.platform,com.sun.jna.platform.win32"
               overview="${src}/com/sun/jna/overview.html"
diff --git a/debian/patches/14-rename-native-library.patch b/debian/patches/14-rename-native-library.patch
index c03e8a4..b2fad24 100644
--- a/debian/patches/14-rename-native-library.patch
+++ b/debian/patches/14-rename-native-library.patch
@@ -4,7 +4,7 @@ Forwarded: not-needed
 Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/libjna-java/+bug/1065253
 --- a/src/com/sun/jna/Native.java
 +++ b/src/com/sun/jna/Native.java
-@@ -825,8 +825,8 @@
+@@ -866,8 +866,8 @@
              }
          }
  

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



More information about the pkg-java-commits mailing list