Control: tags 1112891 + patch Control: tags 1112891 + pending Dear maintainer,
I've prepared an NMU for fcitx-fbterm (versioned as 0.2.0-5.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for fcitx-fbterm-0.2.0 fcitx-fbterm-0.2.0 changelog | 7 +++++++ patches/cmake-4.patch | 12 ++++++++++++ patches/series | 1 + 3 files changed, 20 insertions(+) diff -Nru fcitx-fbterm-0.2.0/debian/changelog fcitx-fbterm-0.2.0/debian/changelog --- fcitx-fbterm-0.2.0/debian/changelog 2024-03-17 01:25:59.000000000 +0200 +++ fcitx-fbterm-0.2.0/debian/changelog 2025-10-11 14:56:34.000000000 +0300 @@ -1,3 +1,10 @@ +fcitx-fbterm (0.2.0-5.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1112891) + + -- Adrian Bunk <[email protected]> Sat, 11 Oct 2025 14:56:34 +0300 + fcitx-fbterm (0.2.0-5) unstable; urgency=medium * Team upload. diff -Nru fcitx-fbterm-0.2.0/debian/patches/cmake-4.patch fcitx-fbterm-0.2.0/debian/patches/cmake-4.patch --- fcitx-fbterm-0.2.0/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ fcitx-fbterm-0.2.0/debian/patches/cmake-4.patch 2025-10-11 14:56:34.000000000 +0300 @@ -0,0 +1,12 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1112891 + +--- fcitx-fbterm-0.2.0.orig/CMakeLists.txt ++++ fcitx-fbterm-0.2.0/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 2.6) ++cmake_minimum_required(VERSION 3.5) + + project(fcitx-fbterm) + diff -Nru fcitx-fbterm-0.2.0/debian/patches/series fcitx-fbterm-0.2.0/debian/patches/series --- fcitx-fbterm-0.2.0/debian/patches/series 2024-03-17 01:25:59.000000000 +0200 +++ fcitx-fbterm-0.2.0/debian/patches/series 2025-10-11 14:56:34.000000000 +0300 @@ -1,2 +1,3 @@ 0001-fcitx-fbterm-helper-Add-pointer-to-README.Debian.patch 0002-Add-function-decl-no-longer-provided-by-fcitx-header.patch +cmake-4.patch

