Timo Aaltonen pushed to branch debian-unstable at X Strike Force / vulkan / vulkan-loader
Commits: 65d04c53 by Timo Aaltonen at 2026-08-04T22:02:54+03:00 control: Add python3-pyparsing to build-depends. - - - - - abdc0d13 by Timo Aaltonen at 2026-08-04T22:03:49+03:00 tests: Migrate to pkgconf. - - - - - 215225ae by Timo Aaltonen at 2026-08-04T22:06:58+03:00 releasing package vulkan-loader version 1.4.357.0-1 - - - - - 3 changed files: - debian/changelog - debian/control - debian/tests/control Changes: ===================================== debian/changelog ===================================== @@ -1,4 +1,4 @@ -vulkan-loader (1.4.357.0-1) UNRELEASED; urgency=medium +vulkan-loader (1.4.357.0-1) unstable; urgency=medium [ Simon McVittie ] * d/tests: Factor out C source into its own file @@ -13,10 +13,12 @@ vulkan-loader (1.4.357.0-1) UNRELEASED; urgency=medium * Fix FTCBFS: Annotate B-D: python3 with :any (Closes: #1022984) [ Timo Aaltonen ] - * New upstream release. + * New upstream release. (Closes: #1142224) * control: Add clang-format to build-depends. + * control: Add python3-pyparsing to build-depends. + * tests: Migrate to pkgconf. - -- Timo Aaltonen <[email protected]> Tue, 04 Aug 2026 13:14:59 +0300 + -- Timo Aaltonen <[email protected]> Tue, 04 Aug 2026 22:05:00 +0300 vulkan-loader (1.4.341.0-1) unstable; urgency=medium ===================================== debian/control ===================================== @@ -12,6 +12,7 @@ Build-Depends: debhelper-compat (= 12), libxrandr-dev, pkgconf, python3:any, + python3-pyparsing, Standards-Version: 4.7.0 Section: libs Homepage: https://github.com/KhronosGroup/Vulkan-Loader ===================================== debian/tests/control ===================================== @@ -4,4 +4,4 @@ Depends: build-essential, cmake, libvulkan-dev, - pkg-config, + pkgconf, View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/vulkan-loader/-/compare/55fc4346226e62001f450e35967288f640441195...215225aeea6d39d7d9ac505d5e86d6da354063d6 -- View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/vulkan-loader/-/compare/55fc4346226e62001f450e35967288f640441195...215225aeea6d39d7d9ac505d5e86d6da354063d6 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help

