Skip to content

WIP: Use vulkan-tools{,-multiarch} instead of transitional vulkan-utils

Simon McVittie requested to merge wip/t19953-scout into steamrt/scout

packaging/vulkan-tools!2 turned vulkan-utils{,-multiarch} into transitional packages. This makes the LD_LIBRARY_PATH runtime infrastructure unhappy, because it can't tell the difference between an indirect dependency that we want to be pulling into the runtime (this is in fact the case for vulkan-tools) and an indirect dependency that we want to be getting from the host system. Disambiguate by switching from the transitional packages to their modernized equivalents.

Cannot be merged until packaging/vulkan-tools!2 is, at which point this must also land to avoid breaking builds.

/cc @denittis @jpwhiting @timo


  • Use vulkan-tools{,-multiarch} instead of transitional vulkan-utils

  • d/git-version-gen.control: Add

    This is used by newer versions of deb-build-snapshot and deb-git-version-gen to avoid colliding with the +srt suffix applied to binary packages' versions by OBS.

Merge request reports