Dylan Aïssi pushed to branch debian-unstable at X Strike Force / wayland / weston
Commits: c1616cab by Dylan Aïssi at 2024-09-20T09:39:46+02:00 Enable tests (build time and autopkgtest) on armhf since they are now successful Signed-off-by: Dylan Aïssi <[email protected]> - - - - - f3af2e17 by Dylan Aïssi at 2024-09-20T09:46:34+02:00 Bump minimum version of libdisplay-info-dev It's required to get a better color management like HDR support. Signed-off-by: Dylan Aïssi <[email protected]> - - - - - 4 changed files: - debian/changelog - debian/control - debian/rules - debian/tests/control Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +weston (14.0.0-3) UNRELEASED; urgency=medium + + * Enable tests (build time and autopkgtest) on armhf since + they are now successful. + * Bump minimum version of libdisplay-info-dev to 0.2.0, + it's required to get a better color management like HDR support. + + -- Dylan Aïssi <[email protected]> Fri, 20 Sep 2024 09:37:15 +0200 + weston (14.0.0-2) unstable; urgency=medium [ Simon McVittie ] ===================================== debian/control ===================================== @@ -12,7 +12,7 @@ Build-Depends: debhelper-compat (= 13), libcairo2-dev (>= 1.10.0), libcolord-dev (>= 0.1.27), libdbus-1-dev, - libdisplay-info-dev, + libdisplay-info-dev (>= 0.2.0), libdrm-dev (>= 2.4.108), libegl1-mesa-dev (>= 9.0~), libgbm-dev (>= 17.2), ===================================== debian/rules ===================================== @@ -19,7 +19,7 @@ override_dh_auto_test: mkdir -p $(CURDIR)/debian/tmp/tmp/xdgruntimedir # Only make tests fatal for a subset of architectures # https://gitlab.freedesktop.org/wayland/weston/-/issues/739 -ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel i386 ppc64el)) +ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 ppc64el)) XDG_RUNTIME_DIR=$(CURDIR)/debian/tmp/tmp/xdgruntimedir dh_auto_test else XDG_RUNTIME_DIR=$(CURDIR)/debian/tmp/tmp/xdgruntimedir dh_auto_test || true ===================================== debian/tests/control ===================================== @@ -3,6 +3,6 @@ Test-Command: dh_auto_configure; dh_auto_build; dh_auto_test Depends: @builddeps@ Restrictions: allow-stderr -Architecture: amd64 arm64 armel i386 ppc64el +Architecture: amd64 arm64 armel armhf i386 ppc64el # Tests fail on some Architectures # https://gitlab.freedesktop.org/wayland/weston/-/issues/739 View it on GitLab: https://salsa.debian.org/xorg-team/wayland/weston/-/compare/1df05ccdef82495d1a97f776addbff9b962f68e0...f3af2e1732a01799a5c901b9bf3b364ce83e8095 -- View it on GitLab: https://salsa.debian.org/xorg-team/wayland/weston/-/compare/1df05ccdef82495d1a97f776addbff9b962f68e0...f3af2e1732a01799a5c901b9bf3b364ce83e8095 You're receiving this email because of your account on salsa.debian.org.

