Control: tags 1113208 + patch Control: tags 1113208 + pending Dear maintainer,
I've prepared an NMU for libtins (versioned as 4.5-1.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for libtins-4.5 libtins-4.5 changelog | 7 +++++++ patches/cmake-4.patch | 23 +++++++++++++++++++++++ patches/series | 1 + 3 files changed, 31 insertions(+) diff -Nru libtins-4.5/debian/changelog libtins-4.5/debian/changelog --- libtins-4.5/debian/changelog 2024-02-15 18:26:17.000000000 +0200 +++ libtins-4.5/debian/changelog 2025-11-19 18:41:41.000000000 +0200 @@ -1,3 +1,10 @@ +libtins (4.5-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1113208) + + -- Adrian Bunk <[email protected]> Wed, 19 Nov 2025 18:41:41 +0200 + libtins (4.5-1) unstable; urgency=medium * New upstream release (Closes: #1050161) diff -Nru libtins-4.5/debian/patches/cmake-4.patch libtins-4.5/debian/patches/cmake-4.patch --- libtins-4.5/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ libtins-4.5/debian/patches/cmake-4.patch 2025-11-19 18:41:41.000000000 +0200 @@ -0,0 +1,23 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1113208 + +--- libtins-4.5.orig/CMakeLists.txt ++++ libtins-4.5/CMakeLists.txt +@@ -1,4 +1,4 @@ +-CMAKE_MINIMUM_REQUIRED(VERSION 2.8.1) ++CMAKE_MINIMUM_REQUIRED(VERSION 3.5) + PROJECT(libtins) + + OPTION(LIBTINS_BUILD_EXAMPLES "Build examples" ON) +--- libtins-4.5.orig/cmake/Modules/CheckCXXFeatures.cmake ++++ libtins-4.5/cmake/Modules/CheckCXXFeatures.cmake +@@ -50,7 +50,7 @@ if (NOT CMAKE_CXX_COMPILER_LOADED) + message(FATAL_ERROR "CheckCXX11Features modules only works if language CXX is enabled") + endif () + +-cmake_minimum_required(VERSION 2.8.3) ++cmake_minimum_required(VERSION 3.5) + + # + ### Check for needed compiler flags diff -Nru libtins-4.5/debian/patches/series libtins-4.5/debian/patches/series --- libtins-4.5/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ libtins-4.5/debian/patches/series 2025-11-19 18:41:41.000000000 +0200 @@ -0,0 +1 @@ +cmake-4.patch

