Control: tags 1113227 + patch Dear maintainer,
I've prepared an NMU for libxtrxdsp (versioned as 0.0.1+git20190830.eec2864-3.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for libxtrxdsp-0.0.1+git20190830.eec2864 libxtrxdsp-0.0.1+git20190830.eec2864 changelog | 7 +++++++ patches/cmake-4.patch | 12 ++++++++++++ patches/series | 1 + 3 files changed, 20 insertions(+) diff -Nru libxtrxdsp-0.0.1+git20190830.eec2864/debian/changelog libxtrxdsp-0.0.1+git20190830.eec2864/debian/changelog --- libxtrxdsp-0.0.1+git20190830.eec2864/debian/changelog 2022-01-14 14:32:45.000000000 +0200 +++ libxtrxdsp-0.0.1+git20190830.eec2864/debian/changelog 2025-11-19 18:59:13.000000000 +0200 @@ -1,3 +1,10 @@ +libxtrxdsp (0.0.1+git20190830.eec2864-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1113227) + + -- Adrian Bunk <[email protected]> Wed, 19 Nov 2025 18:59:13 +0200 + libxtrxdsp (0.0.1+git20190830.eec2864-3) unstable; urgency=medium * Team upload. diff -Nru libxtrxdsp-0.0.1+git20190830.eec2864/debian/patches/cmake-4.patch libxtrxdsp-0.0.1+git20190830.eec2864/debian/patches/cmake-4.patch --- libxtrxdsp-0.0.1+git20190830.eec2864/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ libxtrxdsp-0.0.1+git20190830.eec2864/debian/patches/cmake-4.patch 2025-11-19 18:59:13.000000000 +0200 @@ -0,0 +1,12 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1113227 + +--- libxtrxdsp-0.0.1+git20190830.eec2864.orig/CMakeLists.txt ++++ libxtrxdsp-0.0.1+git20190830.eec2864/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 2.8) ++cmake_minimum_required(VERSION 3.5) + project(libxtrxdsp C) + + # Set the version information here diff -Nru libxtrxdsp-0.0.1+git20190830.eec2864/debian/patches/series libxtrxdsp-0.0.1+git20190830.eec2864/debian/patches/series --- libxtrxdsp-0.0.1+git20190830.eec2864/debian/patches/series 2022-01-14 14:26:11.000000000 +0200 +++ libxtrxdsp-0.0.1+git20190830.eec2864/debian/patches/series 2025-11-19 18:59:13.000000000 +0200 @@ -1,2 +1,3 @@ 0001-forgotten-semicolon.patch 0002-i386-no-sse.patch +cmake-4.patch

