Control: tags 1113567 + patch
Control: tags 1113567 + pending

Dear maintainer,

I've prepared an NMU for terminus (versioned as 3.6.0-1.1) and uploaded 
it to DELAYED/2. Please feel free to tell me if I should cancel it.

cu
Adrian
diffstat for terminus-3.6.0 terminus-3.6.0

 changelog             |    7 +++++++
 patches/cmake-4.patch |   16 ++++++++++++++++
 patches/series        |    1 +
 3 files changed, 24 insertions(+)

diff -Nru terminus-3.6.0/debian/changelog terminus-3.6.0/debian/changelog
--- terminus-3.6.0/debian/changelog	2025-08-23 12:50:32.000000000 +0300
+++ terminus-3.6.0/debian/changelog	2025-11-30 06:06:21.000000000 +0200
@@ -1,3 +1,10 @@
+terminus (3.6.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with CMake 4. (Closes: #1113567)
+
+ -- Adrian Bunk <[email protected]>  Sun, 30 Nov 2025 06:06:21 +0200
+
 terminus (3.6.0-1) unstable; urgency=medium
 
   * Update debian/watch uscan support due to gitlab churn
diff -Nru terminus-3.6.0/debian/patches/cmake-4.patch terminus-3.6.0/debian/patches/cmake-4.patch
--- terminus-3.6.0/debian/patches/cmake-4.patch	1970-01-01 02:00:00.000000000 +0200
+++ terminus-3.6.0/debian/patches/cmake-4.patch	2025-11-30 06:06:21.000000000 +0200
@@ -0,0 +1,16 @@
+Description: Fix FTBFS with CMake 4
+Author: Adrian Bunk <[email protected]>
+Bug-Debian: https://bugs.debian.org/1113567
+
+--- terminus-3.6.0.orig/CMakeLists.txt
++++ terminus-3.6.0/CMakeLists.txt
+@@ -2,8 +2,7 @@
+ ### Do not edit
+ 
+ project (terminus)
+-cmake_minimum_required (VERSION 2.6)
+-cmake_policy (VERSION 2.8)
++cmake_minimum_required (VERSION 3.5)
+ list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
+ enable_testing ()
+ option(ICON_UPDATE "Update the icon cache after installing" ON)
diff -Nru terminus-3.6.0/debian/patches/series terminus-3.6.0/debian/patches/series
--- terminus-3.6.0/debian/patches/series	2025-08-23 12:50:32.000000000 +0300
+++ terminus-3.6.0/debian/patches/series	2025-11-30 06:06:21.000000000 +0200
@@ -1,2 +1,3 @@
 
 auto-gitignore
+cmake-4.patch

Reply via email to