Source: vulkan-loader Version: 1.3.224.0-1 Tags: patch User: [email protected] Usertags: cross-satisfiability
vulkan-loader cannot be cross built from source, because its python3 build dependency is not installable. It really wants to run python3 as a tool during build, so it needs the build architecture instance. I'm attaching a patch to make it cross buildable for your convenience. Helmut
diff --minimal -Nru vulkan-loader-1.3.224.0/debian/changelog vulkan-loader-1.3.224.0/debian/changelog --- vulkan-loader-1.3.224.0/debian/changelog 2022-08-25 17:28:28.000000000 +0200 +++ vulkan-loader-1.3.224.0/debian/changelog 2022-10-28 16:38:51.000000000 +0200 @@ -1,3 +1,10 @@ +vulkan-loader (1.3.224.0-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Annotate B-D: python3 with :any. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Fri, 28 Oct 2022 16:38:51 +0200 + vulkan-loader (1.3.224.0-1) unstable; urgency=medium * New upstream release. diff --minimal -Nru vulkan-loader-1.3.224.0/debian/control vulkan-loader-1.3.224.0/debian/control --- vulkan-loader-1.3.224.0/debian/control 2022-08-25 17:23:59.000000000 +0200 +++ vulkan-loader-1.3.224.0/debian/control 2022-10-28 16:38:50.000000000 +0200 @@ -10,7 +10,7 @@ libxcb1-dev, libxrandr-dev, pkg-config, - python3, + python3:any, Standards-Version: 4.5.0 Section: libs Homepage: https://github.com/KhronosGroup/Vulkan-Loader

