Control: tags 1113226 + patch Control: tags 1113226 + pending Dear maintainer,
I've prepared an NMU for libxtrx (versioned as 0.0.1+git20191219.98458ce-3.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for libxtrx-0.0.1+git20191219.98458ce libxtrx-0.0.1+git20191219.98458ce changelog | 7 +++++++ patches/cmake-4.patch | 23 +++++++++++++++++++++++ patches/series | 1 + 3 files changed, 31 insertions(+) diff -Nru libxtrx-0.0.1+git20191219.98458ce/debian/changelog libxtrx-0.0.1+git20191219.98458ce/debian/changelog --- libxtrx-0.0.1+git20191219.98458ce/debian/changelog 2022-11-23 12:32:34.000000000 +0200 +++ libxtrx-0.0.1+git20191219.98458ce/debian/changelog 2025-11-18 22:48:03.000000000 +0200 @@ -1,3 +1,10 @@ +libxtrx (0.0.1+git20191219.98458ce-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1113226) + + -- Adrian Bunk <[email protected]> Tue, 18 Nov 2025 22:48:03 +0200 + libxtrx (0.0.1+git20191219.98458ce-3) unstable; urgency=medium * Team upload. diff -Nru libxtrx-0.0.1+git20191219.98458ce/debian/patches/cmake-4.patch libxtrx-0.0.1+git20191219.98458ce/debian/patches/cmake-4.patch --- libxtrx-0.0.1+git20191219.98458ce/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ libxtrx-0.0.1+git20191219.98458ce/debian/patches/cmake-4.patch 2025-11-18 22:48:03.000000000 +0200 @@ -0,0 +1,23 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1113226 + +--- libxtrx-0.0.1+git20191219.98458ce.orig/CMakeLists.txt ++++ libxtrx-0.0.1+git20191219.98458ce/CMakeLists.txt +@@ -1,7 +1,7 @@ + project(libxtrx C) + set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") + +-cmake_minimum_required(VERSION 2.8) ++cmake_minimum_required(VERSION 3.5) + + + # Set the version information here +--- libxtrx-0.0.1+git20191219.98458ce.orig/examples/xtrx_fft/CMakeLists.txt ++++ libxtrx-0.0.1+git20191219.98458ce/examples/xtrx_fft/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 3.1.0) ++cmake_minimum_required(VERSION 3.5) + project(fft_wnd) + + list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}) diff -Nru libxtrx-0.0.1+git20191219.98458ce/debian/patches/series libxtrx-0.0.1+git20191219.98458ce/debian/patches/series --- libxtrx-0.0.1+git20191219.98458ce/debian/patches/series 2022-11-23 12:28:36.000000000 +0200 +++ libxtrx-0.0.1+git20191219.98458ce/debian/patches/series 2025-11-18 22:48:03.000000000 +0200 @@ -1,3 +1,4 @@ 0001-cmake-find-threads.patch soapysdr-0.8.patch qcustomplot2.1 +cmake-4.patch

