Control: tags 1113325 + patch Control: tags 1113325 + pending Dear maintainer,
I've prepared an NMU for nihstro (versioned as 0.0~git20211107.e924e21-2.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for nihstro-0.0~git20211107.e924e21 nihstro-0.0~git20211107.e924e21 changelog | 7 +++++++ patches/cmake-4.patch | 12 ++++++++++++ patches/series | 1 + 3 files changed, 20 insertions(+) diff -Nru nihstro-0.0~git20211107.e924e21/debian/changelog nihstro-0.0~git20211107.e924e21/debian/changelog --- nihstro-0.0~git20211107.e924e21/debian/changelog 2024-01-04 14:58:04.000000000 +0200 +++ nihstro-0.0~git20211107.e924e21/debian/changelog 2026-01-15 19:52:57.000000000 +0200 @@ -1,3 +1,10 @@ +nihstro (0.0~git20211107.e924e21-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1113325) + + -- Adrian Bunk <[email protected]> Thu, 15 Jan 2026 19:52:57 +0200 + nihstro (0.0~git20211107.e924e21-2) unstable; urgency=medium * Source only upload. diff -Nru nihstro-0.0~git20211107.e924e21/debian/patches/cmake-4.patch nihstro-0.0~git20211107.e924e21/debian/patches/cmake-4.patch --- nihstro-0.0~git20211107.e924e21/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ nihstro-0.0~git20211107.e924e21/debian/patches/cmake-4.patch 2026-01-15 19:52:57.000000000 +0200 @@ -0,0 +1,12 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1113325 + +--- nihstro-0.0~git20211107.e924e21.orig/CMakeLists.txt ++++ nihstro-0.0~git20211107.e924e21/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 2.6) ++cmake_minimum_required(VERSION 3.5) + + project(nihstro) + diff -Nru nihstro-0.0~git20211107.e924e21/debian/patches/series nihstro-0.0~git20211107.e924e21/debian/patches/series --- nihstro-0.0~git20211107.e924e21/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ nihstro-0.0~git20211107.e924e21/debian/patches/series 2026-01-15 19:52:57.000000000 +0200 @@ -0,0 +1 @@ +cmake-4.patch

