Source: nbdkit
Version: 1.36.2-1
Severity: wishlist
Tags: patch
User: debian-loonga...@lists.debian.org
Usertags: loong64

Dear maintainers,

When compiling the package nbdkit for loong64 in my local loong64 environment. I found that maybe we need to add dependencies in d/control when executing dh_auto_test.

Please consider the patch I have attached.
I would like to remind you that the compilation dependencies of loong64 nbdkit are not yet satisfied. The current unmet dependencies are libguestfs-tools and libguestfs-dev(>= 1:1.36.11-3).
We want to give feedback in advance, please don't feel pressured.
If you have any questions, you can contact me at any time.


thanks,
Dandan Zhang

diff --git a/debian/control b/debian/control
index f8089c0..9a91ccc 100644
--- a/debian/control
+++ b/debian/control
@@ -33,6 +33,7 @@ Build-Depends: debhelper-compat (= 12),
  linux-image-4kc-malta [mips mipsel] <!nocheck> | linux-image-5kc-malta [mips 
mipsel] <!nocheck>,
  linux-image-5kc-malta [mips64 mips64el] <!nocheck>,
  linux-image-686-pae [i386] <!nocheck> | linux-image-586 [i386] <!nocheck> | 
linux-image-486 [i386] <!nocheck>,
+ linux-image-loong64 [loong64] <!nocheck>,
  linux-image-powerpc64le [ppc64el] <!nocheck>,
  linux-image-riscv64 [riscv64] <!nocheck>,
  linux-image-s390x [s390x] <!nocheck>,
@@ -41,7 +42,7 @@ Build-Depends: debhelper-compat (= 12),
  jq <!nocheck>,
  socat <!nocheck>,
 # libguestfs does noot currently work on armel, mipsel, mips64el
- libguestfs-tools [amd64 arm64 armhf i386 ppc64el riscv64 s390x] <!nocheck>,
+ libguestfs-tools [amd64 arm64 armhf i386 loong64 ppc64el riscv64 s390x] 
<!nocheck>,
  libnbd-dev,
  libnbd-bin <!nocheck>,
  python3-libnbd <!nocheck>,

Reply via email to