Control: tags 1113366 + patch Control: tags 1113366 + pending Dear maintainer,
I've prepared an NMU for opentracing-cpp (versioned as 1.6.0-4.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for opentracing-cpp-1.6.0 opentracing-cpp-1.6.0 changelog | 7 +++++++ patches/cmake-4.patch | 13 +++++++++++++ patches/series | 1 + 3 files changed, 21 insertions(+) diff -Nru opentracing-cpp-1.6.0/debian/changelog opentracing-cpp-1.6.0/debian/changelog --- opentracing-cpp-1.6.0/debian/changelog 2022-10-12 00:20:18.000000000 +0300 +++ opentracing-cpp-1.6.0/debian/changelog 2025-10-26 23:29:59.000000000 +0200 @@ -1,3 +1,10 @@ +opentracing-cpp (1.6.0-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1113366) + + -- Adrian Bunk <[email protected]> Sun, 26 Oct 2025 23:29:59 +0200 + opentracing-cpp (1.6.0-4) unstable; urgency=medium * Fix build on riscv64. Thanks to Eric Long! (Closes: #1019062) diff -Nru opentracing-cpp-1.6.0/debian/patches/cmake-4.patch opentracing-cpp-1.6.0/debian/patches/cmake-4.patch --- opentracing-cpp-1.6.0/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ opentracing-cpp-1.6.0/debian/patches/cmake-4.patch 2025-10-26 23:29:59.000000000 +0200 @@ -0,0 +1,13 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1113366 + +--- opentracing-cpp-1.6.0.orig/CMakeLists.txt ++++ opentracing-cpp-1.6.0/CMakeLists.txt +@@ -1,5 +1,5 @@ + set(CPACK_RPM_COMPONENT_INSTALL ON) +-cmake_minimum_required(VERSION 3.1) ++cmake_minimum_required(VERSION 3.5) + + project(opentracing-cpp) + diff -Nru opentracing-cpp-1.6.0/debian/patches/series opentracing-cpp-1.6.0/debian/patches/series --- opentracing-cpp-1.6.0/debian/patches/series 2022-10-12 00:02:39.000000000 +0300 +++ opentracing-cpp-1.6.0/debian/patches/series 2025-10-26 23:29:59.000000000 +0200 @@ -1,2 +1,3 @@ catch_SIGSTKSZ.patch riscv64-link-libatomic.patch +cmake-4.patch

