Control: tags 1113651 + patch Control: tags 1113651 + pending Dear maintainer,
I've prepared an NMU for yagf (versioned as 0.9.5+repack1-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for yagf-0.9.5+repack1 yagf-0.9.5+repack1 changelog | 7 +++++++ patches/cmake-4.patch | 13 +++++++++++++ patches/series | 1 + 3 files changed, 21 insertions(+) diff -Nru yagf-0.9.5+repack1/debian/changelog yagf-0.9.5+repack1/debian/changelog --- yagf-0.9.5+repack1/debian/changelog 2020-03-09 22:39:56.000000000 +0200 +++ yagf-0.9.5+repack1/debian/changelog 2025-11-30 10:34:59.000000000 +0200 @@ -1,3 +1,10 @@ +yagf (0.9.5+repack1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1113651) + + -- Adrian Bunk <[email protected]> Sun, 30 Nov 2025 10:34:59 +0200 + yagf (0.9.5+repack1-1) unstable; urgency=medium [ Jelmer Vernooij ] diff -Nru yagf-0.9.5+repack1/debian/patches/cmake-4.patch yagf-0.9.5+repack1/debian/patches/cmake-4.patch --- yagf-0.9.5+repack1/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ yagf-0.9.5+repack1/debian/patches/cmake-4.patch 2025-11-30 10:34:59.000000000 +0200 @@ -0,0 +1,13 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1113651 + +--- yagf-0.9.5+repack1.orig/CMakeLists.txt ++++ yagf-0.9.5+repack1/CMakeLists.txt +@@ -1,5 +1,5 @@ + project(yagf C CXX) +-cmake_minimum_required(VERSION 2.8.3) ++cmake_minimum_required(VERSION 3.5) + #set(QT_QMAKE_EXECUTABLE /usr/bin/qmake-qt4) + if (NOT DEFINED ${CMAKE_INSTALL_PREFIX}) + set(CPACK_INSTALL_PREFIX /usr/) diff -Nru yagf-0.9.5+repack1/debian/patches/series yagf-0.9.5+repack1/debian/patches/series --- yagf-0.9.5+repack1/debian/patches/series 2020-03-09 22:39:56.000000000 +0200 +++ yagf-0.9.5+repack1/debian/patches/series 2025-11-30 10:34:59.000000000 +0200 @@ -13,3 +13,4 @@ 13_disable-extra-threads.patch 14_fix-crash-when-specific-aspell-dictionary-is-not-found.patch 15_fix-spelling-errors.patch +cmake-4.patch

