Control: tags 1113630 + pending Dear maintainer,
I've prepared an NMU for wml (versioned as 2.32.0~ds1-1.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for wml-2.32.0~ds1 wml-2.32.0~ds1 changelog | 7 +++++++ patches/0001-Fix-tidyall-tests.patch | 25 +++++++++++++++++++++++++ patches/series | 1 + 3 files changed, 33 insertions(+) diff -Nru wml-2.32.0~ds1/debian/changelog wml-2.32.0~ds1/debian/changelog --- wml-2.32.0~ds1/debian/changelog 2020-11-29 09:53:57.000000000 +0200 +++ wml-2.32.0~ds1/debian/changelog 2025-11-14 21:27:54.000000000 +0200 @@ -1,3 +1,10 @@ +wml (2.32.0~ds1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Backport upstream fix for FTBFS with CMake 4. (Closes: #1113630) + + -- Adrian Bunk <[email protected]> Fri, 14 Nov 2025 21:27:54 +0200 + wml (2.32.0~ds1-1) unstable; urgency=medium * New upstream release diff -Nru wml-2.32.0~ds1/debian/patches/0001-Fix-tidyall-tests.patch wml-2.32.0~ds1/debian/patches/0001-Fix-tidyall-tests.patch --- wml-2.32.0~ds1/debian/patches/0001-Fix-tidyall-tests.patch 1970-01-01 02:00:00.000000000 +0200 +++ wml-2.32.0~ds1/debian/patches/0001-Fix-tidyall-tests.patch 2025-11-14 21:27:54.000000000 +0200 @@ -0,0 +1,25 @@ +From 014d7b3dc6b7bd24d7eb1874730f1ab6915a33b8 Mon Sep 17 00:00:00 2001 +From: Shlomi Fish <[email protected]> +Date: Fri, 15 Dec 2023 13:08:30 +0200 +Subject: Fix tidyall tests. + +See: + +https://metacpan.org/release/Code-TidyAll . +--- + CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 0b02da9..75b6de0 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -1,4 +1,4 @@ +-CMAKE_MINIMUM_REQUIRED(VERSION 3.0) ++CMAKE_MINIMUM_REQUIRED(VERSION 3.6) + PROJECT(wml) + + INCLUDE ("${CMAKE_SOURCE_DIR}/cmake/shlomif_common_bootstrap.cmake") +-- +2.30.2 + diff -Nru wml-2.32.0~ds1/debian/patches/series wml-2.32.0~ds1/debian/patches/series --- wml-2.32.0~ds1/debian/patches/series 2020-11-06 01:14:12.000000000 +0200 +++ wml-2.32.0~ds1/debian/patches/series 2025-11-14 21:27:54.000000000 +0200 @@ -4,3 +4,4 @@ datadir-for-cmake-too.diff dont-use-usr-bin-env.patch remove-non-used-lib-dirs.diff +0001-Fix-tidyall-tests.patch

