[pkg-java] r15954 - in trunk/gluegen2/debian: . patches
Sylvestre Ledru
sylvestre at alioth.debian.org
Sun Apr 15 17:29:01 UTC 2012
Author: sylvestre
Date: 2012-04-15 17:29:01 +0000 (Sun, 15 Apr 2012)
New Revision: 15954
Modified:
trunk/gluegen2/debian/changelog
trunk/gluegen2/debian/patches/renamedLibrary.diff
Log:
Fix a problem in the loading of the native lib (Closes: #668821)
Modified: trunk/gluegen2/debian/changelog
===================================================================
--- trunk/gluegen2/debian/changelog 2012-04-14 18:51:53 UTC (rev 15953)
+++ trunk/gluegen2/debian/changelog 2012-04-15 17:29:01 UTC (rev 15954)
@@ -1,3 +1,9 @@
+gluegen2 (2.0-rc5-4) unstable; urgency=low
+
+ * Fix a problem in the loading of the native lib (Closes: #668821)
+
+ -- Sylvestre Ledru <sylvestre at debian.org> Sun, 15 Apr 2012 18:37:43 +0200
+
gluegen2 (2.0-rc5-3) unstable; urgency=low
* Set the exact version of the dependency between libgluegen2-rt-java
Modified: trunk/gluegen2/debian/patches/renamedLibrary.diff
===================================================================
--- trunk/gluegen2/debian/patches/renamedLibrary.diff 2012-04-14 18:51:53 UTC (rev 15953)
+++ trunk/gluegen2/debian/patches/renamedLibrary.diff 2012-04-15 17:29:01 UTC (rev 15954)
@@ -1,7 +1,7 @@
-Index: gluegen-v2.0-rc5/src/junit/com/jogamp/common/util/TestTempJarCache.java
+Index: gluegen2-2.0-rc5/src/junit/com/jogamp/common/util/TestTempJarCache.java
===================================================================
---- gluegen-v2.0-rc5.orig/src/junit/com/jogamp/common/util/TestTempJarCache.java 2011-12-26 01:24:24.000000000 +0100
-+++ gluegen-v2.0-rc5/src/junit/com/jogamp/common/util/TestTempJarCache.java 2011-12-26 01:25:19.782006701 +0100
+--- gluegen2-2.0-rc5.orig/src/junit/com/jogamp/common/util/TestTempJarCache.java 2011-12-18 23:11:17.000000000 +0100
++++ gluegen2-2.0-rc5/src/junit/com/jogamp/common/util/TestTempJarCache.java 2012-04-14 18:56:09.000000000 +0200
@@ -183,8 +183,8 @@
@Test
@@ -22,3 +22,16 @@
JNILibLoaderBase.addNativeJarLibs(TempJarCache.class, libBaseName);
Assert.assertTrue(JNILibLoaderBase.isLoaded(libBaseName));
+Index: gluegen2-2.0-rc5/src/java/com/jogamp/common/os/Platform.java
+===================================================================
+--- gluegen2-2.0-rc5.orig/src/java/com/jogamp/common/os/Platform.java 2012-04-15 18:36:43.593084233 +0200
++++ gluegen2-2.0-rc5/src/java/com/jogamp/common/os/Platform.java 2012-04-15 18:37:08.933083669 +0200
+@@ -54,7 +54,7 @@
+ public class Platform {
+
+ /** fixed basename of JAR file and native library */
+- private static final String libBaseName = "gluegen-rt";
++ private static final String libBaseName = "gluegen2-rt";
+
+ /**
+ * System property: 'jogamp.gluegen.UseTempJarCache',
More information about the pkg-java-commits
mailing list