Control: tags 1112905 + patch Control: tags 1112905 + pending Dear maintainer,
I've prepared an NMU for fcitx-table-other (versioned as 0.2.4-3.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for fcitx-table-other-0.2.4 fcitx-table-other-0.2.4 changelog | 7 +++++++ patches/cmake-4.patch | 12 ++++++++++++ patches/series | 1 + 3 files changed, 20 insertions(+) diff -Nru fcitx-table-other-0.2.4/debian/changelog fcitx-table-other-0.2.4/debian/changelog --- fcitx-table-other-0.2.4/debian/changelog 2022-09-18 22:33:08.000000000 +0300 +++ fcitx-table-other-0.2.4/debian/changelog 2025-10-24 16:32:20.000000000 +0300 @@ -1,3 +1,10 @@ +fcitx-table-other (0.2.4-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1112905) + + -- Adrian Bunk <[email protected]> Fri, 24 Oct 2025 16:32:20 +0300 + fcitx-table-other (0.2.4-3) unstable; urgency=medium * Team upload. diff -Nru fcitx-table-other-0.2.4/debian/patches/cmake-4.patch fcitx-table-other-0.2.4/debian/patches/cmake-4.patch --- fcitx-table-other-0.2.4/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ fcitx-table-other-0.2.4/debian/patches/cmake-4.patch 2025-10-24 16:32:20.000000000 +0300 @@ -0,0 +1,12 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1112905 + +--- fcitx-table-other-0.2.4.orig/CMakeLists.txt ++++ fcitx-table-other-0.2.4/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 2.6) ++cmake_minimum_required(VERSION 3.5) + project(fcitx-table-extra NONE) + + find_package(Fcitx 4.2.7 REQUIRED) diff -Nru fcitx-table-other-0.2.4/debian/patches/series fcitx-table-other-0.2.4/debian/patches/series --- fcitx-table-other-0.2.4/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ fcitx-table-other-0.2.4/debian/patches/series 2025-10-24 16:32:20.000000000 +0300 @@ -0,0 +1 @@ +cmake-4.patch

