Control: tags 1113591 + patch Control: tags 1113591 + pending Dear maintainer,
I've prepared an NMU for tweeny (versioned as 3-2.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for tweeny-3 tweeny-3 changelog | 7 +++++++ patches/cmake-4.patch | 16 ++++++++++++++++ patches/series | 1 + 3 files changed, 24 insertions(+) diff -Nru tweeny-3/debian/changelog tweeny-3/debian/changelog --- tweeny-3/debian/changelog 2019-12-24 21:47:53.000000000 +0200 +++ tweeny-3/debian/changelog 2025-10-24 16:26:57.000000000 +0300 @@ -1,3 +1,10 @@ +tweeny (3-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Backport upstream fix for FTBFS with CMake 4. (Closes: #1113591) + + -- Adrian Bunk <[email protected]> Fri, 24 Oct 2025 16:26:57 +0300 + tweeny (3-2) unstable; urgency=medium * Mark libtweeny-dev Multi-Arch: foreign. (Closes: #945942) Thanks to diff -Nru tweeny-3/debian/patches/cmake-4.patch tweeny-3/debian/patches/cmake-4.patch --- tweeny-3/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ tweeny-3/debian/patches/cmake-4.patch 2025-10-24 16:26:57.000000000 +0300 @@ -0,0 +1,16 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1113591 +Origin: backport, https://github.com/mobius3/tweeny/commit/ee9229dbf417724312bb5a2a427945c4986257f1 + +--- tweeny-3.orig/CMakeLists.txt ++++ tweeny-3/CMakeLists.txt +@@ -25,7 +25,7 @@ + # target that uses tweeny, a simple `target_link_libraries(target tweeny)` is sufficient to set up include and link + # instructions. + +-cmake_minimum_required(VERSION 3.0) ++cmake_minimum_required(VERSION 3.0...3.5) + project(Tweeny) + + # Setup variables and options diff -Nru tweeny-3/debian/patches/series tweeny-3/debian/patches/series --- tweeny-3/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ tweeny-3/debian/patches/series 2025-10-24 16:26:57.000000000 +0300 @@ -0,0 +1 @@ +cmake-4.patch

