Control: tags 1112839 + patch
Control: tags 1112839 + pending

I've prepared a QA upload for dfc (versioned as 3.1.1-5) and uploaded it 
to DELAYED/14 to fix the RC bug.

Feel free to cancel it if an adoption upload happens in the meantime.

cu
Adrian
diffstat for dfc-3.1.1 dfc-3.1.1

 changelog                                        |    7 +++++++
 patches/0001-CMake-fix-build-with-CMake-v4.patch |   22 ++++++++++++++++++++++
 patches/series                                   |    1 +
 3 files changed, 30 insertions(+)

diff -Nru dfc-3.1.1/debian/changelog dfc-3.1.1/debian/changelog
--- dfc-3.1.1/debian/changelog	2025-11-10 23:57:26.000000000 +0200
+++ dfc-3.1.1/debian/changelog	2025-12-15 20:15:49.000000000 +0200
@@ -1,3 +1,10 @@
+dfc (3.1.1-5) unstable; urgency=medium
+
+  * QA upload.
+  * Backport upstream fix for FTBFS with CMake 4. (Closes: #1112839)
+
+ -- Adrian Bunk <[email protected]>  Mon, 15 Dec 2025 20:15:49 +0200
+
 dfc (3.1.1-4) unstable; urgency=medium
 
   * QA upload.
diff -Nru dfc-3.1.1/debian/patches/0001-CMake-fix-build-with-CMake-v4.patch dfc-3.1.1/debian/patches/0001-CMake-fix-build-with-CMake-v4.patch
--- dfc-3.1.1/debian/patches/0001-CMake-fix-build-with-CMake-v4.patch	1970-01-01 02:00:00.000000000 +0200
+++ dfc-3.1.1/debian/patches/0001-CMake-fix-build-with-CMake-v4.patch	2025-12-15 20:15:19.000000000 +0200
@@ -0,0 +1,22 @@
+From 8c406e4f36f3a0254e869368be2c19f7769d094c Mon Sep 17 00:00:00 2001
+From: Guilhem Saurel <[email protected]>
+Date: Wed, 8 Oct 2025 12:07:15 +0200
+Subject: CMake: fix build with CMake v4
+
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 5fc620f..1e7db99 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 2.8.4)
++cmake_minimum_required(VERSION 3.10)
+ 
+ # project informations
+ project(dfc C)
+-- 
+2.30.2
+
diff -Nru dfc-3.1.1/debian/patches/series dfc-3.1.1/debian/patches/series
--- dfc-3.1.1/debian/patches/series	2025-11-10 23:57:26.000000000 +0200
+++ dfc-3.1.1/debian/patches/series	2025-12-15 20:15:42.000000000 +0200
@@ -1 +1,2 @@
 1000-man-typo.patch
+0001-CMake-fix-build-with-CMake-v4.patch

Reply via email to