Control: tags 1113081 + patch Control: tags 1113081 + pending Dear maintainer,
I've prepared an NMU for klatexformula (versioned as 4.1.0-1.2) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for klatexformula-4.1.0 klatexformula-4.1.0 changelog | 7 +++++++ patches/0001-Compatibility-with-CMake-4.patch | 25 +++++++++++++++++++++++++ patches/series | 1 + 3 files changed, 33 insertions(+) diff -Nru klatexformula-4.1.0/debian/changelog klatexformula-4.1.0/debian/changelog --- klatexformula-4.1.0/debian/changelog 2024-05-27 09:46:23.000000000 +0300 +++ klatexformula-4.1.0/debian/changelog 2025-10-26 17:01:28.000000000 +0200 @@ -1,3 +1,10 @@ +klatexformula (4.1.0-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * Backport upstream fix for FTBFS with CMake 4. (Closes: #1113081) + + -- Adrian Bunk <[email protected]> Sun, 26 Oct 2025 17:01:28 +0200 + klatexformula (4.1.0-1.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru klatexformula-4.1.0/debian/patches/0001-Compatibility-with-CMake-4.patch klatexformula-4.1.0/debian/patches/0001-Compatibility-with-CMake-4.patch --- klatexformula-4.1.0/debian/patches/0001-Compatibility-with-CMake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ klatexformula-4.1.0/debian/patches/0001-Compatibility-with-CMake-4.patch 2025-10-26 17:01:00.000000000 +0200 @@ -0,0 +1,25 @@ +From fa92a75a9738b763baaf79e3a75a354dedc31f50 Mon Sep 17 00:00:00 2001 +From: Henri Menke <[email protected]> +Date: Thu, 11 Sep 2025 10:05:58 +0200 +Subject: Compatibility with CMake 4 + +--- + CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 5e63107..9582fe7 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -3,7 +3,7 @@ + # #################################### # + # $Id$ + # #################################### # +-cmake_minimum_required(VERSION 3.1) ++cmake_minimum_required(VERSION 3.1...3.10) + + PROJECT(klatexformula) + +-- +2.30.2 + diff -Nru klatexformula-4.1.0/debian/patches/series klatexformula-4.1.0/debian/patches/series --- klatexformula-4.1.0/debian/patches/series 2024-05-27 09:37:11.000000000 +0300 +++ klatexformula-4.1.0/debian/patches/series 2025-10-26 17:01:23.000000000 +0200 @@ -4,3 +4,4 @@ fix-unversioned-python-interpreter fix-verson-in-python-interpreter-search upstream_Use-time_t-as-type-for-time.patch +0001-Compatibility-with-CMake-4.patch

