summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmutg@debian.org>2023-06-30 19:33:14 +0000
committerHelmut Grohne <helmutg@debian.org>2023-06-30 19:33:14 +0000
commitb7227a23694cbdd8c8e8c4c81f07f98bfaf7d99d (patch)
tree56e60f1f7b982c28a88f44a931b8c0d4f8a293ce
parent9f15658494bf31079e83554b6bee9bb7d59b7ff4 (diff)
parent861f0a1bedb395fcf5d659b7d888c48f1ebd27a3 (diff)
downloaddebvm-b7227a23694cbdd8c8e8c4c81f07f98bfaf7d99d.tar.gz
Merge branch 'bug-1039532' into 'main'
add test dep on debian-archive-keyring See merge request helmutg/debvm!34
-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