Your message dated Sat, 11 Oct 2025 12:21:08 +0000
with message-id <[email protected]>
and subject line Bug#1061052: fixed in libjogl2-java 2.6.0+dfsg-1
has caused the Debian Bug report #1061052,
regarding libjogl2-java: please add support for loong64
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.)


-- 
1061052: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061052
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libjogl2-java
Version: please add support for loong64
Severity: normal
X-Debbugs-Cc: [email protected]

Dear Maintainer,

Please refer to the attached patch to support the loong64 arch.

wuruilong

-- System Information:
Debian Release: trixie/sid
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: loong64 (loongarch64)

Kernel: Linux 5.10.0-60.96.0.126.oe2203.loongarch64 (SMP w/32 CPU threads)
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 libjogl2-java (2.5.0+dfsg-1) unstable; urgency=medium
 .
   * New upstream version 2.5.0+dfsg
   * Refreshing patches
   * Fixing the clean target (Closes: #1046349)
   * Refreshing d/copyright
   * Raising minimal gluegen2 version in the (Build-)Depends
Author: Pierre Gruet <[email protected]>
Bug-Debian: https://bugs.debian.org/1046349

---
The information above should follow the Patch Tagging Guidelines, please
checkout https://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: (upstream|backport|vendor|other), (<patch-url>|commit:<commit-id>)
Bug: <upstream-bugtracker-url>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: (no|not-needed|<patch-forwarded-url>)
Applied-Upstream: <version>, (<commit-url>|commit:<commid-id>)
Reviewed-By: <name and email of someone who approved/reviewed the patch>
Last-Update: 2024-01-17

--- libjogl2-java-2.5.0+dfsg.orig/make/build-jogl.xml
+++ libjogl2-java-2.5.0+dfsg/make/build-jogl.xml
@@ -1451,6 +1451,12 @@
       <property name="compiler.cfg.id"                     
value="compiler.cfg.linux" />
       <property name="linker.cfg.id.os"                    
value="linker.cfg.linux.jogl.x11" />
     </target>
+
+    <target name="c.configure.linux.loongarch64" if="isLinuxLoongarch64">
+      <echo message="Linux.LOONGARCH64" />
+      <property name="compiler.cfg.id"                     
value="compiler.cfg.linux" />
+      <property name="linker.cfg.id.os"                    
value="linker.cfg.linux.jogl.x11" />
+    </target>
     
     <target name="c.configure.linux.mips" if="isLinuxMips">
       <echo message="Linux.MIPS" />
@@ -1506,7 +1512,7 @@
       <property name="linker.cfg.id.os"                    
value="linker.cfg.linux.jogl.x11" />
     </target>
 
-    <target name="c.configure.linux" 
depends="c.configure.linux.arm,c.configure.linux.aarch64,c.configure.linux.x86,c.configure.linux.alpha,c.configure.linux.amd64,c.configure.linux.ia64,c.configure.linux.hppa,c.configure.linux.mips,c.configure.linux.mipsel,c.configure.linux.ppc,c.configure.linux.ppc64,c.configure.linux.ppc64le,c.configure.linux.riscv64,c.configure.linux.s390,c.configure.linux.s390x,c.configure.linux.sparc,c.configure.x11"
 if="isLinux" />
+    <target name="c.configure.linux" 
depends="c.configure.linux.arm,c.configure.linux.aarch64,c.configure.linux.x86,c.configure.linux.alpha,c.configure.linux.amd64,c.configure.linux.ia64,c.configure.linux.hppa,c.configure.loongarch64,c.configure.linux.mips,c.configure.linux.mipsel,c.configure.linux.ppc,c.configure.linux.ppc64,c.configure.linux.ppc64le,c.configure.linux.riscv64,c.configure.linux.s390,c.configure.linux.s390x,c.configure.linux.sparc,c.configure.x11"
 if="isLinux" />
 
     <target name="c.configure.android" if="isAndroid">
       <echo message="Android" />
--- libjogl2-java-2.5.0+dfsg.orig/make/build-nativewindow.xml
+++ libjogl2-java-2.5.0+dfsg/make/build-nativewindow.xml
@@ -730,6 +730,13 @@
       <property name="linker.cfg.id.drm"                    
value="linker.cfg.linux.nativewindow.drm" />
     </target>
 
+    <target name="c.configure.linux.loongarch64" if="isLinuxLoongarch64">
+      <echo message="Linux.LOONGARCH64" />
+      <property name="compiler.cfg.id"                      
value="compiler.cfg.linux" />
+      <property name="linker.cfg.id.oswin"                  
value="linker.cfg.linux.nativewindow.x11" />
+      <property name="linker.cfg.id.drm"                    
value="linker.cfg.linux.nativewindow.drm" />
+    </target>
+
     <target name="c.configure.linux.mips" if="isLinuxMips">
       <echo message="Linux.MIPS" />
       <property name="compiler.cfg.id"                      
value="compiler.cfg.linux" />
@@ -791,7 +798,7 @@
       <property name="linker.cfg.id.drm"                    
value="linker.cfg.linux.nativewindow.drm" />
     </target>
 
-    <target name="c.configure.linux" 
depends="c.configure.linux.arm,c.configure.linux.aarch64,c.configure.linux.x86,c.configure.linux.alpha,c.configure.linux.amd64,c.configure.linux.ia64,c.configure.linux.hppa,c.configure.linux.mips,c.configure.linux.mipsel,c.configure.linux.ppc,c.configure.linux.ppc64,c.configure.linux.ppc64le,c.configure.linux.riscv64,c.configure.linux.s390,c.configure.linux.s390x,c.configure.linux.sparc,c.configure.x11"
 if="isLinux" />
+    <target name="c.configure.linux" 
depends="c.configure.linux.arm,c.configure.linux.aarch64,c.configure.linux.x86,c.configure.linux.alpha,c.configure.linux.amd64,c.configure.linux.ia64,c.configure.linux.hppa,c.configure.linux.loongarch64,c.configure.linux.mips,c.configure.linux.mipsel,c.configure.linux.ppc,c.configure.linux.ppc64,c.configure.linux.ppc64le,c.configure.linux.riscv64,c.configure.linux.s390,c.configure.linux.s390x,c.configure.linux.sparc,c.configure.x11"
 if="isLinux" />
 
     <target name="c.configure.android" if="isAndroid">
       <echo message="Android" />
--- libjogl2-java-2.5.0+dfsg.orig/make/build-newt.xml
+++ libjogl2-java-2.5.0+dfsg/make/build-newt.xml
@@ -777,6 +777,16 @@
       <property name="linker.cfg.id.drm"                    
value="linker.cfg.linux.newt.drm"/>
     </target>
 
+    <target name="c.configure.linux.loongarch64" if="isLinuxLoongarch64">
+      <echo message="Linux.loongarch64" />
+      <property name="compiler.cfg.id"                      
value="compiler.cfg.linux" />
+      <condition property="linker.cfg.id.oswin"             
value="linker.cfg.linux.newt.x11"
+                                                            
else="linker.cfg.linux">
+          <isset property="isX11" />
+      </condition>
+      <property name="linker.cfg.id.drm"                    
value="linker.cfg.linux.newt.drm"/>
+    </target>
+
     <target name="c.configure.linux.mips" if="isLinuxMips">
       <echo message="Linux.mips" />
       <property name="compiler.cfg.id"                      
value="compiler.cfg.linux" />
@@ -874,7 +884,7 @@
       <property name="linker.cfg.id.drm"                    
value="linker.cfg.linux.newt.drm"/>
     </target>
 
-    <target name="c.configure.linux" 
depends="c.configure.linux.x86,c.configure.linux.alpha,c.configure.linux.amd64,c.configure.linux.arm,c.configure.linux.aarch64,c.configure.linux.hppa,c.configure.linux.mips,c.configure.linux.mipsel,c.configure.linux.ppc,c.configure.linux.ppc64,c.configure.linux.ppc64le,c.configure.linux.riscv64,c.configure.linux.s390,c.configure.linux.s390x,c.configure.linux.sparc,c.configure.linux.ia64,c.configure.x11"
 if="isLinux"/>
+    <target name="c.configure.linux" 
depends="c.configure.linux.x86,c.configure.linux.alpha,c.configure.linux.amd64,c.configure.linux.arm,c.configure.linux.aarch64,c.configure.linux.hppa,c.configure.linux.loongarch64,c.configure.linux.mips,c.configure.linux.mipsel,c.configure.linux.ppc,c.configure.linux.ppc64,c.configure.linux.ppc64le,c.configure.linux.riscv64,c.configure.linux.s390,c.configure.linux.s390x,c.configure.linux.sparc,c.configure.linux.ia64,c.configure.x11"
 if="isLinux"/>
 
     <target name="c.configure.android" if="isAndroid">
       <echo message="Android" />

--- End Message ---
--- Begin Message ---
Source: libjogl2-java
Source-Version: 2.6.0+dfsg-1
Done: Pierre Gruet <[email protected]>

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

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.
Pierre Gruet <[email protected]> (supplier of updated libjogl2-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: SHA512

Format: 1.8
Date: Sat, 11 Oct 2025 13:55:22 +0200
Source: libjogl2-java
Architecture: source
Version: 2.6.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Pierre Gruet <[email protected]>
Closes: 1061052 1117753
Changes:
 libjogl2-java (2.6.0+dfsg-1) unstable; urgency=medium
 .
   * New upstream version 2.6.0+dfsg (Closes: #1117753)
   * Refreshing patches
   * Raising Standards version to 4.7.2 (no change)
   * Building on loong64, thanks to wuruilong! (Closes: #1061052)
   * Adding missing include statements
Checksums-Sha1:
 61cf50fded01aec410fd4664c27384b196b35ad0 2579 libjogl2-java_2.6.0+dfsg-1.dsc
 d1276b1b9e35199cdec8fb9ab5d1333522647c50 10247764 
libjogl2-java_2.6.0+dfsg.orig.tar.xz
 0fa3b3ad5dedb4c89c6e5f0f3a9fe054bb38959c 32244 
libjogl2-java_2.6.0+dfsg-1.debian.tar.xz
 fb214d096847d5579b6223059216b22ca024212d 10961 
libjogl2-java_2.6.0+dfsg-1_source.buildinfo
Checksums-Sha256:
 3b4c22e49d2d9081cf8cdffd10189526b9e938bc9f45e71eb49846cb5e5b875e 2579 
libjogl2-java_2.6.0+dfsg-1.dsc
 fdf4a5d3248018b0f0bd4c0560192da8dbd55b31456a9f1d5652b6ae067b821b 10247764 
libjogl2-java_2.6.0+dfsg.orig.tar.xz
 26229094657e99cd10c47d4b387d53ab6017fe1a0817e61cc1d2e8f98ba7be26 32244 
libjogl2-java_2.6.0+dfsg-1.debian.tar.xz
 f6e17f06c1d95effb2ba493c98129d2fa21e36b5a499a50eb278034304ae5706 10961 
libjogl2-java_2.6.0+dfsg-1_source.buildinfo
Files:
 96c68886fa232e6ee2fbf7eabff0a482 2579 java optional 
libjogl2-java_2.6.0+dfsg-1.dsc
 9eafcc164e93a3251873dfc3a1ef68dc 10247764 java optional 
libjogl2-java_2.6.0+dfsg.orig.tar.xz
 08403b14ad0d60d1278338e4f848906b 32244 java optional 
libjogl2-java_2.6.0+dfsg-1.debian.tar.xz
 70ef1f83975c20f2a3b88382774ce36b 10961 java optional 
libjogl2-java_2.6.0+dfsg-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEM8soQxPpC9J9y0UjYAMWptwndHYFAmjqRcsACgkQYAMWptwn
dHYLFRAAp9ZxzG7xDU9BA8MU8IU0I2KRtZ0nPoPMOH2kF7migUnrAcpXL7FLLUYH
ABoedoc4axU8ZWGwYh0vNwsvSrBE7tz27sJX2Q7M51OnCxYCaUhBlmSHIaL4sbfj
SoXuX6gZQmdku6oFh8gD54URiTr3ZCgVEapY3yk0j4EaM+tn1b4SEWtl7OcCUw0e
IrNshCCkSF5mSi/a+Z56e7K2ANqwrqrgF3RlRIkxBOFox6A9B9jfx4DrulXNw2+m
f4XvloTE397G1CixlcrpvhexEQ9WuVRZe0qhb0vG98ZgaJRkYzx+WT0ESFjNxgS9
tpKUYO7yylRx41c7He7mFnTdeFu4OHgMWc1Wb7t8npvJKa1qViks/2WSidBu0dpy
uHp8JRx5b8o9EdpwggOPKojw4QasEp13FNHZM5mwChUmQhAgZRqfE7u3xL/aAG3x
Fbh4t3HLAX9rqXA47wWo4QzzLTQQJFHrIwQIuY/C7w0ZhYMC7QlKt4Tu76Cds0eO
nhbEyw6509CYQ4LwdV1tuMJW6c2+zItjbemujkQ2hU4GwIH5+NP1g7tXqhUsnKrI
LqsUAjFhMZbg6s3MNdN9gJTtsS5TmEWKTtr6EDez9tZRFtU/YwpJSrFWlebYO2UU
NijKeSvKIb2yLxTjOvJQmFJ6g0bCmhZrxktOUAsbn3pg3leYk0g=
=3GVm
-----END PGP SIGNATURE-----

Attachment: pgp0y6j5nevJ3.pgp
Description: PGP signature


--- End Message ---
__
This is the maintainer address of Debian's Java team
<https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
 Please use
[email protected] for discussions and questions.

Reply via email to