#1145784 Add loong64 support for makedumpfile

#1145784#5
Date:
2026-08-27 07:07:46 UTC
From:
To:
Hi maintainers,

  Please add loong64 support for makedumpfile. The source code already support loongarch, only debian/control needs modification.

diff -Naur makedumpfile-1.7.7-ori/debian/control makedumpfile-1.7.7/debian/control
--- makedumpfile-1.7.7-ori/debian/control       2026-08-27 14:48:53.175423300 +0800
+++ makedumpfile-1.7.7/debian/control   2026-08-27 15:01:18.708196724 +0800
@@ -18,7 +18,7 @@
 Rules-Requires-Root: no

 Package: makedumpfile
-Architecture: amd64 arm64 armel armhf i386 ia64 loong64 powerpc ppc64el riscv64 s390x x32
+Architecture: amd64 arm64 armel armhf i386 ia64 powerpc ppc64el riscv64 s390x x32
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
 Recommends: crash, kexec-tools
 Replaces: kdump-tools (<< 1.3.4-1~)



make[1]: 离开目录“/home/loongson/debian/makedumpfile/makedumpfile-1.7.7”
   dh_install
   dh_installdocs
   dh_installchangelogs
   dh_installman
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_missing
   dh_dwz -a
   dh_strip -a
   dh_makeshlibs -a
   dh_shlibdeps -a
dpkg-shlibdeps: warning: diversions involved - output may be incorrect
 diversion by libc6 from: /lib64/ld-linux-loongarch-lp64d.so.1
dpkg-shlibdeps: warning: diversions involved - output may be incorrect
 diversion by libc6 to: /lib64/ld-linux-loongarch-lp64d.so.1.usr-is-merged
   dh_installdeb
   dh_gencontrol
   dh_md5sums
   dh_builddeb
dpkg-deb: 正在 '../makedumpfile-dbgsym_1.7.7-1_loong64.deb' 中构建软件包 'makedumpfile-dbgsym'。
dpkg-deb: 正在 '../makedumpfile_1.7.7-1_loong64.deb' 中构建软件包 'makedumpfile'。
 dpkg-genbuildinfo -O../makedumpfile_1.7.7-1_loong64.buildinfo
 dpkg-genchanges -O../makedumpfile_1.7.7-1_loong64.changes
dpkg-genchanges: info: including full source code in upload
 dpkg-source --after-build .
dpkg-buildpackage: info: full upload (original source is included)


Thanks!
Na Zhang