Bug#1113043: inspectrum: diff for NMU version 0.3.1-1.1
Control: tags 1113043 + patch
Control: tags 1113043 + pending
Dear maintainer,
I've prepared an NMU for inspectrum (versioned as 0.3.1-1.1) and
uploaded it to DELAYED/14. Please feel free to tell me if I should
cancel it.
cu
Adrian
diffstat for inspectrum-0.3.1 inspectrum-0.3.1
changelog | 7 +++++++
patches/cmake-4.patch | 12 ++++++++++++
patches/series | 1 +
3 files changed, 20 insertions(+)
diff -Nru inspectrum-0.3.1/debian/changelog inspectrum-0.3.1/debian/changelog
--- inspectrum-0.3.1/debian/changelog 2023-11-25 16:14:32.000000000 +0200
+++ inspectrum-0.3.1/debian/changelog 2025-10-11 20:18:56.000000000 +0300
@@ -1,3 +1,10 @@
+inspectrum (0.3.1-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTBFS with CMake 4. (Closes: #1113043)
+
+ -- Adrian Bunk <bunk@debian.org> Sat, 11 Oct 2025 20:18:56 +0300
+
inspectrum (0.3.1-1) unstable; urgency=medium
* New upstream version 0.3.1.
diff -Nru inspectrum-0.3.1/debian/patches/cmake-4.patch inspectrum-0.3.1/debian/patches/cmake-4.patch
--- inspectrum-0.3.1/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200
+++ inspectrum-0.3.1/debian/patches/cmake-4.patch 2025-10-11 20:18:56.000000000 +0300
@@ -0,0 +1,12 @@
+Description: Fix FTBFS with CMake 4
+Author: Adrian Bunk <bunk@debian.org>
+Bug-Debian: https://bugs.debian.org/1113043
+
+--- inspectrum-0.3.1.orig/CMakeLists.txt
++++ inspectrum-0.3.1/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 3.1)
++cmake_minimum_required(VERSION 3.5)
+ project(inspectrum CXX)
+ enable_testing()
+
diff -Nru inspectrum-0.3.1/debian/patches/series inspectrum-0.3.1/debian/patches/series
--- inspectrum-0.3.1/debian/patches/series 1970-01-01 02:00:00.000000000 +0200
+++ inspectrum-0.3.1/debian/patches/series 2025-10-11 20:18:56.000000000 +0300
@@ -0,0 +1 @@
+cmake-4.patch
Reply to: