Dylan Aïssi pushed to branch debian-experimental at X Strike Force / wayland / weston
Commits:
-
e9df1541
by Dylan Aïssi at 2026-01-12T18:01:19+01:00
3 changed files:
Changes:
| 1 | 1 | weston (14.0.92-1) UNRELEASED; urgency=medium
|
| 2 | 2 | |
| 3 | 3 | * New upstream release (beta release for 15.0.0)
|
| 4 | + * Disable experimental Vulkan-renderer for now because its tests fail,
|
|
| 5 | + redefine tests as fatal in debian/rules.
|
|
| 4 | 6 | |
| 5 | 7 | -- Dylan Aïssi <daissi@debian.org> Mon, 12 Jan 2026 17:29:22 +0100
|
| 6 | 8 |
| ... | ... | @@ -8,7 +8,7 @@ usr/lib/*/libweston-15/pipewire-backend.so |
| 8 | 8 | usr/lib/*/libweston-15/pipewire-plugin.so
|
| 9 | 9 | usr/lib/*/libweston-15/rdp-backend.so
|
| 10 | 10 | usr/lib/*/libweston-15/remoting-plugin.so
|
| 11 | -usr/lib/*/libweston-15/vulkan-renderer.so
|
|
| 11 | +# usr/lib/*/libweston-15/vulkan-renderer.so
|
|
| 12 | 12 | [!sparc64] usr/lib/*/libweston-15/vnc-backend.so
|
| 13 | 13 | usr/lib/*/libweston-15/wayland-backend.so
|
| 14 | 14 | usr/lib/*/libweston-15/x11-backend.so
|
| ... | ... | @@ -18,6 +18,7 @@ override_dh_auto_configure: |
| 18 | 18 | dh_auto_configure -- \
|
| 19 | 19 | -Dbackend-rdp=true \
|
| 20 | 20 | -Dbackend-vnc=$(BACKEND_VNC) \
|
| 21 | + -Drenderer-vulkan=false \
|
|
| 21 | 22 | -Dsystemd=true \
|
| 22 | 23 | $(CONFIGURE_FLAGS)
|
| 23 | 24 | |
| ... | ... | @@ -27,7 +28,7 @@ override_dh_auto_test: |
| 27 | 28 | # Only make tests fatal for a subset of architectures
|
| 28 | 29 | # https://gitlab.freedesktop.org/wayland/weston/-/issues/739
|
| 29 | 30 | ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 ppc64el riscv64))
|
| 30 | - XDG_RUNTIME_DIR=$(CURDIR)/debian/tmp/tmp/xdgruntimedir dh_auto_test || true -- --timeout-multiplier 3
|
|
| 31 | + XDG_RUNTIME_DIR=$(CURDIR)/debian/tmp/tmp/xdgruntimedir dh_auto_test -- --timeout-multiplier 3
|
|
| 31 | 32 | else
|
| 32 | 33 | XDG_RUNTIME_DIR=$(CURDIR)/debian/tmp/tmp/xdgruntimedir dh_auto_test || true
|
| 33 | 34 | endif
|