Bug#1113302: multimon-ng: diff for NMU version 1.3.1+dfsg-1.1
Control: tags 1113302 + patch
Control: tags 1113302 + pending
Dear maintainer,
I've prepared an NMU for multimon-ng (versioned as 1.3.1+dfsg-1.1) and
uploaded it to DELAYED/14. Please feel free to tell me if I should
cancel it.
cu
Adrian
diffstat for multimon-ng-1.3.1+dfsg multimon-ng-1.3.1+dfsg
changelog | 7 +++++++
patches/0001-Fix-building-with-CMake-4.patch | 22 ++++++++++++++++++++++
patches/series | 1 +
3 files changed, 30 insertions(+)
diff -Nru multimon-ng-1.3.1+dfsg/debian/changelog multimon-ng-1.3.1+dfsg/debian/changelog
--- multimon-ng-1.3.1+dfsg/debian/changelog 2024-06-30 18:10:00.000000000 +0300
+++ multimon-ng-1.3.1+dfsg/debian/changelog 2025-10-11 16:33:10.000000000 +0300
@@ -1,3 +1,10 @@
+multimon-ng (1.3.1+dfsg-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTBFS with CMake 4. (Closes: #1113302)
+
+ -- Adrian Bunk <bunk@debian.org> Sat, 11 Oct 2025 16:33:10 +0300
+
multimon-ng (1.3.1+dfsg-1) unstable; urgency=medium
* New upstream release
diff -Nru multimon-ng-1.3.1+dfsg/debian/patches/0001-Fix-building-with-CMake-4.patch multimon-ng-1.3.1+dfsg/debian/patches/0001-Fix-building-with-CMake-4.patch
--- multimon-ng-1.3.1+dfsg/debian/patches/0001-Fix-building-with-CMake-4.patch 1970-01-01 02:00:00.000000000 +0200
+++ multimon-ng-1.3.1+dfsg/debian/patches/0001-Fix-building-with-CMake-4.patch 2025-10-11 16:32:42.000000000 +0300
@@ -0,0 +1,22 @@
+From ab8388ba91cac956e4e4d47a2afeb4102b23089a Mon Sep 17 00:00:00 2001
+From: Adrian Bunk <bunk@debian.org>
+Date: Sat, 11 Oct 2025 16:32:35 +0300
+Subject: Fix building with CMake 4
+
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 126b093..31c21c2 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required( VERSION 2.8.8 )
++cmake_minimum_required( VERSION 3.5 )
+
+ # The "MSVC" flag isn't set until the "project" command
+ # is called. Let's just check the operating system.
+--
+2.30.2
+
diff -Nru multimon-ng-1.3.1+dfsg/debian/patches/series multimon-ng-1.3.1+dfsg/debian/patches/series
--- multimon-ng-1.3.1+dfsg/debian/patches/series 2024-06-30 17:57:10.000000000 +0300
+++ multimon-ng-1.3.1+dfsg/debian/patches/series 2025-10-11 16:33:07.000000000 +0300
@@ -0,0 +1 @@
+0001-Fix-building-with-CMake-4.patch
Reply to: