[Debian-med-packaging] Bug#1058674: gdpc: add build support for loongarch64
zhangdandan
zhangdandan at loongson.cn
Thu Dec 14 11:19:34 GMT 2023
Source: gdpc
Version: 2.2.5-15
Severity: wishlist
Tags: patch
User: debian-loongarch at lists.debian.org
Usertags: loong64
Dear maintainers,
The gdpc source package lacks LoongArch architecture support.
We need to add build support for loongarch64 in d/control.
Please consider the patch I have attached.
If you have any questions, you can contact me at any time.
thanks,
Dandan Zhang
-------------- next part --------------
diff -Nru gdpc-2.2.5/debian/control gdpc-2.2.5/debian/control
--- gdpc-2.2.5/debian/control 2021-08-22 21:13:30.000000000 +0000
+++ gdpc-2.2.5/debian/control 2021-08-22 21:13:37.000000000 +0000
@@ -13,7 +13,7 @@
Rules-Requires-Root: no
Package: gdpc
-Architecture: any-amd64 arm64 mips64el ppc64el riscv64
+Architecture: any-amd64 arm64 loong64 mips64el ppc64el riscv64
Depends: ${shlibs:Depends},
${misc:Depends}
Suggests: gdpc-examples (>= ${source:Version}),
diff -Nru gdpc-2.2.5/debian/tests/control gdpc-2.2.5/debian/tests/control
--- gdpc-2.2.5/debian/tests/control 2021-07-13 19:27:57.000000000 +0000
+++ gdpc-2.2.5/debian/tests/control 2021-08-22 21:13:37.000000000 +0000
@@ -1,4 +1,4 @@
Tests: run-unit-test
Depends: @, xvfb, xauth, procps
Restrictions: allow-stderr
-Architecture: any-amd64 arm64 mips64el riscv64
+Architecture: any-amd64 arm64 loong64 mips64el riscv64
More information about the Debian-med-packaging
mailing list