Control: tags 1112893 + patch Control: tags 1112893 + pending Dear maintainer,
I've prepared an NMU for fcitx-googlepinyin (versioned as 0.1.6-5.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for fcitx-googlepinyin-0.1.6 fcitx-googlepinyin-0.1.6 changelog | 7 +++++++ patches/cmake-4.patch | 13 +++++++++++++ patches/series | 1 + 3 files changed, 21 insertions(+) diff -Nru fcitx-googlepinyin-0.1.6/debian/changelog fcitx-googlepinyin-0.1.6/debian/changelog --- fcitx-googlepinyin-0.1.6/debian/changelog 2021-09-05 20:36:55.000000000 +0300 +++ fcitx-googlepinyin-0.1.6/debian/changelog 2025-10-26 23:49:34.000000000 +0200 @@ -1,3 +1,10 @@ +fcitx-googlepinyin (0.1.6-5.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1112893) + + -- Adrian Bunk <[email protected]> Sun, 26 Oct 2025 23:49:34 +0200 + fcitx-googlepinyin (0.1.6-5) unstable; urgency=medium * Team upload. diff -Nru fcitx-googlepinyin-0.1.6/debian/patches/cmake-4.patch fcitx-googlepinyin-0.1.6/debian/patches/cmake-4.patch --- fcitx-googlepinyin-0.1.6/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ fcitx-googlepinyin-0.1.6/debian/patches/cmake-4.patch 2025-10-26 23:49:34.000000000 +0200 @@ -0,0 +1,13 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1112893 + +--- fcitx-googlepinyin-0.1.6.orig/CMakeLists.txt ++++ fcitx-googlepinyin-0.1.6/CMakeLists.txt +@@ -1,5 +1,5 @@ + project(fcitx-googlepinyin) +-cmake_minimum_required(VERSION 2.6) ++cmake_minimum_required(VERSION 3.5) + + set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH}) + FIND_PACKAGE(Gettext REQUIRED) diff -Nru fcitx-googlepinyin-0.1.6/debian/patches/series fcitx-googlepinyin-0.1.6/debian/patches/series --- fcitx-googlepinyin-0.1.6/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ fcitx-googlepinyin-0.1.6/debian/patches/series 2025-10-26 23:49:34.000000000 +0200 @@ -0,0 +1 @@ +cmake-4.patch

