Your message dated Wed, 17 Sep 2008 13:32:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#499248: fixed in libjogl-java 1.1.1-2
has caused the Debian Bug report #499248,
regarding CPU 64/32 bit detection missing for powerpc
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
499248: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499248
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libjogl-java
Version: 1.1.1-1
Severity: important
Tags: patch

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


The attached patch adds the missing CPU detection for powerpc. This allows
worldwind to run.


- -- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (102, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.26.5
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libjogl-java depends on:
ii  antlr                         2.7.7-6    language tool for constructing rec
ii  libjogl-jni                   1.1.1-1    Java bindings for OpenGL API (java
ii  openjdk-6-jre [java2-runtime] 6b11-7     OpenJDK Java runtime, using Hotspo

libjogl-java recommends no packages.

Versions of packages libjogl-java suggests:
pn  libjogl-java-doc              <none>     (no description available)

- -- no debconf information

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFI0MmdWoGvjmrbsgARAsfFAJwI3nKAFZuw7c3biI4ZpugXDkmqlQCfZTrd
esjzKLgIJe1j7OV5cicADCU=
=7W39
-----END PGP SIGNATURE-----
diff -up -ru libjogl-java-1.1.1.orig/gluegen/src/java/com/sun/gluegen/runtime/CPU.java libjogl-java-1.1.1/gluegen/src/java/com/sun/gluegen/runtime/CPU.java
--- libjogl-java-1.1.1.orig/gluegen/src/java/com/sun/gluegen/runtime/CPU.java	2008-02-23 06:46:44.000000000 +0100
+++ libjogl-java-1.1.1/gluegen/src/java/com/sun/gluegen/runtime/CPU.java	2008-09-17 10:09:58.000000000 +0200
@@ -56,6 +56,7 @@ public class CPU {
     if ((os.startsWith("windows") && cpu.equals("x86")) ||
         (os.startsWith("linux") && cpu.equals("i386")) ||
         (os.startsWith("linux") && cpu.equals("x86")) ||
+        (os.startsWith("linux") && cpu.equals("ppc")) ||
         (os.startsWith("mac os") && cpu.equals("ppc")) ||
         (os.startsWith("mac os") && cpu.equals("i386")) ||
         (os.startsWith("sunos") && cpu.equals("sparc")) ||
@@ -67,6 +68,7 @@ public class CPU {
                (os.startsWith("linux") && cpu.equals("amd64")) ||
                (os.startsWith("linux") && cpu.equals("x86_64")) ||
                (os.startsWith("linux") && cpu.equals("ia64")) ||
+               (os.startsWith("linux") && cpu.equals("ppc64")) ||
                (os.startsWith("mac os") && cpu.equals("x86_64")) ||
                (os.startsWith("sunos") && cpu.equals("sparcv9")) ||
                (os.startsWith("sunos") && cpu.equals("amd64"))) {

--- End Message ---
--- Begin Message ---
Source: libjogl-java
Source-Version: 1.1.1-2

We believe that the bug you reported is fixed in the latest version of
libjogl-java, which is due to be installed in the Debian FTP archive:

libjogl-java-doc_1.1.1-2_all.deb
  to pool/non-free/libj/libjogl-java/libjogl-java-doc_1.1.1-2_all.deb
libjogl-java_1.1.1-2.diff.gz
  to pool/non-free/libj/libjogl-java/libjogl-java_1.1.1-2.diff.gz
libjogl-java_1.1.1-2.dsc
  to pool/non-free/libj/libjogl-java/libjogl-java_1.1.1-2.dsc
libjogl-java_1.1.1-2_all.deb
  to pool/non-free/libj/libjogl-java/libjogl-java_1.1.1-2_all.deb
libjogl-jni_1.1.1-2_i386.deb
  to pool/non-free/libj/libjogl-java/libjogl-jni_1.1.1-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sylvestre Ledru <[EMAIL PROTECTED]> (supplier of updated libjogl-java package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 17 Sep 2008 13:28:09 +0200
Source: libjogl-java
Binary: libjogl-java libjogl-jni libjogl-java-doc
Architecture: source all i386
Version: 1.1.1-2
Distribution: unstable
Urgency: low
Maintainer: Sylvestre Ledru <[EMAIL PROTECTED]>
Changed-By: Sylvestre Ledru <[EMAIL PROTECTED]>
Description: 
 libjogl-java - Java bindings for OpenGL API (java library)
 libjogl-java-doc - Documentation for the Java bindings for OpenGL
 libjogl-jni - Java bindings for OpenGL API (java jni library)
Closes: 499248
Changes: 
 libjogl-java (1.1.1-2) unstable; urgency=low
 .
   * Missing detection of the PowerPC in the Java code. Thanks Michel
     Dänzer (Closes: #499248)
Checksums-Sha1: 
 8172c052e0cd528ad0c600a3284e76a083abf3dc 1427 libjogl-java_1.1.1-2.dsc
 a120a4e8df52d47bd7b808bb5a7c6e7c3fb7683e 35244 libjogl-java_1.1.1-2.diff.gz
 6f4cda64d1a97e87a3e3b0e28447de64d42f7f83 1003578 libjogl-java_1.1.1-2_all.deb
 2fe2dbe4eb3529fe9777abf3d71523476d8609d3 754872 
libjogl-java-doc_1.1.1-2_all.deb
 2e3ef2b64932420cb463551f17e6522f0359694a 151522 libjogl-jni_1.1.1-2_i386.deb
Checksums-Sha256: 
 c3fe9bb96bea971af3bbaf35d5fd1bf0a4c4cb5d40b6ba1e5b70abc8a1cb0e13 1427 
libjogl-java_1.1.1-2.dsc
 b951b5cec1c3cd54af756ec49333540ed6f8ea19b912d536daa98472b62421ad 35244 
libjogl-java_1.1.1-2.diff.gz
 d75dd5e24dd75b11547dd4426c97ac4256917e997271ea0041faa60cbd3cbb93 1003578 
libjogl-java_1.1.1-2_all.deb
 3310159cf7ee87ab0697bd155134759d62305c8cddca868bd61e9745093106e9 754872 
libjogl-java-doc_1.1.1-2_all.deb
 996a8f609322c225175ea6c91a9fb54cbed0d90a3a7513bc3a29a1e42124db4e 151522 
libjogl-jni_1.1.1-2_i386.deb
Files: 
 464f467048f9483cac2593880aa4fd7c 1427 non-free/libs optional 
libjogl-java_1.1.1-2.dsc
 7a7f118ae0c3afb97138f67af2fc1961 35244 non-free/libs optional 
libjogl-java_1.1.1-2.diff.gz
 65704cc8f5cc647811106b339aec4767 1003578 non-free/libs optional 
libjogl-java_1.1.1-2_all.deb
 8f8eefd665de81b65e9fac55242079ee 754872 non-free/doc optional 
libjogl-java-doc_1.1.1-2_all.deb
 21a96b8982fac6136012b4699febfd2e 151522 non-free/libs optional 
libjogl-jni_1.1.1-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkjRBXEACgkQiOXXM92JlhAEagCg5PNSEEfoiCnLiuEGaI1zG2hC
+s0AoOstV9gYgXAi/gfY5dOXbBzGgrnz
=gJ6I
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to