summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Murray <brian@murraytwins.com>2023-06-29 18:48:46 +0000
committerBrian Murray <brian@murraytwins.com>2023-06-29 18:48:46 +0000
commit861f0a1bedb395fcf5d659b7d888c48f1ebd27a3 (patch)
tree56e60f1f7b982c28a88f44a931b8c0d4f8a293ce
parent9f15658494bf31079e83554b6bee9bb7d59b7ff4 (diff)
downloaddebvm-861f0a1bedb395fcf5d659b7d888c48f1ebd27a3.tar.gz
add test dep on debian-archive-keyring
-rw-r--r--debian/tests/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/tests/control b/debian/tests/control
index eaa260e..b765a4d 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,11 +1,11 @@
Test-Command: ./tests/create-and-run.sh $(dpkg --print-architecture) sid
-Depends: debvm, file, openssh-client, seabios [ppc64el]
+Depends: debian-archive-keyring, debvm, file, openssh-client, seabios [ppc64el]
Restrictions: allow-stderr, needs-internet, needs-root, flaky
# Skip running on armel and armhf as the emulation is too slow there to actually work.
Architecture: amd64 arm64 i386 mips64el mipsel ppc64el riscv64 s390x
Test-Command: unshare -U -m -p -f -r --mount-proc true || exit 77; ./tests/create-and-run.sh $(dpkg --print-architecture) sid
-Depends: debvm, file, openssh-client, seabios [ppc64el], uidmap
+Depends: debian-archive-keyring, debvm, file, openssh-client, seabios [ppc64el], uidmap
Restrictions: allow-stderr, needs-internet, skippable, flaky
# Skip running on armel and armhf as the emulation is too slow there to actually work.
Architecture: amd64 arm64 i386 mips64el mipsel ppc64el riscv64 s390x