Control: tags 1113304 + patch Control: tags 1113304 + pending Dear maintainer,
I've prepared an NMU for muparserx (versioned as 4.0.12-2.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for muparserx-4.0.12 muparserx-4.0.12 changelog | 7 ++ patches/0001-Move-to-3.17-as-cmake-is-dropping-compatibility-for-.patch | 25 ++++++++++ patches/series | 1 3 files changed, 33 insertions(+) diff -Nru muparserx-4.0.12/debian/changelog muparserx-4.0.12/debian/changelog --- muparserx-4.0.12/debian/changelog 2024-08-19 11:25:36.000000000 +0300 +++ muparserx-4.0.12/debian/changelog 2025-10-29 12:05:07.000000000 +0200 @@ -1,3 +1,10 @@ +muparserx (4.0.12-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Backport upstream fix for FTBFS with CMake 4. (Closes: #1113304) + + -- Adrian Bunk <[email protected]> Wed, 29 Oct 2025 12:05:07 +0200 + muparserx (4.0.12-2) unstable; urgency=medium * Upload to unstable diff -Nru muparserx-4.0.12/debian/patches/0001-Move-to-3.17-as-cmake-is-dropping-compatibility-for-.patch muparserx-4.0.12/debian/patches/0001-Move-to-3.17-as-cmake-is-dropping-compatibility-for-.patch --- muparserx-4.0.12/debian/patches/0001-Move-to-3.17-as-cmake-is-dropping-compatibility-for-.patch 1970-01-01 02:00:00.000000000 +0200 +++ muparserx-4.0.12/debian/patches/0001-Move-to-3.17-as-cmake-is-dropping-compatibility-for-.patch 2025-10-29 12:05:07.000000000 +0200 @@ -0,0 +1,25 @@ +From 1855af14085c0d9a2136ee1aab4f08eee20091c6 Mon Sep 17 00:00:00 2001 +From: Nalini Ganapati <[email protected]> +Date: Mon, 18 Dec 2023 11:46:35 -0800 +Subject: Move to 3.17 as cmake is dropping compatibility for <3.5 versions + +--- + CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 2bc28fc..00156e9 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -1,7 +1,7 @@ + ######################################################################## + # Project setup + ######################################################################## +-cmake_minimum_required(VERSION 2.8.12) ++cmake_minimum_required(VERSION 3.17) + project(muparserx CXX) + + ######################################################################## +-- +2.30.2 + diff -Nru muparserx-4.0.12/debian/patches/series muparserx-4.0.12/debian/patches/series --- muparserx-4.0.12/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ muparserx-4.0.12/debian/patches/series 2025-10-29 12:05:07.000000000 +0200 @@ -0,0 +1 @@ +0001-Move-to-3.17-as-cmake-is-dropping-compatibility-for-.patch

