From f35e84f8c376b87f8ff6abfc1aa4e13618557aa1 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sat, 21 Jan 2023 07:25:58 +0100 Subject: extend bios recommendations * ppc64el needs seabios for vgabios-stdvga.bin * We need ipxe-qemu for -device virtio-net-pci,netdev=net0 --- debian/control | 3 +++ debian/tests/control | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 7d610a5..27282f0 100644 --- a/debian/control +++ b/debian/control @@ -17,12 +17,15 @@ Depends: genext2fs, mmdebstrap (>= 1.3.0), qemu-kvm | qemu-system-arm | qemu-system-mips | qemu-system-misc | qemu-system-ppc | qemu-system-sparc | qemu-system-x86, +# Required for -device virtio-net-pci,netdev=net0 + ipxe-qemu, Recommends: arch-test, systemd | binfmt-support, openssh-client, qemu-system, qemu-user-static, + seabios [ppc64el], uidmap | fakeroot, uidmap | fakechroot, Suggests: diff --git a/debian/tests/control b/debian/tests/control index 3d4d74a..5421e52 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,5 +1,5 @@ Test-Command: ./tests/create-and-run.sh $(dpkg --print-architecture) sid -Depends: debvm, fakeroot, fakechroot, openssh-client, libsystemd-shared +Depends: debvm, fakeroot, fakechroot, libsystemd-shared, openssh-client, seabios [ppc64el] Restrictions: allow-stderr, needs-internet Features: test-name=hint-testsuite-triggers -- cgit v1.2.3