[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libx11: Changes to 'debian-experimental'



 debian/changelog     |    5 +++--
 debian/libx11-6.NEWS |   15 +++++++++++++++
 2 files changed, 18 insertions(+), 2 deletions(-)

New commits:
commit 04d59dbe60191bcd27f41095054b87c5be4accd5
Author: Julien Cristau <jcristau@debian.org>
Date:   Wed Jun 6 00:53:23 2007 +0200

    Document workarounds for sun-java5-bin and sun-java6-bin in libx11-6.NEWS.

diff --git a/debian/changelog b/debian/changelog
index 335742f..09f4d45 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libx11 (2:1.1.2-1) UNRELEASED; urgency=low
+libx11 (2:1.1.2-1) experimental; urgency=low
 
   [ Brice Goglin ]
   * Drop -DLIBXCURSOR from CFLAGS since upstream default is now correct
@@ -20,8 +20,9 @@ libx11 (2:1.1.2-1) UNRELEASED; urgency=low
   * Add a watch file.
   * Don't run dh_install with --list-missing in binary-indep, there are too
     many false positives for it to be useful.
+  * Document workarounds for sun-java5-bin and sun-java6-bin in libx11-6.NEWS.
 
- -- Julien Cristau <jcristau@debian.org>  Tue, 05 Jun 2007 00:50:10 +0200
+ -- Julien Cristau <jcristau@debian.org>  Tue, 05 Jun 2007 23:13:14 +0200
 
 libx11 (2:1.1.1-1) experimental; urgency=low
 
diff --git a/debian/libx11-6.NEWS b/debian/libx11-6.NEWS
index 1a496b0..ca22d7a 100644
--- a/debian/libx11-6.NEWS
+++ b/debian/libx11-6.NEWS
@@ -1,3 +1,18 @@
+libx11 (2:1.1.2-1) experimental; urgency=low
+
+  The Sun Java virtual machine (and possibly others) trigger an assertion
+  in the Xlib/XCB code, which can be worked around with the following
+  commands:
+  - For sun-java5-bin:
+    sed -i 's/XINERAMA/FAKEEXTN/g' \
+      /usr/lib/jvm/java-1.5.0-sun-1.5.0.11/jre/lib/i386/xawt/libmawt.so
+  - For sun-java6-bin:
+    sed -i 's/XINERAMA/FAKEEXTN/g' \
+      /usr/lib/jvm/java-6-sun-1.6.0.00/jre/lib/i386/xawt/libmawt.so
+  Using these commands may violate the java license, though.
+
+ -- Julien Cristau <jcristau@debian.org>  Tue, 05 Jun 2007 23:04:49 +0200
+
 libx11 (2:1.1-1) experimental; urgency=low
 
   [ Josh Triplett, Jamey Sharp ]



Reply to: