Control: tags 1113659 + patch Control: tags 1113659 + pending Dear maintainer,
I've prepared an NMU for zlog (versioned as 1.2.18-1.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for zlog-1.2.18 zlog-1.2.18 changelog | 7 ++++++ patches/0001-upgrade-cmake-minimum-version.patch | 25 +++++++++++++++++++++++ patches/series | 1 3 files changed, 33 insertions(+) diff -Nru zlog-1.2.18/debian/changelog zlog-1.2.18/debian/changelog --- zlog-1.2.18/debian/changelog 2024-10-26 08:00:15.000000000 +0300 +++ zlog-1.2.18/debian/changelog 2025-10-11 13:36:00.000000000 +0300 @@ -1,3 +1,10 @@ +zlog (1.2.18-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Backport upstream fix for FTBFS with CMake 4. (Closes: #1113659) + + -- Adrian Bunk <[email protected]> Sat, 11 Oct 2025 13:36:00 +0300 + zlog (1.2.18-1) unstable; urgency=low * Initial release. (Closes: #1081635) diff -Nru zlog-1.2.18/debian/patches/0001-upgrade-cmake-minimum-version.patch zlog-1.2.18/debian/patches/0001-upgrade-cmake-minimum-version.patch --- zlog-1.2.18/debian/patches/0001-upgrade-cmake-minimum-version.patch 1970-01-01 02:00:00.000000000 +0200 +++ zlog-1.2.18/debian/patches/0001-upgrade-cmake-minimum-version.patch 2025-10-11 13:35:33.000000000 +0300 @@ -0,0 +1,25 @@ +From a33868a1c26b5b4a5881de1faff299b0fa0b7d09 Mon Sep 17 00:00:00 2001 +From: haydenZhou <[email protected]> +Date: Sun, 8 Jun 2025 10:45:05 +0800 +Subject: upgrade cmake minimum version + +--- + CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 227093c..7ffaba0 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -14,7 +14,7 @@ + # limitations under the License. + #/ + +-cmake_minimum_required(VERSION 2.8.5) ++cmake_minimum_required(VERSION 3.12) + + message(STATUS "path : ${CMAKE_FIND_ROOT_PATH}") + project(zlog) +-- +2.30.2 + diff -Nru zlog-1.2.18/debian/patches/series zlog-1.2.18/debian/patches/series --- zlog-1.2.18/debian/patches/series 2024-10-26 08:00:15.000000000 +0300 +++ zlog-1.2.18/debian/patches/series 2025-10-11 13:36:00.000000000 +0300 @@ -2,3 +2,4 @@ 00-fix-version.patch 03-fix-typo.patch 04-use-debian-cflags.patch +0001-upgrade-cmake-minimum-version.patch

