This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository libnative-platform-java.
commit 545af604dc9204c9f71bda6b6ff08a1c7579d1d1 Author: Markus Koschany <[email protected]> Date: Thu Nov 23 18:14:58 2017 +0100 Refresh libname.diff --- debian/patches/libname.diff | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/patches/libname.diff b/debian/patches/libname.diff index e9dbdff..77480ee 100644 --- a/debian/patches/libname.diff +++ b/debian/patches/libname.diff @@ -6,7 +6,7 @@ Last-Update: 2015-06-05 Forwarded: not-needed --- a/src/main/java/net/rubygrapefruit/platform/internal/Platform.java +++ b/src/main/java/net/rubygrapefruit/platform/internal/Platform.java -@@ -37,11 +37,7 @@ +@@ -40,11 +40,7 @@ public abstract class Platform { platform = new Window64Bit(); } } else if (osName.contains("linux")) { @@ -18,8 +18,8 @@ Forwarded: not-needed + platform = new Linux(); } else if (osName.contains("os x") || osName.contains("darwin")) { if (arch.equals("i386")) { - platform = new OsX32Bit(); -@@ -225,7 +221,7 @@ + platform = new MacOs32Bit(); +@@ -240,7 +236,7 @@ public abstract class Platform { } } @@ -28,7 +28,7 @@ Forwarded: not-needed @Override public <T extends NativeIntegration> T get(Class<T> type, NativeLibraryLoader nativeLibraryLoader) { return super.get(type, nativeLibraryLoader); -@@ -235,6 +231,11 @@ +@@ -255,6 +251,11 @@ public abstract class Platform { public boolean isLinux() { return true; } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libnative-platform-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

