Processing of x11-xserver-utils_7.7+11_source.changes
x11-xserver-utils_7.7+11_source.changes uploaded successfully to localhost along with the files: x11-xserver-utils_7.7+11.dsc x11-xserver-utils_7.7+11.tar.xz x11-xserver-utils_7.7+11_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
[Git][xorg-team/vulkan/spirv-headers][debian-unstable] 17 commits: Add SPV_EXT_optnone (#449)
Timo Aaltonen pushed to branch debian-unstable at X Strike Force / vulkan / spirv-headers Commits: 0413bc33 by Dmitry Sidorov at 2024-09-25T09:01:03-07:00 Add SPV_EXT_optnone (#449) * Rename SPV_INTEL_optnone to SPV_EXT_optnone Signed-off-by: Sidorov, Dmitry* keep intel names as well Signed-off-by: Sidorov, Dmitry - Signed-off-by: Sidorov, Dmitry - - - - - ec59c77a by Samuel (Sheng-Wen) Huang at 2024-09-25T09:03:12-07:00 Reserve SPIR-V enums for MediaTek (#451) - - - - - a62b0320 by Dmitry Sidorov at 2024-10-02T08:59:10-07:00 Add SPV_EXT_arithmetic_fence (#450) * Add SPV_EXT_arithmetic_fence Spec: https://htmlpreview.github.io/?https://github.com/KhronosGroup/SPIRV-Registry/blob/main/extensions/EXT/SPV_EXT_arithmetic_fence.html Signed-off-by: Sidorov, Dmitry * Also add INTEL extension for tooling Signed-off-by: Sidorov, Dmitry * Revert "Also add INTEL extension for tooling" This reverts commit ce256a38bc87d2f648bf385017cb201b527c01d8. - Signed-off-by: Sidorov, Dmitry - - - - - d92cf88c by Victor Lomuller at 2024-10-09T08:57:45-07:00 Add "aliases" fields to the grammar and remove duplicated (#447) * Add "aliases" fields to the grammar Promotion of extensions lead to duplicated entries. The patch introduce a new entry "aliases" to the grammar. It is a list of strings, where each string is an alternative name for the token, and applies on instructions and operand kind's enumerants. The grammar is updated to use the fields and all duplicated were removed. The header generator now processes the aliases when generating the headers to account for the change. This ensure the generated headers doesn't change. * Update grammar for SPV_EXT_optnone / SPV_INTEL_optnone - - - - - 07ddb1c0 by Maciej Jesionowski at 2024-10-09T08:58:17-07:00 Update SPV_AMDX_shader_enqueue (#452) Co-authored-by: Dan Brown - - - - - 50bc4deb by Romaric Jodin at 2024-10-10T09:16:22-04:00 VkspReflection non-sematic: remove literals for Ids (#453) https://gitlab.khronos.org/spirv/SPIR-V/-/issues/817 - - - - - 252dc2df by Luna at 2024-10-16T08:47:16-07:00 Add nuvk's spirv emitter. (#454) - - - - - 22c4d1b1 by Jeff Bolz at 2024-10-23T08:38:28-07:00 Add SPV_NV_cooperative_matrix2 and SPV_NV_tensor_addressing (#458) * Add SPV_NV_cooperative_matrix2 and SPV_NV_tensor_addressing * Apply suggestions from code review Co-authored-by: Victor Lomuller - Co-authored-by: Victor Lomuller - - - - - cb6b2c32 by Victor Lomuller at 2024-10-30T08:40:15-07:00 Fix on header generator for c++11, regenerated products (#463) * Fix on header generator for c++11, regenerated products Co-authored-by: Christian Conti * fix enum starting with a number - - - - - 996c728c by Ben Ashbaugh at 2024-11-06T08:40:19-08:00 add basic utility code testing for cpp, cpp11, and c (#461) * add basic utility code testing for cpp, cpp11, and c * switch from building libraries to building executables for tests * try adding a specific GitHub action to build with tests * fix syntax for enabling tests * remove commented out line so hpp11 tests should fail now - - - - - 2ce05a6f by Spencer Fricke at 2024-11-13T08:43:07-08:00 Remove trailing whitespace (#465) - - - - - 45b31404 by Steven Perron at 2024-11-13T15:12:33-05:00 Add NonSemanticShaderDebugInfo100.h to bazel build. (#466) - - - - - 36d5e2dd by Spencer Fricke at 2024-11-20T08:43:15-08:00 Add provisional key to grammar (#464) * Add provisional key to grammar * Add SPV_KHR_untyped_pointers to provisional - - - - - 3f17b2af by Steve Urquhart at 2024-12-04T08:39:36-08:00 [SPIRV] Add generator magic number (#467) - - - - - e4d1e693 by Timo Aaltonen at 2025-01-16T15:18:48+02:00 Merge branch 'upstream-unstable' into debian-unstable - - - - - bbc0aece by Timo Aaltonen at 2025-01-16T15:19:24+02:00 version bump - - - - - 571b39c3 by Timo Aaltonen at 2025-01-16T15:20:53+02:00 releasing package spirv-headers version 1.6.1+1.4.304.0-1 - - - - - 10 changed files: - BUILD.bazel - CMakeLists.txt - debian/changelog - include/spirv/spir-v.xml - include/spirv/unified1/NonSemanticVkspReflection.h - include/spirv/unified1/extinst.nonsemantic.vkspreflection.grammar.json - include/spirv/unified1/spirv.bf - include/spirv/unified1/spirv.core.grammar.json - include/spirv/unified1/spirv.cs - include/spirv/unified1/spirv.h The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/spirv-headers/-/compare/9cea2d7d045023f238a79a5670a6d6791b9ee8b9...571b39c3d1d450649fa3ea7cd0ebde39448bc0c1 -- View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/spirv-headers/-/compare/9cea2d7d045023f238a79a5670a6d6791b9ee8b9...571b39c3d1d450649fa3ea7cd0ebde39448bc0c1 You're receiving this email because of your
[Git][xorg-team/vulkan/spirv-headers][upstream-unstable] 14 commits: Add SPV_EXT_optnone (#449)
Timo Aaltonen pushed to branch upstream-unstable at X Strike Force / vulkan / spirv-headers Commits: 0413bc33 by Dmitry Sidorov at 2024-09-25T09:01:03-07:00 Add SPV_EXT_optnone (#449) * Rename SPV_INTEL_optnone to SPV_EXT_optnone Signed-off-by: Sidorov, Dmitry* keep intel names as well Signed-off-by: Sidorov, Dmitry - Signed-off-by: Sidorov, Dmitry - - - - - ec59c77a by Samuel (Sheng-Wen) Huang at 2024-09-25T09:03:12-07:00 Reserve SPIR-V enums for MediaTek (#451) - - - - - a62b0320 by Dmitry Sidorov at 2024-10-02T08:59:10-07:00 Add SPV_EXT_arithmetic_fence (#450) * Add SPV_EXT_arithmetic_fence Spec: https://htmlpreview.github.io/?https://github.com/KhronosGroup/SPIRV-Registry/blob/main/extensions/EXT/SPV_EXT_arithmetic_fence.html Signed-off-by: Sidorov, Dmitry * Also add INTEL extension for tooling Signed-off-by: Sidorov, Dmitry * Revert "Also add INTEL extension for tooling" This reverts commit ce256a38bc87d2f648bf385017cb201b527c01d8. - Signed-off-by: Sidorov, Dmitry - - - - - d92cf88c by Victor Lomuller at 2024-10-09T08:57:45-07:00 Add "aliases" fields to the grammar and remove duplicated (#447) * Add "aliases" fields to the grammar Promotion of extensions lead to duplicated entries. The patch introduce a new entry "aliases" to the grammar. It is a list of strings, where each string is an alternative name for the token, and applies on instructions and operand kind's enumerants. The grammar is updated to use the fields and all duplicated were removed. The header generator now processes the aliases when generating the headers to account for the change. This ensure the generated headers doesn't change. * Update grammar for SPV_EXT_optnone / SPV_INTEL_optnone - - - - - 07ddb1c0 by Maciej Jesionowski at 2024-10-09T08:58:17-07:00 Update SPV_AMDX_shader_enqueue (#452) Co-authored-by: Dan Brown - - - - - 50bc4deb by Romaric Jodin at 2024-10-10T09:16:22-04:00 VkspReflection non-sematic: remove literals for Ids (#453) https://gitlab.khronos.org/spirv/SPIR-V/-/issues/817 - - - - - 252dc2df by Luna at 2024-10-16T08:47:16-07:00 Add nuvk's spirv emitter. (#454) - - - - - 22c4d1b1 by Jeff Bolz at 2024-10-23T08:38:28-07:00 Add SPV_NV_cooperative_matrix2 and SPV_NV_tensor_addressing (#458) * Add SPV_NV_cooperative_matrix2 and SPV_NV_tensor_addressing * Apply suggestions from code review Co-authored-by: Victor Lomuller - Co-authored-by: Victor Lomuller - - - - - cb6b2c32 by Victor Lomuller at 2024-10-30T08:40:15-07:00 Fix on header generator for c++11, regenerated products (#463) * Fix on header generator for c++11, regenerated products Co-authored-by: Christian Conti * fix enum starting with a number - - - - - 996c728c by Ben Ashbaugh at 2024-11-06T08:40:19-08:00 add basic utility code testing for cpp, cpp11, and c (#461) * add basic utility code testing for cpp, cpp11, and c * switch from building libraries to building executables for tests * try adding a specific GitHub action to build with tests * fix syntax for enabling tests * remove commented out line so hpp11 tests should fail now - - - - - 2ce05a6f by Spencer Fricke at 2024-11-13T08:43:07-08:00 Remove trailing whitespace (#465) - - - - - 45b31404 by Steven Perron at 2024-11-13T15:12:33-05:00 Add NonSemanticShaderDebugInfo100.h to bazel build. (#466) - - - - - 36d5e2dd by Spencer Fricke at 2024-11-20T08:43:15-08:00 Add provisional key to grammar (#464) * Add provisional key to grammar * Add SPV_KHR_untyped_pointers to provisional - - - - - 3f17b2af by Steve Urquhart at 2024-12-04T08:39:36-08:00 [SPIRV] Add generator magic number (#467) - - - - - 9 changed files: - BUILD.bazel - CMakeLists.txt - include/spirv/spir-v.xml - include/spirv/unified1/NonSemanticVkspReflection.h - include/spirv/unified1/extinst.nonsemantic.vkspreflection.grammar.json - include/spirv/unified1/spirv.bf - include/spirv/unified1/spirv.core.grammar.json - include/spirv/unified1/spirv.cs - include/spirv/unified1/spirv.h The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/spirv-headers/-/compare/2a9b6f951c7d6b04b6c21fe1bf3f475b68b84801...3f17b2af6784bfa2c5aa5dbb8e0e74a607dd8b3b -- View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/spirv-headers/-/compare/2a9b6f951c7d6b04b6c21fe1bf3f475b68b84801...3f17b2af6784bfa2c5aa5dbb8e0e74a607dd8b3b You're receiving this email because of your account on salsa.debian.org.
[Git][xorg-team/vulkan/spirv-headers] Pushed new tag debian/1.6.1+1.4.304.0-1
Timo Aaltonen pushed new tag debian/1.6.1+1.4.304.0-1 at X Strike Force / vulkan / spirv-headers -- View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/spirv-headers/-/tree/debian/1.6.1+1.4.304.0-1 You're receiving this email because of your account on salsa.debian.org.
[Git][xorg-team/vulkan/spirv-tools] Pushed new tag debian/2024.4_rc2-1
Timo Aaltonen pushed new tag debian/2024.4_rc2-1 at X Strike Force / vulkan / spirv-tools -- View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/spirv-tools/-/tree/debian/2024.4_rc2-1 You're receiving this email because of your account on salsa.debian.org.
[Git][xorg-team/vulkan/glslang][debian-unstable] 46 commits: Fix nonsemantic debuginfo line attribution for cooperative matrix
Timo Aaltonen pushed to branch debian-unstable at X Strike Force / vulkan / glslang Commits: ca04c2a1 by Jeff Bolz at 2024-09-30T13:53:27-04:00 Fix nonsemantic debuginfo line attribution for cooperative matrix * Generate debuginfo for coopmat types, treating them as an opaque composite. Restore the debug source location after calling convertGlslangToSpvType, fixes the line info in this unit test * Add a cooperative matrix test case, based on the shader from https://github.com/jeffbolznv/vk_cooperative_matrix_perf/blob/master/shaders/shmem.comp - - - - - c694f28d by dependabot[bot] at 2024-09-30T15:17:07-04:00 Bump github/codeql-action from 3.26.8 to 3.26.9 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.8 to 3.26.9. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/294a9d92911152fe08befb9ec03e240add280cb3...461ef6c76dfe95d5c364de2f431ddbd31a417628) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot]- - - - - a729c86d by dependabot[bot] at 2024-09-30T15:35:47-04:00 Bump actions/checkout from 4.1.7 to 4.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] - - - - - 4e913358 by Sven van Haastregt at 2024-10-04T11:57:17-04:00 Remove extra semicolons Fix various "extra ';'" compiler warnings. No functional changes. Signed-off-by: Sven van Haastregt - - - - - 48f63fe4 by Arcady Goldmints-Orlov at 2024-10-04T14:01:46-04:00 Propagate errors from symbol table init Fixes #580 - - - - - f69d2768 by Sajjad Mirza at 2024-10-04T14:11:27-04:00 Use line and column from node on DebugLexicalBlock. * Fix bug in TestFixture.h, debug info gets enabled when nonsemantic debug info is requested. - - - - - 7430f863 by dependabot[bot] at 2024-10-07T12:48:48-04:00 Bump github/codeql-action from 3.26.9 to 3.26.11 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.9 to 3.26.11. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/461ef6c76dfe95d5c364de2f431ddbd31a417628...6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] - - - - - 9d00d6d6 by dependabot[bot] at 2024-10-07T12:49:22-04:00 Bump lukka/get-cmake from 3.30.3 to 3.30.4 Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 3.30.3 to 3.30.4. - [Release notes](https://github.com/lukka/get-cmake/releases) - [Commits](https://github.com/lukka/get-cmake/compare/070a0507a7abe157ef918deec391da1be197d2d1...582a9f5c6f4f332f36797e1ac757d1c8850a1513) --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] - - - - - 05559a29 by Daniel Story at 2024-10-08T15:02:14-04:00 Implement optional link-time cross stage optimization - - - - - 2acc4ea0 by Daniel Story at 2024-10-08T15:02:14-04:00 Add link-time cross stage optimization test - - - - - e61d7bb3 by Sven van Haastregt at 2024-10-11T08:35:25-04:00 Fix Wformat warnings for printf `%p` The `%p` specifier expects a void pointer argument, so explicitly cast to `void *`. No functional changes. Signed-off-by: Sven van Haastregt - - - - - fc9cfc25 by dependabot[bot] at 2024-10-14T11:56:09-04:00 Bump github/codeql-action from 3.26.11 to 3.26.12 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.11 to 3.26.12. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea...c36620d31ac7c881962c3d9dd939c40ec9434f2b) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: depen
[Git][xorg-team/vulkan/glslang] Pushed new tag debian/15.1.0-1
Timo Aaltonen pushed new tag debian/15.1.0-1 at X Strike Force / vulkan / glslang -- View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/glslang/-/tree/debian/15.1.0-1 You're receiving this email because of your account on salsa.debian.org.
Processing of spirv-tools_2024.4~rc2-1_source.changes
spirv-tools_2024.4~rc2-1_source.changes uploaded successfully to localhost along with the files: spirv-tools_2024.4~rc2-1.dsc spirv-tools_2024.4~rc2.orig.tar.gz spirv-tools_2024.4~rc2-1.debian.tar.xz spirv-tools_2024.4~rc2-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
[Git][xorg-team/vulkan/glslang][upstream-unstable] 42 commits: Fix nonsemantic debuginfo line attribution for cooperative matrix
Timo Aaltonen pushed to branch upstream-unstable at X Strike Force / vulkan / glslang Commits: ca04c2a1 by Jeff Bolz at 2024-09-30T13:53:27-04:00 Fix nonsemantic debuginfo line attribution for cooperative matrix * Generate debuginfo for coopmat types, treating them as an opaque composite. Restore the debug source location after calling convertGlslangToSpvType, fixes the line info in this unit test * Add a cooperative matrix test case, based on the shader from https://github.com/jeffbolznv/vk_cooperative_matrix_perf/blob/master/shaders/shmem.comp - - - - - c694f28d by dependabot[bot] at 2024-09-30T15:17:07-04:00 Bump github/codeql-action from 3.26.8 to 3.26.9 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.8 to 3.26.9. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/294a9d92911152fe08befb9ec03e240add280cb3...461ef6c76dfe95d5c364de2f431ddbd31a417628) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot]- - - - - a729c86d by dependabot[bot] at 2024-09-30T15:35:47-04:00 Bump actions/checkout from 4.1.7 to 4.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] - - - - - 4e913358 by Sven van Haastregt at 2024-10-04T11:57:17-04:00 Remove extra semicolons Fix various "extra ';'" compiler warnings. No functional changes. Signed-off-by: Sven van Haastregt - - - - - 48f63fe4 by Arcady Goldmints-Orlov at 2024-10-04T14:01:46-04:00 Propagate errors from symbol table init Fixes #580 - - - - - f69d2768 by Sajjad Mirza at 2024-10-04T14:11:27-04:00 Use line and column from node on DebugLexicalBlock. * Fix bug in TestFixture.h, debug info gets enabled when nonsemantic debug info is requested. - - - - - 7430f863 by dependabot[bot] at 2024-10-07T12:48:48-04:00 Bump github/codeql-action from 3.26.9 to 3.26.11 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.9 to 3.26.11. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/461ef6c76dfe95d5c364de2f431ddbd31a417628...6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] - - - - - 9d00d6d6 by dependabot[bot] at 2024-10-07T12:49:22-04:00 Bump lukka/get-cmake from 3.30.3 to 3.30.4 Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 3.30.3 to 3.30.4. - [Release notes](https://github.com/lukka/get-cmake/releases) - [Commits](https://github.com/lukka/get-cmake/compare/070a0507a7abe157ef918deec391da1be197d2d1...582a9f5c6f4f332f36797e1ac757d1c8850a1513) --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] - - - - - 05559a29 by Daniel Story at 2024-10-08T15:02:14-04:00 Implement optional link-time cross stage optimization - - - - - 2acc4ea0 by Daniel Story at 2024-10-08T15:02:14-04:00 Add link-time cross stage optimization test - - - - - e61d7bb3 by Sven van Haastregt at 2024-10-11T08:35:25-04:00 Fix Wformat warnings for printf `%p` The `%p` specifier expects a void pointer argument, so explicitly cast to `void *`. No functional changes. Signed-off-by: Sven van Haastregt - - - - - fc9cfc25 by dependabot[bot] at 2024-10-14T11:56:09-04:00 Bump github/codeql-action from 3.26.11 to 3.26.12 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.11 to 3.26.12. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea...c36620d31ac7c881962c3d9dd939c40ec9434f2b) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dep
Processing of glslang_15.1.0-1_source.changes
glslang_15.1.0-1_source.changes uploaded successfully to localhost along with the files: glslang_15.1.0-1.dsc glslang_15.1.0.orig.tar.gz glslang_15.1.0-1.debian.tar.xz glslang_15.1.0-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
[Git][xorg-team/app/x11-xserver-utils][debian-unstable] 8 commits: control: Mark x11-xserver-utils Multi-Arch: foreign. (Closes: #695086)
Timo Aaltonen pushed to branch debian-unstable at X Strike Force / app / x11-xserver-utils Commits: 928e91c7 by Timo Aaltonen at 2025-01-16T08:50:40+02:00 control: Mark x11-xserver-utils Multi-Arch: foreign. (Closes: #695086) - - - - - ada61986 by Timo Aaltonen at 2025-01-16T10:02:31+02:00 iceauth 1.0.10 - - - - - e6b3ecd2 by Timo Aaltonen at 2025-01-16T10:03:31+02:00 xcmsdb 1.0.7 - - - - - e7d1c093 by Timo Aaltonen at 2025-01-16T10:04:12+02:00 xrandr 1.5.3 - - - - - 984ffa4f by Timo Aaltonen at 2025-01-16T10:04:45+02:00 xrefresh 1.1.0 - - - - - 91645715 by Timo Aaltonen at 2025-01-16T10:07:42+02:00 control: Migrate to pkgconf. - - - - - b137e9ad by Timo Aaltonen at 2025-01-16T10:07:55+02:00 releasing package x11-xserver-utils version 7.7+11 - - - - - 01cf9c4d by Timo Aaltonen at 2025-01-16T10:08:49+02:00 release to sid - - - - - 30 changed files: - debian/changelog - debian/control - iceauth/ChangeLog - iceauth/aclocal.m4 - iceauth/config.guess - iceauth/config.h.in - iceauth/config.sub - iceauth/configure - iceauth/configure.ac - iceauth/iceauth.c - iceauth/process.c - xcmsdb/ChangeLog - xcmsdb/Makefile.in - xcmsdb/aclocal.m4 - xcmsdb/compile - xcmsdb/config.guess - xcmsdb/config.h.in - xcmsdb/config.sub - xcmsdb/configure - xcmsdb/configure.ac - xcmsdb/depcomp - xcmsdb/install-sh - xcmsdb/loadData.c - xcmsdb/man/Makefile.in - xcmsdb/missing - xcmsdb/xcmsdb.c - xrandr/ChangeLog - xrandr/aclocal.m4 - xrandr/config.guess - xrandr/config.h.in The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/xorg-team/app/x11-xserver-utils/-/compare/a3ecab8b1b8b24faf1a3a4237258d608022f7a31...01cf9c4de08f4a35129c129f3931e9e8383e746d -- View it on GitLab: https://salsa.debian.org/xorg-team/app/x11-xserver-utils/-/compare/a3ecab8b1b8b24faf1a3a4237258d608022f7a31...01cf9c4de08f4a35129c129f3931e9e8383e746d You're receiving this email because of your account on salsa.debian.org.
[Git][xorg-team/app/x11-xserver-utils] Pushed new tag x11-xserver-utils-7.7+11
Timo Aaltonen pushed new tag x11-xserver-utils-7.7+11 at X Strike Force / app / x11-xserver-utils -- View it on GitLab: https://salsa.debian.org/xorg-team/app/x11-xserver-utils/-/tree/x11-xserver-utils-7.7+11 You're receiving this email because of your account on salsa.debian.org.
[bts-link] source package mesa
# # bts-link upstream status pull for source package mesa # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # https://bts-link-team.pages.debian.net/bts-link/ # user debian-bts-l...@lists.debian.org # remote status report for #1092890 (http://bugs.debian.org/1092890) # Bug title: mesa: regression in 24.3: software rendering crashes on ppc64el with segmentation fault # * https://gitlab.freedesktop.org/mesa/mesa/-/issues/12452 # * remote status changed: (?) -> opened usertags 1092890 + status-opened thanks
[Git][xorg-team/vulkan/vulkan-loader] Pushed new tag debian/1.4.304.0-1
Timo Aaltonen pushed new tag debian/1.4.304.0-1 at X Strike Force / vulkan / vulkan-loader -- View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/vulkan-loader/-/tree/debian/1.4.304.0-1 You're receiving this email because of your account on salsa.debian.org.
glslang_15.1.0-1_source.changes ACCEPTED into unstable
Thank you for your contribution to Debian. Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 16 Jan 2025 15:52:50 +0200 Source: glslang Built-For-Profiles: noudeb Architecture: source Version: 15.1.0-1 Distribution: unstable Urgency: medium Maintainer: Debian X Strike Force Changed-By: Timo Aaltonen Changes: glslang (15.1.0-1) unstable; urgency=medium . * New upstream release. * control: Bump spirv-tools depends. Checksums-Sha1: 3ecf9cb70cdbd5e81aa0daf0d395e4b94d1aa527 2131 glslang_15.1.0-1.dsc ff86c6b86df3940dd895258bd35eb4206511324c 3915238 glslang_15.1.0.orig.tar.gz c30fecc8bdf9c50ac6c245e0d823201e3012f62a 14208 glslang_15.1.0-1.debian.tar.xz 94a335ba9d5d9d6a9801ad720035c10b02bbe0c8 8420 glslang_15.1.0-1_source.buildinfo Checksums-Sha256: e74eb2d87327d5531468f09fde3aa4a2ad5ba57fdabd25e183c5b15256fa22be 2131 glslang_15.1.0-1.dsc 4bdcd8cdb330313f0d4deed7be527b0ac1c115ff272e492853a6e98add61b4bc 3915238 glslang_15.1.0.orig.tar.gz 5df456cd0cb404dd7a3be3f6996fa84253711b041094a573110cf53fc67352be 14208 glslang_15.1.0-1.debian.tar.xz 54e89d2e8f5f7d6a5e8b95d9f100737988db98a30736ce706213d0b9e5fd2e38 8420 glslang_15.1.0-1_source.buildinfo Files: 2c945e847568103eda534b6c4eef4f40 2131 libdevel optional glslang_15.1.0-1.dsc 2bf049666f223732fc18d6c8b16b98cf 3915238 libdevel optional glslang_15.1.0.orig.tar.gz 4c716b7263f5057d6330712e4115ddea 14208 libdevel optional glslang_15.1.0-1.debian.tar.xz 6ab0e5837a088402e40bdafa73f282a9 8420 libdevel optional glslang_15.1.0-1_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmeJDz8ACgkQy3AxZaiJ hNynXhAAm2wXaXesuK6zMEJHmbojW/0L8FprHmMi4H9S72JjuH6lR8L3n2yRjSDz pHZT3SfGMyZYBfO9i7hWeBaLAK9c7pHM0HcwLBQBbxAlT6o/vrsM5E+YA+avnzeO Is/LnN8+lP8m5gByPtlZmqvMdpg+Nttt9kuv5/XfV2CGTKn6d49xMh1ElvKZBa0U Qus6yDKjB1HszoukX9l/TcY8CeWV2lUtRacCt53pjwZ3kRxOGwvlEER5ERhaxhxY r30qxlIsOfuD/mLErvRgl1UltBjn3OArz0peWc7RLq82poTRylOKq+EMBucfbh7b 0XEG7DDqRXSNOE1Je1Eq7tm6JeD9tFtxgm9mLi/VXn7rKkP1bLIFFad57LxwYBXl j7/SSt3AyBIUCHv/2S+eonmpmNaHFKcQzOvdR7Rewju6apvceggsTxvsMykhq79R nqcaw9OC0fz1Po4djzOJsl0YrI08TeDARN9LYVb4X5NnWtZoKbQG8XGPe1w8E2iq ZCxeQ/aQIIyLxSUu7XZSidEo8hzv867bw9q6eaf3JjhzrxDsFioj/+Cbbyy+k/HV eiAsl/RblioQh9u+ed3qDe+uTM7nn88ytCmiWZU7vJI/yLxnZmINeR9ZpUOlO8Ie br+N50v8d9rn7yGHjnuKAGdTRzUJFo3mynKrXqz/mXlhQQz3NHs= =Wa0s -END PGP SIGNATURE- pgpwLPrxpvvGM.pgp Description: PGP signature
spirv-tools_2024.4~rc2-1_source.changes ACCEPTED into unstable
Thank you for your contribution to Debian. Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 16 Jan 2025 15:46:53 +0200 Source: spirv-tools Built-For-Profiles: noudeb Architecture: source Version: 2024.4~rc2-1 Distribution: unstable Urgency: medium Maintainer: Debian X Strike Force Changed-By: Timo Aaltonen Changes: spirv-tools (2024.4~rc2-1) unstable; urgency=medium . * New upstream release. * control: Bump build-dep on spirv-headers. Checksums-Sha1: 0ae9d5b2a83c2cbd1a33f9152f53ffbb71686206 2000 spirv-tools_2024.4~rc2-1.dsc 00046c9f05099d38e96a0ceadd6955ae4255c696 3142209 spirv-tools_2024.4~rc2.orig.tar.gz b4fff66507fcbc2509b3036f5f0dca4e5a60ed55 3968 spirv-tools_2024.4~rc2-1.debian.tar.xz 24856b8324eecd085d869482dc0a5fd651dd973d 8357 spirv-tools_2024.4~rc2-1_source.buildinfo Checksums-Sha256: 5d5c179d5a69663b5b3ffaaf913cc84945c6c34d0e8d93356c3fd4c5e78618f1 2000 spirv-tools_2024.4~rc2-1.dsc ab0e26b3ce3de51c47c9c83097cbbf5d38e8467e4ca80347851aec2dd9d1553d 3142209 spirv-tools_2024.4~rc2.orig.tar.gz 1f1544069316e7e40250e62892e966aa95f263c5eb308ce210b5b8a383685b11 3968 spirv-tools_2024.4~rc2-1.debian.tar.xz 34322b0ad31dd06ae758931eb44032e2382b0761646eff158f9e435e465e37d3 8357 spirv-tools_2024.4~rc2-1_source.buildinfo Files: 46d2f2347f80a7575cafbe206dcaa99b 2000 libdevel optional spirv-tools_2024.4~rc2-1.dsc 08c68fbfa052997ac65bd40822df0630 3142209 libdevel optional spirv-tools_2024.4~rc2.orig.tar.gz 60d8d786337e1e80a3d63d3baf11f025 3968 libdevel optional spirv-tools_2024.4~rc2-1.debian.tar.xz a38d0ace9e486718b9be29b10d1da4f3 8357 libdevel optional spirv-tools_2024.4~rc2-1_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmeJDdUACgkQy3AxZaiJ hNwJfxAApLva2tee1/ll5e3QnaO6BXQ0QytRdKuSqUK6TjPQ2AfYtKasf3b6k97/ ICXY50EiwHof1+N5tYrVeo56WpLSRte4mNfvCvFMC1Gx9euCXlIazBtRmyF9RuGU k0p2fqvtec5CJKE/PupNo8PXWRRyvZsDIsDHV7q87imBd96qQWIr9Tj2Sq2kssjZ I6URJn4tkkw/eMQ3YrcUlDBLCHBIQRgPE2wWcDqtd5CVN4fyFw24ebWMc+18vdE2 myFi4gstmGlXAEgtaxIp+tXtTDokvyPt8Jnmu0t5s04MKxPRYaeEHl54Mt/iKwm1 CmUN5CDUXQevm9jpUnS+y30QaP8LmjuJsw7Vu3hXZkrUG/183/hJD0qltpeiB3KO J7oz8+EmxnaA0FQSSwmEyJ5v4yQqlnOobG1s3naO1qLrv0qEak0kKoHdWIcfONym jQaC6444nd/cBMV7e1EbGLBOHAA8hl2YlK1HwQb9mIqZGnuazi4Wx68GFJTfPLNI 7N9/Z2tl+QcPki2DUSh3c9sTHPfJwmNpwQqNiWnrcUQmTS4yXbR7nWNFoQRz41Cq 2sgdUtYt59D5n3lyTu/VhX5k08i65lswt22tnVUCUFOgZGBJyj0xE86BYn2QgP72 jzIPeCXclailx8R9iYDJfbKK85ZzEmHBgoqod57mXUcXDUTuuB0= =t/Jc -END PGP SIGNATURE- pgptOY9t6_dk3.pgp Description: PGP signature
[Git][xorg-team/vulkan/vulkan-utility-libraries][upstream-unstable] 20 commits: build: Update to header 1.3.297
Timo Aaltonen pushed to branch upstream-unstable at X Strike Force / vulkan / vulkan-utility-libraries Commits: 8c907ea2 by ziga-lunarg at 2024-10-04T17:57:38+02:00 build: Update to header 1.3.297 - - - - - bfd85956 by Mike Schuchardt at 2024-10-11T09:28:14-07:00 build: Update to header 1.3.298 - - - - - b541be2e by Mike Schuchardt at 2024-10-18T09:12:39-07:00 build: Update to header 1.3.299 - - - - - dcb6173f by Mike Schuchardt at 2024-10-25T09:05:47-07:00 build: Update to header 1.3.300 - - - - - a42c1fbb by Máté Ferenc Nagy-Egri at 2024-10-28T09:25:08-06:00 scripts: Handle remote URL change in update_deps.py Without going through an intricate dance with git to change the remote URL of a repository, it's simplest to just nuke the cloned folder, as we have to do a clean clone anyway. - - - - - 89fda455 by Máté Ferenc Nagy-Egri at 2024-10-28T09:25:08-06:00 scripts: Fix user self-hosting dependency in update_deps.py The documentation states that users can override where to take a dependency from via variables like VULKAN_HEADERS_INSTALL_DIR, however the helper.cmake written by the scripts/CMakeLists.txt FORCE updates the cache variable to the location inside known_good.json, practically overwriting the user-provided path given on the CLI using -D, also going into the cache. - - - - - 9123b8c0 by Takuto Ikuta at 2024-10-28T09:25:47-06:00 Add a missing header for `std::strtoul` - - - - - b78b8d9b by Mike Schuchardt at 2024-11-04T10:11:15-07:00 build: Update to header 1.3.301 - - - - - 9697d82a by Spencer Fricke at 2024-11-04T21:32:36-07:00 ci: Build dependency for Github Actions - - - - - 87ab6b39 by Jeremy Gebben at 2024-11-05T10:11:21-07:00 scripts: Make generate_source.py look harder for vk.xml Allow the registry path argument to also be the base directory containing the Vulkan-Headers repo (eg. ./external) to save redundant typing. - - - - - 247accd4 by Eric Werness at 2024-11-13T21:59:47-05:00 Traverse geometry pNext for safe structs - - - - - c31e717d by dependabot[bot] at 2024-11-19T12:57:03-07:00 build(deps): Bump fsfe/reuse-action from 4 to 5 Bumps [fsfe/reuse-action](https://github.com/fsfe/reuse-action) from 4 to 5. - [Release notes](https://github.com/fsfe/reuse-action/releases) - [Commits](https://github.com/fsfe/reuse-action/compare/v4...v5) --- updated-dependencies: - dependency-name: fsfe/reuse-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot]- - - - - b538fb5b by Mike Schuchardt at 2024-11-21T07:17:29-08:00 build: Update to header 1.3.302 - - - - - 5a72ae02 by Mike Schuchardt at 2024-12-03T09:53:15-08:00 build: Update to header 1.4.303 - - - - - 160e946f by dependabot[bot] at 2024-12-09T10:26:36-06:00 build(deps): Bump jidicula/clang-format-action from 4.13.0 to 4.14.0 Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.13.0 to 4.14.0. - [Release notes](https://github.com/jidicula/clang-format-action/releases) - [Commits](https://github.com/jidicula/clang-format-action/compare/v4.13.0...v4.14.0) --- updated-dependencies: - dependency-name: jidicula/clang-format-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] - - - - - 0ab12c16 by Christophe at 2024-12-17T11:02:21+01:00 layer: Add error code to C++ overrides - - - - - 645eed28 by Takuto Ikuta at 2024-12-18T10:46:30-06:00 build: Add missing include headers - - - - - 2b185cfb by Takuto Ikuta at 2024-12-18T10:46:30-06:00 Update safe_struct_generator.py - - - - - 7f873866 by Takuto Ikuta at 2024-12-18T10:46:30-06:00 Update vk_safe_struct_ext.cpp - - - - - 5a88b604 by Mike Schuchardt at 2024-12-20T10:38:05-08:00 build: Update to header 1.4.304 - - - - - 6 changed files: - .github/workflows/ci.yml - .github/workflows/format.yml - include/vulkan/layer/vk_layer_settings.hpp - include/vulkan/utility/vk_concurrent_unordered_map.hpp - include/vulkan/utility/vk_dispatch_table.h - include/vulkan/utility/vk_format_utils.h The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/vulkan-utility-libraries/-/compare/0a786ee3e4fd3602f68ff0ffd9fdcb12e0efb646...5a88b6042edb8f03eefc8de73bd73a899989373f -- View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/vulkan-utility-libraries/-/compare/0a786ee3e4fd3602f68ff0ffd9fdcb12e0efb646...5a88b6042edb8f03eefc8de73bd73a899989373f You're receiving this email because of your account on salsa.debian.org.
[Git][xorg-team/vulkan/vulkan-utility-libraries] Pushed new tag debian/1.4.304.0-1
Timo Aaltonen pushed new tag debian/1.4.304.0-1 at X Strike Force / vulkan / vulkan-utility-libraries -- View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/vulkan-utility-libraries/-/tree/debian/1.4.304.0-1 You're receiving this email because of your account on salsa.debian.org.
[Git][xorg-team/vulkan/vulkan-utility-libraries][debian-unstable] 24 commits: build: Update to header 1.3.297
Timo Aaltonen pushed to branch debian-unstable at X Strike Force / vulkan / vulkan-utility-libraries Commits: 8c907ea2 by ziga-lunarg at 2024-10-04T17:57:38+02:00 build: Update to header 1.3.297 - - - - - bfd85956 by Mike Schuchardt at 2024-10-11T09:28:14-07:00 build: Update to header 1.3.298 - - - - - b541be2e by Mike Schuchardt at 2024-10-18T09:12:39-07:00 build: Update to header 1.3.299 - - - - - dcb6173f by Mike Schuchardt at 2024-10-25T09:05:47-07:00 build: Update to header 1.3.300 - - - - - a42c1fbb by Máté Ferenc Nagy-Egri at 2024-10-28T09:25:08-06:00 scripts: Handle remote URL change in update_deps.py Without going through an intricate dance with git to change the remote URL of a repository, it's simplest to just nuke the cloned folder, as we have to do a clean clone anyway. - - - - - 89fda455 by Máté Ferenc Nagy-Egri at 2024-10-28T09:25:08-06:00 scripts: Fix user self-hosting dependency in update_deps.py The documentation states that users can override where to take a dependency from via variables like VULKAN_HEADERS_INSTALL_DIR, however the helper.cmake written by the scripts/CMakeLists.txt FORCE updates the cache variable to the location inside known_good.json, practically overwriting the user-provided path given on the CLI using -D, also going into the cache. - - - - - 9123b8c0 by Takuto Ikuta at 2024-10-28T09:25:47-06:00 Add a missing header for `std::strtoul` - - - - - b78b8d9b by Mike Schuchardt at 2024-11-04T10:11:15-07:00 build: Update to header 1.3.301 - - - - - 9697d82a by Spencer Fricke at 2024-11-04T21:32:36-07:00 ci: Build dependency for Github Actions - - - - - 87ab6b39 by Jeremy Gebben at 2024-11-05T10:11:21-07:00 scripts: Make generate_source.py look harder for vk.xml Allow the registry path argument to also be the base directory containing the Vulkan-Headers repo (eg. ./external) to save redundant typing. - - - - - 247accd4 by Eric Werness at 2024-11-13T21:59:47-05:00 Traverse geometry pNext for safe structs - - - - - c31e717d by dependabot[bot] at 2024-11-19T12:57:03-07:00 build(deps): Bump fsfe/reuse-action from 4 to 5 Bumps [fsfe/reuse-action](https://github.com/fsfe/reuse-action) from 4 to 5. - [Release notes](https://github.com/fsfe/reuse-action/releases) - [Commits](https://github.com/fsfe/reuse-action/compare/v4...v5) --- updated-dependencies: - dependency-name: fsfe/reuse-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot]- - - - - b538fb5b by Mike Schuchardt at 2024-11-21T07:17:29-08:00 build: Update to header 1.3.302 - - - - - 5a72ae02 by Mike Schuchardt at 2024-12-03T09:53:15-08:00 build: Update to header 1.4.303 - - - - - 160e946f by dependabot[bot] at 2024-12-09T10:26:36-06:00 build(deps): Bump jidicula/clang-format-action from 4.13.0 to 4.14.0 Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.13.0 to 4.14.0. - [Release notes](https://github.com/jidicula/clang-format-action/releases) - [Commits](https://github.com/jidicula/clang-format-action/compare/v4.13.0...v4.14.0) --- updated-dependencies: - dependency-name: jidicula/clang-format-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] - - - - - 0ab12c16 by Christophe at 2024-12-17T11:02:21+01:00 layer: Add error code to C++ overrides - - - - - 645eed28 by Takuto Ikuta at 2024-12-18T10:46:30-06:00 build: Add missing include headers - - - - - 2b185cfb by Takuto Ikuta at 2024-12-18T10:46:30-06:00 Update safe_struct_generator.py - - - - - 7f873866 by Takuto Ikuta at 2024-12-18T10:46:30-06:00 Update vk_safe_struct_ext.cpp - - - - - 5a88b604 by Mike Schuchardt at 2024-12-20T10:38:05-08:00 build: Update to header 1.4.304 - - - - - 19a876c7 by Timo Aaltonen at 2025-01-16T16:42:18+02:00 Merge branch 'upstream-unstable' into debian-unstable - - - - - 1bdcb80f by Timo Aaltonen at 2025-01-16T16:42:44+02:00 version bump - - - - - e297d302 by Timo Aaltonen at 2025-01-16T16:45:15+02:00 control: Bump libvulkan-dev build-dep. - - - - - 4e467b11 by Timo Aaltonen at 2025-01-16T16:46:43+02:00 releasing package vulkan-utility-libraries version 1.4.304.0-1 - - - - - 8 changed files: - .github/workflows/ci.yml - .github/workflows/format.yml - debian/changelog - debian/control - include/vulkan/layer/vk_layer_settings.hpp - include/vulkan/utility/vk_concurrent_unordered_map.hpp - include/vulkan/utility/vk_dispatch_table.h - include/vulkan/utility/vk_format_utils.h The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/vulkan-utility-libraries/-/compare/ed508d778fafe95db90b9a5b36811c8d77b414ee...4e467b1192e9a95bdcd4597967b5c4ac81a9816c -- View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/vulkan-utility-libraries/-/compare/ed508d778fafe95db90b9a5b36811c8d77b414ee...4e467b1192e9a95bdcd4597967b5c4ac81a9816c You'
Processing of vulkan-loader_1.4.304.0-1_source.changes
vulkan-loader_1.4.304.0-1_source.changes uploaded successfully to localhost along with the files: vulkan-loader_1.4.304.0-1.dsc vulkan-loader_1.4.304.0.orig.tar.xz vulkan-loader_1.4.304.0-1.debian.tar.xz vulkan-loader_1.4.304.0-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
Processing of vulkan-utility-libraries_1.4.304.0-1_source.changes
vulkan-utility-libraries_1.4.304.0-1_source.changes uploaded successfully to localhost along with the files: vulkan-utility-libraries_1.4.304.0-1.dsc vulkan-utility-libraries_1.4.304.0.orig.tar.xz vulkan-utility-libraries_1.4.304.0-1.debian.tar.xz vulkan-utility-libraries_1.4.304.0-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
Processing of spirv-headers_1.6.1+1.4.304.0-1_source.changes
spirv-headers_1.6.1+1.4.304.0-1_source.changes uploaded successfully to localhost along with the files: spirv-headers_1.6.1+1.4.304.0-1.dsc spirv-headers_1.6.1+1.4.304.0.orig.tar.gz spirv-headers_1.6.1+1.4.304.0-1.debian.tar.xz spirv-headers_1.6.1+1.4.304.0-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
x11-xserver-utils_7.7+11_source.changes ACCEPTED into unstable
Thank you for your contribution to Debian. Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 16 Jan 2025 10:08:40 +0200 Source: x11-xserver-utils Built-For-Profiles: noudeb Architecture: source Version: 7.7+11 Distribution: unstable Urgency: medium Maintainer: Debian X Strike Force Changed-By: Timo Aaltonen Closes: 695086 Changes: x11-xserver-utils (7.7+11) unstable; urgency=medium . * control: Mark x11-xserver-utils Multi-Arch: foreign. (Closes: #695086) * iceauth 1.0.10 * xcmsdb 1.0.7 * xrandr 1.5.3 * xrefresh 1.1.0 * control: Migrate to pkgconf. Checksums-Sha1: 718ba58f65d9a379914e5ea39df1f8d2e8e394c8 1783 x11-xserver-utils_7.7+11.dsc 169b01f56132b7ab7b06c9d44ab386cc6028da63 462736 x11-xserver-utils_7.7+11.tar.xz 26a37bccd0b43ef8604923fb14a8178219799961 7632 x11-xserver-utils_7.7+11_source.buildinfo Checksums-Sha256: 590ea30ffcea56c2ec377221a17450afeba7792ef2979a958f2f98536fe2bc80 1783 x11-xserver-utils_7.7+11.dsc 2716ef9a4b554e90f4c36d3718789159faeac77096e751a325a2d38daa4f8e16 462736 x11-xserver-utils_7.7+11.tar.xz 11aa9fe7cfa275b444ceb2abb865ea5c52c441259aac29ce86ce0a525d37cb74 7632 x11-xserver-utils_7.7+11_source.buildinfo Files: 26588da4fd1e4a2d682bcf6746d4d794 1783 x11 optional x11-xserver-utils_7.7+11.dsc d5bb799d5f2ad82b9cd18d68d310c88c 462736 x11 optional x11-xserver-utils_7.7+11.tar.xz 0e3d2f1f548a67932e90c8eee18dc6db 7632 x11 optional x11-xserver-utils_7.7+11_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmeJBQsACgkQy3AxZaiJ hNz/LA/8C2mxXbhN3FD/i6/Oti8KyYX2Aqa1gSTKLvnU56z04H5kqnh8x2y7/v6Y n2DgFbS2brU5d6cKGlfAieHfgN+jFA2qiQuFENDzRgfpqk0p+4gT3XRfG1CdS+10 HazPvvdbe9MwUlQ8TvJWW8Fqsw5z8VpFZs2psGYXhSoMwltrw1tB7QqDLRAhbIjA QH8QoWRp21Zdj1pSHqkT8K+N/MLe6gF6HtV1uejZlUUCG0Sl/+lzo60EzUmvWX2L i/W6T7/6FDnaBmKjDxJ3JqgecZ/iyTUEqQ13/kZr9tI2egSQ5pok/MCuyAZ9+SbJ +5djQw9HFk9eHceXDRXCj8jb2ngSycWPpbbLDUHhGo/d+IR0OxIGQv6jqCJYqJWc qLAK5p8RzCOacZB8r63T/YHPylQHnkaZdVBVexKNgZ+Fi8GLPB1hv7fD7ryzk7F1 LTOdeCks5uVM+3EKSWO8/hiz9pGhkEsMg8eQcuaxt74753LElh6+E0d6Lu0PcCwl HPXkVeuUeKn8Qtmpj/vbNrIM3QUkZ8rA9x/6fUaOCSVa8apNMC7yWp5XGusdXo6H 3jEabKcMkzSBZoI+HZbymAco38qAjCKMKWFpVkhQHWbRQCvbTBmp2+EcyOv+NQYP AIy8ojsG8CljkuAu4hfYZwRX7y9cBOUFIn4dJ4zGznq1SzcqOPA= =neF8 -END PGP SIGNATURE- pgpaC30o45rXY.pgp Description: PGP signature
spirv-headers_1.6.1+1.4.304.0-1_source.changes ACCEPTED into unstable
Thank you for your contribution to Debian. Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 16 Jan 2025 15:20:47 +0200 Source: spirv-headers Built-For-Profiles: noudeb Architecture: source Version: 1.6.1+1.4.304.0-1 Distribution: unstable Urgency: medium Maintainer: Debian X Strike Force Changed-By: Timo Aaltonen Changes: spirv-headers (1.6.1+1.4.304.0-1) unstable; urgency=medium . * New upstream release. Checksums-Sha1: afb55b585ee84ff53ed1d0cb06d0a930c4ec724c 2004 spirv-headers_1.6.1+1.4.304.0-1.dsc e78c3e77dd61e9e1378d189dc651fd37c19b7a82 517157 spirv-headers_1.6.1+1.4.304.0.orig.tar.gz b2b7a6892c7c214de5f93372114b7f1771756f5f 3404 spirv-headers_1.6.1+1.4.304.0-1.debian.tar.xz 9ce46ac570c72095dfd222ada0d59d91748b44cf 7884 spirv-headers_1.6.1+1.4.304.0-1_source.buildinfo Checksums-Sha256: 408e69ab0528a0a0c426908ab1839517eab50cb5e877e2443050bd14350c3e91 2004 spirv-headers_1.6.1+1.4.304.0-1.dsc 2786eaebba2c6612dc18ba4d4ba8e9144594e919a8ca34ede855f6e8fd6767e5 517157 spirv-headers_1.6.1+1.4.304.0.orig.tar.gz 1d6c7528d0e7afe0f76f2878bcc1acc2f7a57098596e91e1bbb6d0381c91bcc9 3404 spirv-headers_1.6.1+1.4.304.0-1.debian.tar.xz 7782e99173651b68cd2aafead829fd3694c2c2415ece2c096e194a6f29f9b0d3 7884 spirv-headers_1.6.1+1.4.304.0-1_source.buildinfo Files: ee794ae0525fdf7badb05f306234e581 2004 libdevel optional spirv-headers_1.6.1+1.4.304.0-1.dsc 3d69ad2bd1913550dc55e1b1fab0b3a8 517157 libdevel optional spirv-headers_1.6.1+1.4.304.0.orig.tar.gz 48d1944c4e1dd9bcae7479f46bf9cefb 3404 libdevel optional spirv-headers_1.6.1+1.4.304.0-1.debian.tar.xz b85250a0c3c93735d335ccac86ceecbe 7884 libdevel optional spirv-headers_1.6.1+1.4.304.0-1_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmeJB7wACgkQy3AxZaiJ hNw+SQ/9EO2K+3D3eK5puINuj3LX7aP2+s2kCpdIsvvFeQNIjvVe5HYFc9lWLlNt r+PrK71i9a9RopPWeYu9FnhmUixfVPiS1OZfWwxWSSnxpuC0YVSXcaHwhIk0O866 vSkvHOSpSOYMYRdiTjN5NpDPXe6iEioNJpeg5zZ9qjkd00CX/4LCOEmW+BUxqwEO nXYAdlgNZvwMluJfPYqE6Qk7MnPwfV88S71VU6T81RG2hfwUM0lc30PJ7YznJNF0 /zyy6+Als/m08rruCsr3P906zJXEWpQo9JVZvvgQjjpOCT4Ct15MUsTBY/2AaJph VxWUu/PDeZZP2zqsp91QGLyNiZaQNy9V6/Y3wplFZcyBoftLfTRZxXe0mnIJf8bn c51Z6X9tUSPGehHjoiD/XOwqg1iS5ZbufLdWl9At2igoQQ+AjRG80wxXocq0HFZ7 zLuUFbwsEiEceKk3spYkSNfGEHHjP3fWD7FMsx47Wp93wKn6lWTY0x9xzCnJdFGX 5Cjy+SHoBVdIF6Xi69HyQD7Q76CywEzmFXTpmtfRWJQcit1wMy3qW/m4nSsdg6K6 ap++3WvEtcB7gS/SB3ZwoCYpvoNNtvbkLGDKQH9K6UJKQ8giYYFvm8DH1QANSL3I NZhMhHHJfO+GkSpDWE4ak0ijQrMGtwYewx+PQxjzEjyFLkARwv4= =PqAZ -END PGP SIGNATURE- pgpwAi1JuVX1Y.pgp Description: PGP signature
Bug#695086: marked as done (x11-xserver-utils: Please mark Multi-Arch: foreign)
Your message dated Thu, 16 Jan 2025 13:51:04 + with message-id and subject line Bug#695086: fixed in x11-xserver-utils 7.7+11 has caused the Debian Bug report #695086, regarding x11-xserver-utils: Please mark Multi-Arch: foreign to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 695086: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695086 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: x11-xserver-utils Version: 7.7~3 Severity: wishlist Tags: patch User: crossbu...@debian.org Usertags: cross x11-xserver-utils is Architecture: any, but on a multiarch system it doesn't matter which architecture you get as long as you can execute its binaries. It's a build-dependency of five packages in unstable. Accordingly, it would be helpful to mark it Multi-Arch: foreign to avoid blocking cross-builds of those packages; that would allow cross-builds to use the version of x11-xserver-utils for the architecture being built on, which is generally best for tools as opposed to libraries. * Mark x11-xserver-utils Multi-Arch: foreign. diff -Nru x11-xserver-utils-7.7~3ubuntu1/debian/control x11-xserver-utils-7.7~3ubuntu2/debian/control --- x11-xserver-utils-7.7~3ubuntu1/debian/control 2012-09-13 09:47:18.0 +0100 +++ x11-xserver-utils-7.7~3ubuntu2/debian/control 2012-12-04 02:27:06.0 + @@ -45,6 +45,7 @@ Package: x11-xserver-utils Architecture: any +Multi-Arch: foreign Depends: ${shlibs:Depends}, ${misc:Depends}, cpp Conflicts: iceauth, sessreg, xgamma, xhost, xmodmap, xrandr, xrdb, xrefresh, xrgb, xset, xsetmode, xsetpointer, xsetroot, xstdcmap, xvidtune Thanks, -- Colin Watson [cjwat...@ubuntu.com] --- End Message --- --- Begin Message --- Source: x11-xserver-utils Source-Version: 7.7+11 Done: Timo Aaltonen We believe that the bug you reported is fixed in the latest version of x11-xserver-utils, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 695...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Timo Aaltonen (supplier of updated x11-xserver-utils package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 16 Jan 2025 10:08:40 +0200 Source: x11-xserver-utils Built-For-Profiles: noudeb Architecture: source Version: 7.7+11 Distribution: unstable Urgency: medium Maintainer: Debian X Strike Force Changed-By: Timo Aaltonen Closes: 695086 Changes: x11-xserver-utils (7.7+11) unstable; urgency=medium . * control: Mark x11-xserver-utils Multi-Arch: foreign. (Closes: #695086) * iceauth 1.0.10 * xcmsdb 1.0.7 * xrandr 1.5.3 * xrefresh 1.1.0 * control: Migrate to pkgconf. Checksums-Sha1: 718ba58f65d9a379914e5ea39df1f8d2e8e394c8 1783 x11-xserver-utils_7.7+11.dsc 169b01f56132b7ab7b06c9d44ab386cc6028da63 462736 x11-xserver-utils_7.7+11.tar.xz 26a37bccd0b43ef8604923fb14a8178219799961 7632 x11-xserver-utils_7.7+11_source.buildinfo Checksums-Sha256: 590ea30ffcea56c2ec377221a17450afeba7792ef2979a958f2f98536fe2bc80 1783 x11-xserver-utils_7.7+11.dsc 2716ef9a4b554e90f4c36d3718789159faeac77096e751a325a2d38daa4f8e16 462736 x11-xserver-utils_7.7+11.tar.xz 11aa9fe7cfa275b444ceb2abb865ea5c52c441259aac29ce86ce0a525d37cb74 7632 x11-xserver-utils_7.7+11_source.buildinfo Files: 26588da4fd1e4a2d682bcf6746d4d794 1783 x11 optional x11-xserver-utils_7.7+11.dsc d5bb799d5f2ad82b9cd18d68d310c88c 462736 x11 optional x11-xserver-utils_7.7+11.tar.xz 0e3d2f1f548a67932e90c8eee18dc6db 7632 x11 optional x11-xserver-utils_7.7+11_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmeJBQsACgkQy3AxZaiJ hNz/LA/8C2mxXbhN3FD/i6/Oti8KyYX2Aqa1gSTKLvnU56z04H5kqnh8x2y7/v6Y n2DgFbS2brU5d6cKGlfAieHfgN+jFA2qiQuFENDzRgfpqk0p+4gT3XRfG1CdS+10 HazPvvdbe9MwUlQ8TvJWW8Fqsw5z8VpFZs2psGYXhSoMwltrw1tB7QqDLRAhbIjA QH8QoWRp21Zdj1pSHqkT8K+N/MLe6gF6HtV1uejZlUUCG0Sl/+lzo60EzUmvWX2L i/W6T7/6FDnaBmKjDxJ3JqgecZ/iyTUEqQ13/kZr9tI2egSQ5pok/MCuyAZ9+SbJ +5djQw9HFk9eHceXDRXCj8jb2ngSycWPpbbLDUHhGo/d+IR0OxIGQv6jqCJYqJWc qLAK5p8RzCOacZB8r63T/YHPylQHnkaZdVBVexKNgZ+Fi8GLPB1hv7fD7ryzk7F1 LTOdeCks5uVM+3EKSWO8/hiz9pGhkEsMg8eQ
Bug#810492: marked as done (x11-xserver-utils: Please add Multi-Arch: foreign)
Your message dated Thu, 16 Jan 2025 13:51:04 + with message-id and subject line Bug#695086: fixed in x11-xserver-utils 7.7+11 has caused the Debian Bug report #695086, regarding x11-xserver-utils: Please add Multi-Arch: foreign to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 695086: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695086 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: x11-xserver-utils Version: 7.7+5 Severity: wishlist Hi, It looks like x11-xserver-utils offers an architecture independent (process/cli level) interface to its users. Would you mind setting it to Multi-Arch: foreign? It's usually a matter of adding one line to debian/control. This would hopefully improve install options for different architectures. Like for example using the x32 variant of x11-xserver-utils on a mixed amd64/x32 system. Cheers Elrond --- End Message --- --- Begin Message --- Source: x11-xserver-utils Source-Version: 7.7+11 Done: Timo Aaltonen We believe that the bug you reported is fixed in the latest version of x11-xserver-utils, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 695...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Timo Aaltonen (supplier of updated x11-xserver-utils package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 16 Jan 2025 10:08:40 +0200 Source: x11-xserver-utils Built-For-Profiles: noudeb Architecture: source Version: 7.7+11 Distribution: unstable Urgency: medium Maintainer: Debian X Strike Force Changed-By: Timo Aaltonen Closes: 695086 Changes: x11-xserver-utils (7.7+11) unstable; urgency=medium . * control: Mark x11-xserver-utils Multi-Arch: foreign. (Closes: #695086) * iceauth 1.0.10 * xcmsdb 1.0.7 * xrandr 1.5.3 * xrefresh 1.1.0 * control: Migrate to pkgconf. Checksums-Sha1: 718ba58f65d9a379914e5ea39df1f8d2e8e394c8 1783 x11-xserver-utils_7.7+11.dsc 169b01f56132b7ab7b06c9d44ab386cc6028da63 462736 x11-xserver-utils_7.7+11.tar.xz 26a37bccd0b43ef8604923fb14a8178219799961 7632 x11-xserver-utils_7.7+11_source.buildinfo Checksums-Sha256: 590ea30ffcea56c2ec377221a17450afeba7792ef2979a958f2f98536fe2bc80 1783 x11-xserver-utils_7.7+11.dsc 2716ef9a4b554e90f4c36d3718789159faeac77096e751a325a2d38daa4f8e16 462736 x11-xserver-utils_7.7+11.tar.xz 11aa9fe7cfa275b444ceb2abb865ea5c52c441259aac29ce86ce0a525d37cb74 7632 x11-xserver-utils_7.7+11_source.buildinfo Files: 26588da4fd1e4a2d682bcf6746d4d794 1783 x11 optional x11-xserver-utils_7.7+11.dsc d5bb799d5f2ad82b9cd18d68d310c88c 462736 x11 optional x11-xserver-utils_7.7+11.tar.xz 0e3d2f1f548a67932e90c8eee18dc6db 7632 x11 optional x11-xserver-utils_7.7+11_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmeJBQsACgkQy3AxZaiJ hNz/LA/8C2mxXbhN3FD/i6/Oti8KyYX2Aqa1gSTKLvnU56z04H5kqnh8x2y7/v6Y n2DgFbS2brU5d6cKGlfAieHfgN+jFA2qiQuFENDzRgfpqk0p+4gT3XRfG1CdS+10 HazPvvdbe9MwUlQ8TvJWW8Fqsw5z8VpFZs2psGYXhSoMwltrw1tB7QqDLRAhbIjA QH8QoWRp21Zdj1pSHqkT8K+N/MLe6gF6HtV1uejZlUUCG0Sl/+lzo60EzUmvWX2L i/W6T7/6FDnaBmKjDxJ3JqgecZ/iyTUEqQ13/kZr9tI2egSQ5pok/MCuyAZ9+SbJ +5djQw9HFk9eHceXDRXCj8jb2ngSycWPpbbLDUHhGo/d+IR0OxIGQv6jqCJYqJWc qLAK5p8RzCOacZB8r63T/YHPylQHnkaZdVBVexKNgZ+Fi8GLPB1hv7fD7ryzk7F1 LTOdeCks5uVM+3EKSWO8/hiz9pGhkEsMg8eQcuaxt74753LElh6+E0d6Lu0PcCwl HPXkVeuUeKn8Qtmpj/vbNrIM3QUkZ8rA9x/6fUaOCSVa8apNMC7yWp5XGusdXo6H 3jEabKcMkzSBZoI+HZbymAco38qAjCKMKWFpVkhQHWbRQCvbTBmp2+EcyOv+NQYP AIy8ojsG8CljkuAu4hfYZwRX7y9cBOUFIn4dJ4zGznq1SzcqOPA= =neF8 -END PGP SIGNATURE- pgpHQoPxlCB91.pgp Description: PGP signature --- End Message ---
[Git][xorg-team/vulkan/vulkan-validationlayers] Pushed new tag debian/1.4.304.0-1
Timo Aaltonen pushed new tag debian/1.4.304.0-1 at X Strike Force / vulkan / vulkan-validationlayers -- View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/vulkan-validationlayers/-/tree/debian/1.4.304.0-1 You're receiving this email because of your account on salsa.debian.org.
vulkan-utility-libraries_1.4.304.0-1_source.changes ACCEPTED into unstable
Thank you for your contribution to Debian. Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 16 Jan 2025 16:46:38 +0200 Source: vulkan-utility-libraries Built-For-Profiles: noudeb Architecture: source Version: 1.4.304.0-1 Distribution: unstable Urgency: medium Maintainer: Debian X Strike Force Changed-By: Timo Aaltonen Changes: vulkan-utility-libraries (1.4.304.0-1) unstable; urgency=medium . * New upstream release. * control: Bump libvulkan-dev build-dep. Checksums-Sha1: 69a3de84ca097522f984f0728609de1aed242b31 2179 vulkan-utility-libraries_1.4.304.0-1.dsc 0bcca2227cf04f16d8f63292f50902fda0721417 421548 vulkan-utility-libraries_1.4.304.0.orig.tar.xz c2de6cf99dc033c4685b3445c9f8145f3bc7acd3 2316 vulkan-utility-libraries_1.4.304.0-1.debian.tar.xz c7cb77a91800a6bf9662090dbfa93c2bbe0d027a 7904 vulkan-utility-libraries_1.4.304.0-1_source.buildinfo Checksums-Sha256: 1dee1feb0f0aaaecac49bbb3adfc723cd252cdcee758fe48206d5f137815bb47 2179 vulkan-utility-libraries_1.4.304.0-1.dsc aaf8aeee6d93f6dac95f5ba0b68658bc4042ac0450256511f764bc8b7cdd46dd 421548 vulkan-utility-libraries_1.4.304.0.orig.tar.xz 064b751fe923f53e558d93dfa9b13bd65b47cb63b2bae59bc2b330d2c8df7d5e 2316 vulkan-utility-libraries_1.4.304.0-1.debian.tar.xz e09d6159e335b65b26150eedff662543e33d035d7dc44d611dc36921312de371 7904 vulkan-utility-libraries_1.4.304.0-1_source.buildinfo Files: 20a70724deca016978b8f4e43e6b1bd6 2179 libs optional vulkan-utility-libraries_1.4.304.0-1.dsc 020056c90c9c6bc22c0097c950bec9d3 421548 libs optional vulkan-utility-libraries_1.4.304.0.orig.tar.xz 92692c29050c5f35046ba0d831b8aa9e 2316 libs optional vulkan-utility-libraries_1.4.304.0-1.debian.tar.xz db9736ab33d0aab0da4193aa150e6b8d 7904 libs optional vulkan-utility-libraries_1.4.304.0-1_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmeJG9cACgkQy3AxZaiJ hNzgRxAAjh4/SXn9NkeuXwkbaoEnCHNzvLiyo+peyApzMYdSfbWq7LpIyP7gLrxO qO8inBLjQDkG4G/oYb1qtVEZe68chlcx26QEFbwZ75XytIvxtFf6xT1paHfQXg4L 6F5NqfLhfhyVZ0cBjHHar7RQ8ndRTnMc3q3UJX4DYVHaQxMe2uBiCJ6PK/0IUfK1 vmKSf3TxYShVCZBm8p/WpWPidazwezE7f7I0YO+HL6Dk97iKE0sPANGYuCxb08NR jNdbyELHiH9rjSRklNuC+VnU03HYpJkCDOL/pHOmuR02chrVNv229k1MhTj82i79 bftPtk3hebQ0yGCOrKjookoqOj1rfgohfrQc/1ddcAbkLgpi+gCv6ZC7yTrzqclk cAlfwkm3RUXUHIM5SsGv1FjFp+RyYijRn+LImlanj7FEIQqQ/1hc9DTWPR4HYc2r JpkY1bzkrXIVZud8BUO/fACzJKBxiH5uPuDC2ZUJkTzbqTOdwuxGj4yZc5uZoRn7 JZcmWCNQgW7CgfCmaClO6i9Yszfi4UCE0ZMy7eIYEzFRPgwMrIiUbyXjL/gABM1d NLzcb8Qgpg7cFSoL2DO+CXAI9BOyvc7CfvTZ/zOhFlMeoo73b0H6UKrbxY/q+T3v wgk2UrrTbF8GSML1GVOj3eFuGionxcYdRSQNT1zh2y91zP+GZDg= =UcEl -END PGP SIGNATURE- pgpMXxXc0ke2y.pgp Description: PGP signature
vulkan-loader_1.4.304.0-1_source.changes ACCEPTED into unstable
Thank you for your contribution to Debian. Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 16 Jan 2025 16:38:20 +0200 Source: vulkan-loader Built-For-Profiles: noudeb Architecture: source Version: 1.4.304.0-1 Distribution: unstable Urgency: medium Maintainer: Debian X Strike Force Changed-By: Timo Aaltonen Changes: vulkan-loader (1.4.304.0-1) unstable; urgency=medium . * New upstream release. * symbols: Updated. Checksums-Sha1: 17b227fe08c9ff22d4945897a28f1a7a4c25765d 2243 vulkan-loader_1.4.304.0-1.dsc 3de7fc1f32bed6b2b44f16b21eb97085d5588436 2834796 vulkan-loader_1.4.304.0.orig.tar.xz 6ca728336abdeae5cdbb2cbc2fa3f99c331a4689 9540 vulkan-loader_1.4.304.0-1.debian.tar.xz 74b6bbb7f81cdc5a834d2b4f3b77a6ee7615257c 9034 vulkan-loader_1.4.304.0-1_source.buildinfo Checksums-Sha256: 157164430b3a655fe8a662a7757be83ebb08978fb128618ffc0c6bfd870a291c 2243 vulkan-loader_1.4.304.0-1.dsc 82920ba798d9817a8fbcd44dbfa9c4f27b5d68f31a1874756477f9bcdd385a1a 2834796 vulkan-loader_1.4.304.0.orig.tar.xz 330c6aec81190dfe4d85f79dc934b90d8ce02e5193f96a122788d2df6119cf3e 9540 vulkan-loader_1.4.304.0-1.debian.tar.xz 2ba3a0c96af69755708c64d58099e016522a51411ef39f63ae8ac010885d0b7b 9034 vulkan-loader_1.4.304.0-1_source.buildinfo Files: 8cf7598ce632bf093302dd9cba8d324c 2243 libs optional vulkan-loader_1.4.304.0-1.dsc 8f5f2452e920e034609b783e46b66906 2834796 libs optional vulkan-loader_1.4.304.0.orig.tar.xz d65a63e36207b0f3028885f5e51ed5be 9540 libs optional vulkan-loader_1.4.304.0-1.debian.tar.xz 7833e72cb0421c523fe7e92607786e24 9034 libs optional vulkan-loader_1.4.304.0-1_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmeJGe0ACgkQy3AxZaiJ hNyq/g/9H/b66XVlOP+w7k70689Hjgse3zFizwW/+PbLgh6L/ysHyUEu+Vrbvm3l m5lcUcUpa4k9od/EkearKe1PmK0kBluBOOeY6H+vf14sfLYdBhxZKoIfXOXCLk6D +7w+pIKh4w8ct2KRykMhILizov1CYsNG1y880isAMvjBERPVE8w3J2Q96JJ4yDkq Za+xZAFoKDFQPahzfiIQIouKR4E4Z+2PteHkv71FCQ9NJ0ji+R8Ie88Xsxc6qC93 Qw4rEWr1LcqJCpzA2Xjq/yOWHC2Yn4OmUgvZbV1CS0NOkGV0cvbSet10TDhdxnm8 b/0FQPrBzGAdW3P/KLuKuZXqGncdRw54TXZf3Adbqr7Yo8hVohwPcsE9GbGl4g+9 w2ziICshiq11oBGr0OkLupe70Rp+zsxjWLRPV/sC8dNFjHYK/fFu4LxthpHMyy9y mCs1hbbRc2f9a2u+QmFkSmk96xC9cKkajLl1+j6hi+Pyr9KrNBMW1cKwSvWgYDGJ MoQnkFB1chdP/02oUx8Nrk6i8EHKfd7Xni1jA8/znmF2L1YqnP8Q7FtPrkij3P6t WseHX1ou8O6r68ihl1BROTeNbTDwtvnXe7mwDWzWC61be3bL04o0YoBS2NwtC54c sSFEOo4ezdhg2YduGFjXIYePgTM4W5YtUKAyNLhDiD7KjT4pq7w= =aFgW -END PGP SIGNATURE- pgpdLHoaynmHJ.pgp Description: PGP signature
vulkan-validationlayers_1.4.304.0-1_source.changes ACCEPTED into unstable
Thank you for your contribution to Debian. Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 16 Jan 2025 17:08:26 +0200 Source: vulkan-validationlayers Built-For-Profiles: noudeb Architecture: source Version: 1.4.304.0-1 Distribution: unstable Urgency: medium Maintainer: Debian X Strike Force Changed-By: Timo Aaltonen Changes: vulkan-validationlayers (1.4.304.0-1) unstable; urgency=medium . * New upstream release. * control: Bump build-deps. Checksums-Sha1: bcbcdbc54a9bf9147313960aa6a315bceb99d6f5 2370 vulkan-validationlayers_1.4.304.0-1.dsc ba382de660cb771d21c1e3ba9c3c0dbd69940b33 3888740 vulkan-validationlayers_1.4.304.0.orig.tar.xz c52cb8bba2dc99b9b9ca152ba97bd9ca821dfbeb 3720 vulkan-validationlayers_1.4.304.0-1.debian.tar.xz 298588294f1c470ca8e8eaf2585868105d33e205 9144 vulkan-validationlayers_1.4.304.0-1_source.buildinfo Checksums-Sha256: 46457de0d9d3e3066bbe2eaefc8268067d18e35e392be69f0759adb707584a2a 2370 vulkan-validationlayers_1.4.304.0-1.dsc b46ef0f13eeceea5f1ab40d2500e359ca90ca12ebaee7664b5df932b7391501c 3888740 vulkan-validationlayers_1.4.304.0.orig.tar.xz 86c6f862e2887a4b5d2c256df591d69b58dddc23563e90f81682ee5d6b8b81ea 3720 vulkan-validationlayers_1.4.304.0-1.debian.tar.xz b1234b50fbeab4f2d2c71a4aa6e0f5f29256fd37409de44df1bd783949d3f6a2 9144 vulkan-validationlayers_1.4.304.0-1_source.buildinfo Files: 3f1e0e7c601eace9c404152cdcc1ea9a 2370 libs optional vulkan-validationlayers_1.4.304.0-1.dsc 619328f3dc85e8b0a5f2d2f475e41cdd 3888740 libs optional vulkan-validationlayers_1.4.304.0.orig.tar.xz e7a763cffcc7da5e1a048e8f584d30a0 3720 libs optional vulkan-validationlayers_1.4.304.0-1.debian.tar.xz 3a93817695a78740aa8d8c121bd27bf8 9144 libs optional vulkan-validationlayers_1.4.304.0-1_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmeJIPUACgkQy3AxZaiJ hNxi5Q//SJyZY3QcFRx2sN5OU8UMDQLhRj68gpGXoN/y0ERL0VVr/HQaSSWO2kGu kFObsLYjHe8nDWLFNxTW0pmgXUSdxrG4cK3evLE42FD+JuV1LKo7t4iUBVDXkN6L 4Uf1w1SIh4B5ax5ZPJyOuImLpMf1aHVscZJc2ro5cjdo0DZEbDS2oxN6WYSeNzgu He4r9MCDLmelnTMbXnd29OtICX+502zObgBXQHKQhdI9OxNn/dUQ/RIwbzFu1bq3 NJzUk8umVzK3mlJ0TSNtqVnjHfxmCG1EeXGu4BifbAdTReVkx0VAK0fsOn4U1BLI NZNiujwgDjgOOd4Lp0VjG+i9nFJN4X56kaiZqqtKtyBIShg9NXVkBM4mPuUBlXBq OVTDWcFVGdTfMX6Eqdl8Roi7wlMDAsFhaVBwrsJFKFIOLS5/TBXBvHSjrcnk/7PX tg7cugixYkRWUcXIpt1YSaS0sY4obpGpfGYeRFl/GjpL3Fs9EoyTnNi21DxMtCZ5 TST4XoO8n5O+PIROb8xs5IrfOYkh5JKxYs50t+iTxCLGfS7mVc7Y6t4cyzsC4gpN 1YieIpDUZN7JxG0uXLAIqjEZeqI4Hp3JBIk0EJgYpop2/HPAItbix34GU2q4o8Gn lDJfVHi3MAuOnvmgXFIRiaLAHQmFY35mv4pIo3gAkYDiwzLhY6k= =ljZ3 -END PGP SIGNATURE- pgpvZ80X0STRX.pgp Description: PGP signature
Processing of vulkan-validationlayers_1.4.304.0-1_source.changes
vulkan-validationlayers_1.4.304.0-1_source.changes uploaded successfully to localhost along with the files: vulkan-validationlayers_1.4.304.0-1.dsc vulkan-validationlayers_1.4.304.0.orig.tar.xz vulkan-validationlayers_1.4.304.0-1.debian.tar.xz vulkan-validationlayers_1.4.304.0-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
[Git][xorg-team/vulkan/vulkan-tools][debian-unstable] 38 commits: build: Update volk tag
Timo Aaltonen pushed to branch debian-unstable at X Strike Force / vulkan / vulkan-tools Commits: 6991ccb6 by ziga-lunarg at 2024-09-30T15:54:27-06:00 build: Update volk tag - - - - - 5e1e24c7 by Richard S. Wright Jr. at 2024-10-07T13:11:01-04:00 Update known_good.json Updated MoltenVK to latest known good - - - - - c9a5acda by Mike Schuchardt at 2024-10-07T12:15:06-07:00 build: Update to header 1.3.297 - - - - - f8259b07 by Mike Schuchardt at 2024-10-11T10:26:35-07:00 build: Update to header 1.3.298 - - - - - eb9b6043 by Charles Giessen at 2024-10-11T12:09:38-06:00 vkcube: Remove unused command line option The --validate-checks-disabled flag was unused, so will be removed. - - - - - 7e628b0f by Charles Giessen at 2024-10-15T10:21:29-06:00 Enable Address Sanitizer in Linux CI - - - - - f12bc32c by Charles Giessen at 2024-10-15T14:28:56-06:00 cube: Support runtime selection of WSI platform By changing the selection of a WSI platform from a build time choice to a runtime choice, this allows the removal of vkcube-wayland as a separate binary. Use `--wsi` to choose the WSI platform that vkcube will render with. The chosen platform must be one that vkcube was compiled with support for, so directfb will be unavailable without changing the build parameters to enable it. These changes have been made to both vkcube and vkcubepp. This includes enabling VK_KHR_display where applicable, which is supported on linux and windows at the current time. - - - - - 95201140 by Charles Giessen at 2024-10-15T14:28:56-06:00 ci: Bump ubuntu versions used - - - - - 56eca742 by Charles Giessen at 2024-10-15T14:28:56-06:00 ci: Bump python version to 3.10 The docs lists 3.10 as a minimum required but only used 3.7 in github actions. - - - - - 2030a5b0 by Mike Schuchardt at 2024-10-18T10:08:41-07:00 build: Update to header 1.3.299 - - - - - a886096a by Rhys Parry at 2024-10-23T09:15:55-06:00 vulkaninfo: On X11 use default visual If the visual passed to XCreateWindow is not the default one, it can cause a BadMatch error. Usually the first one returned does work, but in certain cases we need to search through all the visuals to find one that matches the default visual. This was seen on an xrdp session on Rocky 9. - - - - - 9e1ba445 by Mike Schuchardt at 2024-10-25T10:38:58-07:00 build: Update to header 1.3.300 - - - - - 7a963034 by Máté Ferenc Nagy-Egri at 2024-10-28T09:57:25-06:00 scripts: Handle remote URL change in update_deps.py Without going through an intricate dance with git to change the remote URL of a repository, it's simplest to just nuke the cloned folder, as we have to do a clean clone anyway. - - - - - e94085e2 by Máté Ferenc Nagy-Egri at 2024-10-28T09:57:25-06:00 scripts: Fix user self-hosting dependency in update_deps.py The documentation states that users can override where to take a dependency from via variables like VULKAN_HEADERS_INSTALL_DIR, however the helper.cmake written by the scripts/CMakeLists.txt FORCE updates the cache variable to the location inside known_good.json, practically overwriting the user-provided path given on the CLI using -D, also going into the cache. - - - - - ceab0a93 by Mike Schuchardt at 2024-11-04T11:47:53-07:00 build: Update to header 1.3.301 - - - - - 5689add1 by Spencer Fricke at 2024-11-04T21:32:28-07:00 ci: Build dependency for Github Actions - - - - - 15f2de80 by Jeremy Gebben at 2024-11-05T10:10:52-07:00 scripts: Make generate_source.py look harder for vk.xml Allow the registry path argument to also be the base directory containing the Vulkan-Headers repo (eg. ./external) to save redundant typing. - - - - - 7a9fcba9 by Richard S. Wright Jr. at 2024-11-12T13:39:54-05:00 NSIS installer is deprecated and no longer used - - - - - df2ac1bb by Richard S. Wright Jr. at 2024-11-12T13:39:54-05:00 Removed runtime dir - - - - - fc5eb24a by Charles Giessen at 2024-11-21T08:54:55-07:00 vulkaninfo: Call enumerate functions with scratch buffer This change makes calls using GetVectorInit() to start with an already created buffer of size 64, allowing for the Vulkan implementation to immediately fill in the buffer, rather than having to call the enumerate function twice. This change is primarily motivated to reduce the spam VK_LOADER_DEBUG=all produces when run with vulkaninfo. - - - - - 2ed61c1d by Mike Schuchardt at 2024-11-21T08:40:28-08:00 build: Update to header 1.3.302 - - - - - 86d6be76 by Daniel Rakos at 2024-11-25T13:25:28-07:00 icd: Add support for AV1 encode and QP maps - - - - - 0f307179 by Charles Giessen at 2024-11-27T16:28:45-07:00 cube: Link to Vulkan-Loader on macOS This was accidentally undone during the changes to cube to handle runtime WSI selection. By not linking, vkcube does not work unless the SDK is installed globally (ie, moltenvk is available globally). - - - - - e1f5a47f by Water Chika at 2024-11-27T17:49:44-07:00 vkcube: Check if gpu support the surface - - - - - 80a36231 by Water Chika at 2024-11-27T17:49:44-07:00 vkcube
[Git][xorg-team/vulkan/vulkan-tools][upstream-unstable] 34 commits: build: Update volk tag
Timo Aaltonen pushed to branch upstream-unstable at X Strike Force / vulkan / vulkan-tools Commits: 6991ccb6 by ziga-lunarg at 2024-09-30T15:54:27-06:00 build: Update volk tag - - - - - 5e1e24c7 by Richard S. Wright Jr. at 2024-10-07T13:11:01-04:00 Update known_good.json Updated MoltenVK to latest known good - - - - - c9a5acda by Mike Schuchardt at 2024-10-07T12:15:06-07:00 build: Update to header 1.3.297 - - - - - f8259b07 by Mike Schuchardt at 2024-10-11T10:26:35-07:00 build: Update to header 1.3.298 - - - - - eb9b6043 by Charles Giessen at 2024-10-11T12:09:38-06:00 vkcube: Remove unused command line option The --validate-checks-disabled flag was unused, so will be removed. - - - - - 7e628b0f by Charles Giessen at 2024-10-15T10:21:29-06:00 Enable Address Sanitizer in Linux CI - - - - - f12bc32c by Charles Giessen at 2024-10-15T14:28:56-06:00 cube: Support runtime selection of WSI platform By changing the selection of a WSI platform from a build time choice to a runtime choice, this allows the removal of vkcube-wayland as a separate binary. Use `--wsi` to choose the WSI platform that vkcube will render with. The chosen platform must be one that vkcube was compiled with support for, so directfb will be unavailable without changing the build parameters to enable it. These changes have been made to both vkcube and vkcubepp. This includes enabling VK_KHR_display where applicable, which is supported on linux and windows at the current time. - - - - - 95201140 by Charles Giessen at 2024-10-15T14:28:56-06:00 ci: Bump ubuntu versions used - - - - - 56eca742 by Charles Giessen at 2024-10-15T14:28:56-06:00 ci: Bump python version to 3.10 The docs lists 3.10 as a minimum required but only used 3.7 in github actions. - - - - - 2030a5b0 by Mike Schuchardt at 2024-10-18T10:08:41-07:00 build: Update to header 1.3.299 - - - - - a886096a by Rhys Parry at 2024-10-23T09:15:55-06:00 vulkaninfo: On X11 use default visual If the visual passed to XCreateWindow is not the default one, it can cause a BadMatch error. Usually the first one returned does work, but in certain cases we need to search through all the visuals to find one that matches the default visual. This was seen on an xrdp session on Rocky 9. - - - - - 9e1ba445 by Mike Schuchardt at 2024-10-25T10:38:58-07:00 build: Update to header 1.3.300 - - - - - 7a963034 by Máté Ferenc Nagy-Egri at 2024-10-28T09:57:25-06:00 scripts: Handle remote URL change in update_deps.py Without going through an intricate dance with git to change the remote URL of a repository, it's simplest to just nuke the cloned folder, as we have to do a clean clone anyway. - - - - - e94085e2 by Máté Ferenc Nagy-Egri at 2024-10-28T09:57:25-06:00 scripts: Fix user self-hosting dependency in update_deps.py The documentation states that users can override where to take a dependency from via variables like VULKAN_HEADERS_INSTALL_DIR, however the helper.cmake written by the scripts/CMakeLists.txt FORCE updates the cache variable to the location inside known_good.json, practically overwriting the user-provided path given on the CLI using -D, also going into the cache. - - - - - ceab0a93 by Mike Schuchardt at 2024-11-04T11:47:53-07:00 build: Update to header 1.3.301 - - - - - 5689add1 by Spencer Fricke at 2024-11-04T21:32:28-07:00 ci: Build dependency for Github Actions - - - - - 15f2de80 by Jeremy Gebben at 2024-11-05T10:10:52-07:00 scripts: Make generate_source.py look harder for vk.xml Allow the registry path argument to also be the base directory containing the Vulkan-Headers repo (eg. ./external) to save redundant typing. - - - - - 7a9fcba9 by Richard S. Wright Jr. at 2024-11-12T13:39:54-05:00 NSIS installer is deprecated and no longer used - - - - - df2ac1bb by Richard S. Wright Jr. at 2024-11-12T13:39:54-05:00 Removed runtime dir - - - - - fc5eb24a by Charles Giessen at 2024-11-21T08:54:55-07:00 vulkaninfo: Call enumerate functions with scratch buffer This change makes calls using GetVectorInit() to start with an already created buffer of size 64, allowing for the Vulkan implementation to immediately fill in the buffer, rather than having to call the enumerate function twice. This change is primarily motivated to reduce the spam VK_LOADER_DEBUG=all produces when run with vulkaninfo. - - - - - 2ed61c1d by Mike Schuchardt at 2024-11-21T08:40:28-08:00 build: Update to header 1.3.302 - - - - - 86d6be76 by Daniel Rakos at 2024-11-25T13:25:28-07:00 icd: Add support for AV1 encode and QP maps - - - - - 0f307179 by Charles Giessen at 2024-11-27T16:28:45-07:00 cube: Link to Vulkan-Loader on macOS This was accidentally undone during the changes to cube to handle runtime WSI selection. By not linking, vkcube does not work unless the SDK is installed globally (ie, moltenvk is available globally). - - - - - e1f5a47f by Water Chika at 2024-11-27T17:49:44-07:00 vkcube: Check if gpu support the surface - - - - - 80a36231 by Water Chika at 2024-11-27T17:49:44-07:00 vkcu