Control: tags -1 + patch On Sat, 25 Apr 2020 at 20:42:22 +0200, Paul Gevers wrote: > With a recent upload of vulkan-loader you added an autopkgtest, great. > However, it fails. I copied some of the output at the bottom of this > report. It seems you're missing some test dependencies.
Sorry, that was my fault - the Debian derivative for which I wrote the autopkgtest (the Steam Runtime) normally uses non-minimal "SDK" containers, and I didn't test the patch in a minimal chroot before proposing it. It should work better with the attached. smcv
>From b06d5f7e3f0b52f22faa4b133a7f121f2612b72a Mon Sep 17 00:00:00 2001 From: Simon McVittie <s...@debian.org> Date: Mon, 27 Apr 2020 09:13:46 +0100 Subject: [PATCH] d/tests/libvulkan-dev: Explicitly depend on build-essential, pkg-config Closes: #958836 --- debian/tests/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/tests/control b/debian/tests/control index 25ff803..ef2c88b 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,4 +1,6 @@ Tests: libvulkan-dev Restrictions: allow-stderr, superficial Depends: + build-essential, libvulkan-dev, + pkg-config, -- 2.26.2