Control: tags 1113586 + patch Control: tags 1113586 + pending Dear maintainer,
I've prepared an NMU for treesheets (versioned as 1:1.0.2-1.2) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for treesheets-1.0.2 treesheets-1.0.2 changelog | 7 ++ patches/0001-Increase-required-minimum-version-for-CMake-478.patch | 27 ++++++++++ patches/series | 1 3 files changed, 35 insertions(+) diff -Nru treesheets-1.0.2/debian/changelog treesheets-1.0.2/debian/changelog --- treesheets-1.0.2/debian/changelog 2023-01-04 19:46:35.000000000 +0200 +++ treesheets-1.0.2/debian/changelog 2025-11-30 07:12:13.000000000 +0200 @@ -1,3 +1,10 @@ +treesheets (1:1.0.2-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * Backport upstream fix for FTBFS with CMake 4. (Closes: #1113586) + + -- Adrian Bunk <[email protected]> Sun, 30 Nov 2025 07:12:13 +0200 + treesheets (1:1.0.2-1.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru treesheets-1.0.2/debian/patches/0001-Increase-required-minimum-version-for-CMake-478.patch treesheets-1.0.2/debian/patches/0001-Increase-required-minimum-version-for-CMake-478.patch --- treesheets-1.0.2/debian/patches/0001-Increase-required-minimum-version-for-CMake-478.patch 1970-01-01 02:00:00.000000000 +0200 +++ treesheets-1.0.2/debian/patches/0001-Increase-required-minimum-version-for-CMake-478.patch 2025-11-30 07:02:36.000000000 +0200 @@ -0,0 +1,27 @@ +From 9b48b61f53eee38ac111773cfcdf408084bf89a8 Mon Sep 17 00:00:00 2001 +From: Tobias Predel <[email protected]> +Date: Sat, 22 Jul 2023 17:46:26 +0200 +Subject: Increase required minimum version for CMake (#478) + +This fixes a warning message of CMake. +--- + CMakeLists.txt | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 5788dd7..5516f1c 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -19,8 +19,7 @@ + # Should work on Windows, too. About helping FindwxWidgets to find wxWidgets + # consult: https://cmake.org/cmake/help/latest/module/FindwxWidgets.html + +-cmake_minimum_required(VERSION 3.1) +-# CMAKE_CXX_STANDARD needs v3.1, could be lowered with minor effort ++cmake_minimum_required(VERSION 3.5) + + project(treesheets) + +-- +2.30.2 + diff -Nru treesheets-1.0.2/debian/patches/series treesheets-1.0.2/debian/patches/series --- treesheets-1.0.2/debian/patches/series 2019-03-25 06:15:07.000000000 +0200 +++ treesheets-1.0.2/debian/patches/series 2025-11-30 07:12:13.000000000 +0200 @@ -1,3 +1,4 @@ use-fhs-paths.patch rm-facebook-dynload-embed.patch fix-cmakelists.patch +0001-Increase-required-minimum-version-for-CMake-478.patch

