Control: tags 1113588 + patch Control: tags 1113588 + pending Dear maintainer,
I've prepared an NMU for ttylog (versioned as 0.31-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for ttylog-0.31 ttylog-0.31 changelog | 7 +++++++ patches/cmake-4.patch | 14 ++++++++++++++ patches/series | 1 + 3 files changed, 22 insertions(+) diff -Nru ttylog-0.31/debian/changelog ttylog-0.31/debian/changelog --- ttylog-0.31/debian/changelog 2018-01-16 00:48:43.000000000 +0200 +++ ttylog-0.31/debian/changelog 2025-11-30 09:56:46.000000000 +0200 @@ -1,3 +1,10 @@ +ttylog (0.31-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1113588) + + -- Adrian Bunk <[email protected]> Sun, 30 Nov 2025 09:56:46 +0200 + ttylog (0.31-1) unstable; urgency=medium * New upstream release. diff -Nru ttylog-0.31/debian/patches/cmake-4.patch ttylog-0.31/debian/patches/cmake-4.patch --- ttylog-0.31/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ ttylog-0.31/debian/patches/cmake-4.patch 2025-11-30 09:56:46.000000000 +0200 @@ -0,0 +1,14 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1113588 + +--- ttylog-0.31.orig/CMakeLists.txt ++++ ttylog-0.31/CMakeLists.txt +@@ -1,6 +1,6 @@ + # ########## Project setup ########## + PROJECT(ttylog) +-CMAKE_MINIMUM_REQUIRED(VERSION 2.8) ++CMAKE_MINIMUM_REQUIRED(VERSION 3.5) + + SET(TTYLOG_VERSION_MAJOR "0") + SET(TTYLOG_VERSION_MINOR "31") diff -Nru ttylog-0.31/debian/patches/series ttylog-0.31/debian/patches/series --- ttylog-0.31/debian/patches/series 2018-01-16 00:48:43.000000000 +0200 +++ ttylog-0.31/debian/patches/series 2025-11-30 09:56:46.000000000 +0200 @@ -1 +1,2 @@ CMakeLists.patch +cmake-4.patch

