Control: tags 1112690 + patch Control: tags 1112690 + pending Dear maintainer,
I've prepared an NMU for actor-framework (versioned as 0.17.6-3.2) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for actor-framework-0.17.6 actor-framework-0.17.6 changelog | 7 +++++++ patches/cmake-4.patch | 28 ++++++++++++++++++++++++++++ patches/series | 1 + 3 files changed, 36 insertions(+) diff -Nru actor-framework-0.17.6/debian/changelog actor-framework-0.17.6/debian/changelog --- actor-framework-0.17.6/debian/changelog 2024-02-28 02:04:41.000000000 +0200 +++ actor-framework-0.17.6/debian/changelog 2025-10-31 22:29:12.000000000 +0200 @@ -1,3 +1,10 @@ +actor-framework (0.17.6-3.2) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1112690) + + -- Adrian Bunk <[email protected]> Fri, 31 Oct 2025 22:29:12 +0200 + actor-framework (0.17.6-3.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru actor-framework-0.17.6/debian/patches/cmake-4.patch actor-framework-0.17.6/debian/patches/cmake-4.patch --- actor-framework-0.17.6/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ actor-framework-0.17.6/debian/patches/cmake-4.patch 2025-10-31 22:29:12.000000000 +0200 @@ -0,0 +1,28 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1112690 + +--- actor-framework-0.17.6.orig/CMakeLists.txt ++++ actor-framework-0.17.6/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 2.8.12) ++cmake_minimum_required(VERSION 3.5) + project(caf CXX) + + # Set default install paths. +--- actor-framework-0.17.6.orig/libcaf_opencl/examples/CMakeLists.txt ++++ actor-framework-0.17.6/libcaf_opencl/examples/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 2.8) ++cmake_minimum_required(VERSION 3.5) + project(caf_examples_opencl CXX) + + if(OpenCL_LIBRARIES AND NOT CAF_NO_EXAMPLES) +--- actor-framework-0.17.6.orig/libcaf_python/CMakeLists.txt ++++ actor-framework-0.17.6/libcaf_python/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 2.8) ++cmake_minimum_required(VERSION 3.5) + project(caf_cash CXX) + + # check whether submodules are available diff -Nru actor-framework-0.17.6/debian/patches/series actor-framework-0.17.6/debian/patches/series --- actor-framework-0.17.6/debian/patches/series 2023-07-28 22:16:28.000000000 +0300 +++ actor-framework-0.17.6/debian/patches/series 2025-10-31 22:29:12.000000000 +0200 @@ -4,3 +4,4 @@ c++14.patch 0005-Add-missing-include.patch modern-c++.patch +cmake-4.patch

