Control: tags 1125613 + patch Control: tags 1125613 + pending Dear maintainer,
I've prepared an NMU for nspark (versioned as 1.7.8B2+git20210317.cb30779-2.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for nspark-1.7.8B2+git20210317.cb30779 nspark-1.7.8B2+git20210317.cb30779 changelog | 7 +++++++ patches/cmake-4.patch | 12 ++++++++++++ patches/series | 1 + 3 files changed, 20 insertions(+) diff -Nru nspark-1.7.8B2+git20210317.cb30779/debian/changelog nspark-1.7.8B2+git20210317.cb30779/debian/changelog --- nspark-1.7.8B2+git20210317.cb30779/debian/changelog 2021-10-14 22:36:58.000000000 +0300 +++ nspark-1.7.8B2+git20210317.cb30779/debian/changelog 2026-02-13 20:38:22.000000000 +0200 @@ -1,3 +1,10 @@ +nspark (1.7.8B2+git20210317.cb30779-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1125613) + + -- Adrian Bunk <[email protected]> Fri, 13 Feb 2026 20:38:22 +0200 + nspark (1.7.8B2+git20210317.cb30779-2) unstable; urgency=medium * Rewrite description (Closes: #996472) diff -Nru nspark-1.7.8B2+git20210317.cb30779/debian/patches/cmake-4.patch nspark-1.7.8B2+git20210317.cb30779/debian/patches/cmake-4.patch --- nspark-1.7.8B2+git20210317.cb30779/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ nspark-1.7.8B2+git20210317.cb30779/debian/patches/cmake-4.patch 2026-02-13 20:38:22.000000000 +0200 @@ -0,0 +1,12 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1125613 + +--- nspark-1.7.8B2+git20210317.cb30779.orig/CMakeLists.txt ++++ nspark-1.7.8B2+git20210317.cb30779/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required (VERSION 2.4) ++cmake_minimum_required (VERSION 3.5) + project (nspark C) + + SET(NSPARK_LIB_SOURCE arcfs.c compress.c crc.c date.c error.c garble.c io.c misc.c pack.c store.c) diff -Nru nspark-1.7.8B2+git20210317.cb30779/debian/patches/series nspark-1.7.8B2+git20210317.cb30779/debian/patches/series --- nspark-1.7.8B2+git20210317.cb30779/debian/patches/series 2021-06-07 02:08:36.000000000 +0300 +++ nspark-1.7.8B2+git20210317.cb30779/debian/patches/series 2026-02-13 20:38:22.000000000 +0200 @@ -1 +1,2 @@ docs +cmake-4.patch

