Control: tags 1113260 + patch Control: tags 1113260 + pending Dear maintainer,
I've prepared an NMU for m4api (versioned as 0.3~0.9646fd-3.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for m4api-0.3~0.9646fd m4api-0.3~0.9646fd changelog | 7 +++++++ patches/cmake-4.patch | 12 ++++++++++++ patches/series | 1 + 3 files changed, 20 insertions(+) diff -Nru m4api-0.3~0.9646fd/debian/changelog m4api-0.3~0.9646fd/debian/changelog --- m4api-0.3~0.9646fd/debian/changelog 2024-04-11 03:53:23.000000000 +0300 +++ m4api-0.3~0.9646fd/debian/changelog 2025-10-26 09:29:04.000000000 +0200 @@ -1,3 +1,10 @@ +m4api (0.3~0.9646fd-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1113260) + + -- Adrian Bunk <[email protected]> Sun, 26 Oct 2025 09:29:04 +0200 + m4api (0.3~0.9646fd-3) unstable; urgency=medium [ Nick Rosbrook ] diff -Nru m4api-0.3~0.9646fd/debian/patches/cmake-4.patch m4api-0.3~0.9646fd/debian/patches/cmake-4.patch --- m4api-0.3~0.9646fd/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ m4api-0.3~0.9646fd/debian/patches/cmake-4.patch 2025-10-26 09:29:04.000000000 +0200 @@ -0,0 +1,12 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1113260 + +--- m4api-0.3~0.9646fd.orig/CMakeLists.txt ++++ m4api-0.3~0.9646fd/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 2.8) ++cmake_minimum_required(VERSION 3.5) + project(m4api C) + set(m4api_VERSION_MAJOR 0) + set(m4api_VERSION_MINOR 3) diff -Nru m4api-0.3~0.9646fd/debian/patches/series m4api-0.3~0.9646fd/debian/patches/series --- m4api-0.3~0.9646fd/debian/patches/series 2024-04-11 02:52:15.000000000 +0300 +++ m4api-0.3~0.9646fd/debian/patches/series 2025-10-26 09:29:04.000000000 +0200 @@ -1 +1,2 @@ fix-several-implicit-declarations.patch +cmake-4.patch

