Bug#1112888: fcitx-cloudpinyin: diff for NMU version 0.3.7-1.1
Control: tags 1112888 + patch
Control: tags 1112888 + pending
Dear maintainer,
I've prepared an NMU for fcitx-cloudpinyin (versioned as 0.3.7-1.1) and
uploaded it to DELAYED/14. Please feel free to tell me if I should
cancel it.
cu
Adrian
diffstat for fcitx-cloudpinyin-0.3.7 fcitx-cloudpinyin-0.3.7
changelog | 7 +++++++
patches/cmake-4.patch | 13 +++++++++++++
patches/series | 1 +
3 files changed, 21 insertions(+)
diff -Nru fcitx-cloudpinyin-0.3.7/debian/changelog fcitx-cloudpinyin-0.3.7/debian/changelog
--- fcitx-cloudpinyin-0.3.7/debian/changelog 2019-11-26 19:04:59.000000000 +0200
+++ fcitx-cloudpinyin-0.3.7/debian/changelog 2025-10-11 15:07:51.000000000 +0300
@@ -1,3 +1,10 @@
+fcitx-cloudpinyin (0.3.7-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTBFS with CMake 4. (Closes: #1112888)
+
+ -- Adrian Bunk <bunk@debian.org> Sat, 11 Oct 2025 15:07:51 +0300
+
fcitx-cloudpinyin (0.3.7-1) unstable; urgency=medium
* Team upload.
diff -Nru fcitx-cloudpinyin-0.3.7/debian/patches/cmake-4.patch fcitx-cloudpinyin-0.3.7/debian/patches/cmake-4.patch
--- fcitx-cloudpinyin-0.3.7/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200
+++ fcitx-cloudpinyin-0.3.7/debian/patches/cmake-4.patch 2025-10-11 15:07:51.000000000 +0300
@@ -0,0 +1,13 @@
+Description: Fix FTBFS with CMake 4
+Author: Adrian Bunk <bunk@debian.org>
+Bug-Debian: https://bugs.debian.org/1112888
+
+--- fcitx-cloudpinyin-0.3.7.orig/CMakeLists.txt
++++ fcitx-cloudpinyin-0.3.7/CMakeLists.txt
+@@ -1,5 +1,5 @@
+ project(fcitx-cloudpinyin)
+-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(Fcitx 4.2.8 REQUIRED)
diff -Nru fcitx-cloudpinyin-0.3.7/debian/patches/series fcitx-cloudpinyin-0.3.7/debian/patches/series
--- fcitx-cloudpinyin-0.3.7/debian/patches/series 1970-01-01 02:00:00.000000000 +0200
+++ fcitx-cloudpinyin-0.3.7/debian/patches/series 2025-10-11 15:07:51.000000000 +0300
@@ -0,0 +1 @@
+cmake-4.patch
Reply to: