Source: dxvk
Version: 1.9.4+ds1-1

Hi Maintainer

dxvk has an autopkgtest dependency on wine-development, which is an
arch:all package that Depends: wine64-development |
wine32-development.

When dxvk's autopkgtests are run in a pure i386 environment,
wine64-development is not installable, and wine32-development will be
installed.  However, if one tries to run dxvk's i386 autopkgtest on an
amd64 host, then wine64-development satisfies the dependency, and the
autopkgtest fails.

Please consider applying the patch below, which ensures the correct
packages are installed for testing the i386 binaries on an amd64 host,
and should have no negative effect when testing in pure i386 or amd64
environments.

Regards
Graham


--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,3 +1,10 @@
 Tests: check-dxvk-setup
-Depends: @, wine-development, xvfb, xauth
+Depends: dxvk,
+         dxvk-wine64-development [amd64],
+         dxvk-wine32-development [i386],
+         wine-development,
+         wine64-development [amd64],
+         wine32-development [i386],
+         xvfb,
+         xauth
 Restrictions: allow-stderr

Reply via email to