diff -Nru mesa-25.2.8/debian/changelog mesa-25.2.8/debian/changelog --- mesa-25.2.8/debian/changelog 2025-12-04 08:45:54.000000000 -0500 +++ mesa-25.2.8/debian/changelog 2026-05-25 22:57:38.000000000 -0500 @@ -1,3 +1,13 @@ +mesa (25.2.8-2~bpo13+1) trixie-backports; urgency=medium + + * Rebuild for trixie-backports. + * Adjust build and runtime dependencies for Debian Trixie compatibility: + - Lower libdrm-dev and libdrm runtime dependencies to >= 2.4.124-1. + - Switch spirv-tools-dev (>= 2024.4~rc1) to spirv-tools (>= 2025.1~rc1-1) + to accommodate Trixie's package structure and renaming. + + -- Stornic56 Mon, 25 May 2026 22:57:38 -0500 + mesa (25.2.8-2) unstable; urgency=medium * disable-ccs-for-intel-xe2.diff: Dropped, fixed upstream. diff -Nru mesa-25.2.8/debian/control mesa-25.2.8/debian/control --- mesa-25.2.8/debian/control 2025-12-04 08:45:54.000000000 -0500 +++ mesa-25.2.8/debian/control 2026-05-25 22:57:38.000000000 -0500 @@ -9,10 +9,10 @@ directx-headers-dev (>= 1.614.1) [linux-amd64 linux-arm64], flatbuffers-compiler [linux-arm64], glslang-tools [amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x sparc64 x32], - spirv-tools-dev (>= 2024.4~rc1) [amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x sparc64 x32], + spirv-tools (>= 2025.1~rc1-1) [amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x sparc64 x32], meson (>= 1.7.0), pkgconf, - libdrm-dev (>= 2.4.125-1), + libdrm-dev (>= 2.4.124-1), libx11-dev, libxxf86vm-dev, libexpat1-dev, diff -Nru mesa-25.2.8/debian/control.in mesa-25.2.8/debian/control.in --- mesa-25.2.8/debian/control.in 2025-12-04 08:44:32.000000000 -0500 +++ mesa-25.2.8/debian/control.in 2026-05-25 21:18:07.000000000 -0500 @@ -9,10 +9,10 @@ directx-headers-dev (>= 1.614.1) [linux-amd64 linux-arm64], flatbuffers-compiler [linux-arm64], glslang-tools [@LLVM_ARCHS@], - spirv-tools-dev (>= 2024.4~rc1) [@LLVM_ARCHS@], + spirv-tools (>= 2025.1~rc1-1) [@LLVM_ARCHS@], meson (>= 1.7.0), pkgconf, - libdrm-dev (>= 2.4.125-1), + libdrm-dev (>= 2.4.124-1), libx11-dev, libxxf86vm-dev, libexpat1-dev,