Timo Aaltonen pushed to branch debian-unstable at X Strike Force / vulkan / vulkan-tools
Commits:
-
daee4c89
by Timo Aaltonen at 2025-01-23T20:16:49+02:00
-
b35f300e
by Timo Aaltonen at 2025-02-15T09:09:09+02:00
3 changed files:
Changes:
1 | -vulkan-tools (1.4.304.0+dfsg1-1) UNRELEASED; urgency=medium
|
|
1 | +vulkan-tools (1.4.304.0+dfsg1-1) unstable; urgency=medium
|
|
2 | 2 | |
3 | - * New upstream release.
|
|
3 | + * New upstream release. (Closes: #1093365)
|
|
4 | 4 | * control: Bump build-deps.
|
5 | 5 | |
6 | 6 | [ Pino Toscano ]
|
... | ... | @@ -12,10 +12,8 @@ vulkan-tools (1.4.304.0+dfsg1-1) UNRELEASED; urgency=medium |
12 | 12 | as linux-any
|
13 | 13 | - pass -DBUILD_WSI_WAYLAND_SUPPORT=OFF to cmake on non-Linux
|
14 | 14 | architectures to explicitly disable the Wayland integration
|
15 | - - add the dh-exec build dependency for OS filtering in install files
|
|
16 | - - install vkcube-wayland only on Linux
|
|
17 | 15 | |
18 | - -- Timo Aaltonen <tjaalton@debian.org> Wed, 16 Oct 2024 13:56:56 +0300
|
|
16 | + -- Timo Aaltonen <tjaalton@debian.org> Sat, 15 Feb 2025 09:09:02 +0200
|
|
19 | 17 | |
20 | 18 | vulkan-tools (1.3.290.0+dfsg1-1) unstable; urgency=medium
|
21 | 19 |
... | ... | @@ -3,7 +3,6 @@ Priority: optional |
3 | 3 | Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
|
4 | 4 | Build-Depends: debhelper-compat (= 13),
|
5 | 5 | cmake,
|
6 | - dh-exec,
|
|
7 | 6 | glslang-tools,
|
8 | 7 | libvulkan-dev (>= 1.4.304.0),
|
9 | 8 | libvulkan-volk-dev (>= 1.4.304.0),
|
1 | -#!/usr/bin/dh-exec
|
|
2 | 1 | usr/bin/vulkaninfo
|
3 | 2 | usr/bin/vkcube
|
4 | -[linux-any] usr/bin/vkcube-wayland
|
|
5 | 3 | usr/bin/vkcubepp |