Bug#1113058: jack-keyboard: diff for NMU version 2.7.2-1.1
Control: tags 1113058 + patch
Control: tags 1113058 + pending
Dear maintainer,
I've prepared an NMU for jack-keyboard (versioned as 2.7.2-1.1) and
uploaded it to DELAYED/14. Please feel free to tell me if I should
cancel it.
cu
Adrian
diffstat for jack-keyboard-2.7.2 jack-keyboard-2.7.2
changelog | 7 +++++++
patches/cmake-4.patch | 15 +++++++++++++++
patches/series | 1 +
3 files changed, 23 insertions(+)
diff -Nru jack-keyboard-2.7.2/debian/changelog jack-keyboard-2.7.2/debian/changelog
--- jack-keyboard-2.7.2/debian/changelog 2020-02-09 11:56:43.000000000 +0200
+++ jack-keyboard-2.7.2/debian/changelog 2025-10-11 19:52:38.000000000 +0300
@@ -1,3 +1,10 @@
+jack-keyboard (2.7.2-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTBFS with CMake 4. (Closes: #1113058)
+
+ -- Adrian Bunk <bunk@debian.org> Sat, 11 Oct 2025 19:52:38 +0300
+
jack-keyboard (2.7.2-1) unstable; urgency=medium
[ Felipe Sateler ]
diff -Nru jack-keyboard-2.7.2/debian/patches/cmake-4.patch jack-keyboard-2.7.2/debian/patches/cmake-4.patch
--- jack-keyboard-2.7.2/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200
+++ jack-keyboard-2.7.2/debian/patches/cmake-4.patch 2025-10-11 19:52:38.000000000 +0300
@@ -0,0 +1,15 @@
+Description: Fix FTBFS with CMake 4
+Author: Adrian Bunk <bunk@debian.org>
+Bug-Debian: https://bugs.debian.org/1113058
+
+--- jack-keyboard-2.7.2.orig/CMakeLists.txt
++++ jack-keyboard-2.7.2/CMakeLists.txt
+@@ -25,7 +25,7 @@
+ #
+ # Makefile for Jack Keyboard
+ #
+-cmake_minimum_required(VERSION 2.8)
++cmake_minimum_required(VERSION 3.5)
+
+ set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/")
+ set(VERSION "2.7.2")
diff -Nru jack-keyboard-2.7.2/debian/patches/series jack-keyboard-2.7.2/debian/patches/series
--- jack-keyboard-2.7.2/debian/patches/series 2020-02-09 11:48:49.000000000 +0200
+++ jack-keyboard-2.7.2/debian/patches/series 2025-10-11 19:52:38.000000000 +0300
@@ -1,3 +1,4 @@
0001-buildsystem.patch
2001-hide_no_lash_warning.patch
9001-fix_font_color.patch
+cmake-4.patch
Reply to: