Control: tags 1113629 + patch Control: tags 1113629 + pending Dear maintainer,
I've prepared an NMU for welle.io (versioned as 2.4+ds-4.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for welle.io-2.4+ds welle.io-2.4+ds changelog | 7 +++++++ patches/cmake-4.patch | 12 ++++++++++++ patches/series | 1 + 3 files changed, 20 insertions(+) diff -Nru welle.io-2.4+ds/debian/changelog welle.io-2.4+ds/debian/changelog --- welle.io-2.4+ds/debian/changelog 2024-07-14 23:21:44.000000000 +0300 +++ welle.io-2.4+ds/debian/changelog 2025-10-20 11:09:21.000000000 +0300 @@ -1,3 +1,10 @@ +welle.io (2.4+ds-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1113629) + + -- Adrian Bunk <[email protected]> Mon, 20 Oct 2025 11:09:21 +0300 + welle.io (2.4+ds-4) unstable; urgency=medium * Bump standards version to 4.7.0. diff -Nru welle.io-2.4+ds/debian/patches/cmake-4.patch welle.io-2.4+ds/debian/patches/cmake-4.patch --- welle.io-2.4+ds/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ welle.io-2.4+ds/debian/patches/cmake-4.patch 2025-10-20 11:09:21.000000000 +0300 @@ -0,0 +1,12 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1113629 + +--- welle.io-2.4+ds.orig/CMakeLists.txt ++++ welle.io-2.4+ds/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 3.2) ++cmake_minimum_required(VERSION 3.5) + + project(Welle.Io VERSION 0.0.0 LANGUAGES C CXX) + diff -Nru welle.io-2.4+ds/debian/patches/series welle.io-2.4+ds/debian/patches/series --- welle.io-2.4+ds/debian/patches/series 2024-04-08 06:58:07.000000000 +0300 +++ welle.io-2.4+ds/debian/patches/series 2025-10-20 11:09:21.000000000 +0300 @@ -1,3 +1,4 @@ cli-path-patch append-theme-path.patch 03-enable-mpg123-lfs-api.patch +cmake-4.patch

