Control: tags 1112887 + patch Control: tags 1112887 + pending Dear maintainer,
I've prepared an NMU for fcitx-chewing (versioned as 0.2.3-2.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for fcitx-chewing-0.2.3 fcitx-chewing-0.2.3 changelog | 7 +++++++ patches/cmake-4.patch | 12 ++++++++++++ patches/series | 1 + 3 files changed, 20 insertions(+) diff -Nru fcitx-chewing-0.2.3/debian/changelog fcitx-chewing-0.2.3/debian/changelog --- fcitx-chewing-0.2.3/debian/changelog 2022-02-26 17:13:54.000000000 +0200 +++ fcitx-chewing-0.2.3/debian/changelog 2025-10-11 15:24:26.000000000 +0300 @@ -1,3 +1,10 @@ +fcitx-chewing (0.2.3-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1112887) + + -- Adrian Bunk <b...@debian.org> Sat, 11 Oct 2025 15:24:26 +0300 + fcitx-chewing (0.2.3-2) unstable; urgency=medium * Team upload. diff -Nru fcitx-chewing-0.2.3/debian/patches/cmake-4.patch fcitx-chewing-0.2.3/debian/patches/cmake-4.patch --- fcitx-chewing-0.2.3/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ fcitx-chewing-0.2.3/debian/patches/cmake-4.patch 2025-10-11 15:24:26.000000000 +0300 @@ -0,0 +1,12 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <b...@debian.org> +Bug-Debian: https://bugs.debian.org/1112887 + +--- fcitx-chewing-0.2.3.orig/CMakeLists.txt ++++ fcitx-chewing-0.2.3/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 2.6) ++cmake_minimum_required(VERSION 3.5) + + project(fcitx-chewing) + diff -Nru fcitx-chewing-0.2.3/debian/patches/series fcitx-chewing-0.2.3/debian/patches/series --- fcitx-chewing-0.2.3/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ fcitx-chewing-0.2.3/debian/patches/series 2025-10-11 15:24:26.000000000 +0300 @@ -0,0 +1 @@ +cmake-4.patch