Control: tags 1113105 + patch Control: tags 1113105 + pending Dear maintainer,
I've prepared an NMU for lib60870 (versioned as 2.3.6-1.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for lib60870-2.3.6 lib60870-2.3.6 changelog | 7 +++++++ patches/cmake-4.patch | 12 ++++++++++++ patches/series | 1 + 3 files changed, 20 insertions(+) diff -Nru lib60870-2.3.6/debian/changelog lib60870-2.3.6/debian/changelog --- lib60870-2.3.6/debian/changelog 2025-08-19 09:25:01.000000000 +0300 +++ lib60870-2.3.6/debian/changelog 2025-11-08 15:22:02.000000000 +0200 @@ -1,3 +1,10 @@ +lib60870 (2.3.6-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1113105) + + -- Adrian Bunk <[email protected]> Sat, 08 Nov 2025 15:22:02 +0200 + lib60870 (2.3.6-1) unstable; urgency=medium * New upstream release diff -Nru lib60870-2.3.6/debian/patches/cmake-4.patch lib60870-2.3.6/debian/patches/cmake-4.patch --- lib60870-2.3.6/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ lib60870-2.3.6/debian/patches/cmake-4.patch 2025-11-08 15:22:02.000000000 +0200 @@ -0,0 +1,12 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1113105 + +--- lib60870-2.3.6.orig/lib60870-C/CMakeLists.txt ++++ lib60870-2.3.6/lib60870-C/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 3.0) ++cmake_minimum_required(VERSION 3.5) + include(GNUInstallDirs) + + # automagically detect if we should cross-compile diff -Nru lib60870-2.3.6/debian/patches/series lib60870-2.3.6/debian/patches/series --- lib60870-2.3.6/debian/patches/series 2025-08-19 09:25:01.000000000 +0300 +++ lib60870-2.3.6/debian/patches/series 2025-11-08 15:22:02.000000000 +0200 @@ -1 +1,2 @@ fix-cmake.patch +cmake-4.patch

