Dear maintainers,
Source code already support loongarch, please add loong64 to Architecture in debian/control, thanks!
1. Patch for loong64
--- godot-4.6.3+ds-ori/debian/control 2026-08-06 03:04:58.000000000 +0800
+++ godot-4.6.3+ds/debian/control 2026-09-10 11:25:28.284659971 +0800
@@ -56,7 +56,7 @@
Vcs-Browser: https://salsa.debian.org/games-team/godot
Package: godot
-Architecture: amd64 arm64 ppc64el riscv64
+Architecture: amd64 arm64 loong64 ppc64el riscv64
Pre-Depends:
${misc:Pre-Depends},
sse4.2-support [amd64],
@@ -71,7 +71,7 @@
This package provides the GUI editor.
Package: godot-template-debug
-Architecture: amd64 arm64 ppc64el riscv64
+Architecture: amd64 arm64 loong64 ppc64el riscv64
Pre-Depends:
${misc:Pre-Depends},
sse4.2-support [amd64],
@@ -84,7 +84,7 @@
Debian.
Package: godot-template-release
-Architecture: amd64 arm64 ppc64el riscv64
+Architecture: amd64 arm64 loong64 ppc64el riscv64
Pre-Depends:
${misc:Pre-Depends},
sse4.2-support [amd64],
2. Build results
dh_builddeb
dpkg-deb --root-owner-group --build debian/godot ..
dpkg-deb --root-owner-group --build debian/.debhelper/godot/dbgsym-root ..
dpkg-deb --root-owner-group --build debian/godot-template-debug ..
dpkg-deb --root-owner-group --build debian/.debhelper/godot-template-debug/dbgsym-root ..
dpkg-deb --root-owner-group --build debian/godot-template-release ..
dpkg-deb --root-owner-group --build debian/.debhelper/godot-template-release/dbgsym-root ..
dpkg-deb: building package 'godot-dbgsym' in '../godot-dbgsym_4.6.3+ds-2_loong64.deb'.
dpkg-deb: building package 'godot-template-release-dbgsym' in '../godot-template-release-dbgsym_4.6.3+ds-2_loong64.deb'.dpkg-deb: building package 'godot-template-debug-dbgsym' in '../godot-template-debug-dbgsym_4.6.3+ds-2_loong64.deb'.
dpkg-deb: building package 'godot-template-release' in '../godot-template-release_4.6.3+ds-2_loong64.deb'.
dpkg-deb: building package 'godot' in '../godot_4.6.3+ds-2_loong64.deb'.
dpkg-deb: building package 'godot-template-debug' in '../godot-template-debug_4.6.3+ds-2_loong64.deb'.
dpkg-genbuildinfo -O../godot_4.6.3+ds-2_loong64.buildinfo
dpkg-genchanges -O../godot_4.6.3+ds-2_loong64.changes
dpkg-genchanges: info: not including original source code in upload
dpkg-source --after-build .
Best regards,
Na Zhang