Control: tags 1113405 + patch Control: tags 1113405 + pending Dear maintainer,
I've prepared an NMU for pianobooster (versioned as 1.0.0-4.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for pianobooster-1.0.0 pianobooster-1.0.0 changelog | 7 + patches/0001-Bump-cmake_minimum_required-to-support-CMake-4.patch | 36 ++++++++++ patches/series | 1 3 files changed, 44 insertions(+) diff -Nru pianobooster-1.0.0/debian/changelog pianobooster-1.0.0/debian/changelog --- pianobooster-1.0.0/debian/changelog 2024-11-17 17:16:33.000000000 +0200 +++ pianobooster-1.0.0/debian/changelog 2025-10-11 15:40:35.000000000 +0300 @@ -1,3 +1,10 @@ +pianobooster (1.0.0-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1113405) + + -- Adrian Bunk <[email protected]> Sat, 11 Oct 2025 15:40:35 +0300 + pianobooster (1.0.0-4) unstable; urgency=medium * Team Upload diff -Nru pianobooster-1.0.0/debian/patches/0001-Bump-cmake_minimum_required-to-support-CMake-4.patch pianobooster-1.0.0/debian/patches/0001-Bump-cmake_minimum_required-to-support-CMake-4.patch --- pianobooster-1.0.0/debian/patches/0001-Bump-cmake_minimum_required-to-support-CMake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ pianobooster-1.0.0/debian/patches/0001-Bump-cmake_minimum_required-to-support-CMake-4.patch 2025-10-11 15:39:45.000000000 +0300 @@ -0,0 +1,36 @@ +From 4d372d529ed6639006231e970104ae54dbf9502a Mon Sep 17 00:00:00 2001 +From: Adrian Bunk <[email protected]> +Date: Sat, 11 Oct 2025 15:39:08 +0300 +Subject: Bump cmake_minimum_required to support CMake 4 + +--- + CMakeLists.txt | 2 +- + src/CMakeLists.txt | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 8432a84..c4bbe56 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 2.4) ++cmake_minimum_required(VERSION 3.5) + if(COMMAND cmake_policy) + cmake_policy(SET CMP0003 NEW) + endif(COMMAND cmake_policy) +diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt +index 47fe406..1da5924 100644 +--- a/src/CMakeLists.txt ++++ b/src/CMakeLists.txt +@@ -10,7 +10,7 @@ else() + option(USE_BUNDLED_RTMIDI "Build with bundled rtmidi" ON) + endif() + +-cmake_minimum_required(VERSION 2.4) ++cmake_minimum_required(VERSION 3.5) + if(COMMAND cmake_policy) + cmake_policy(SET CMP0003 NEW) + endif(COMMAND cmake_policy) +-- +2.30.2 + diff -Nru pianobooster-1.0.0/debian/patches/series pianobooster-1.0.0/debian/patches/series --- pianobooster-1.0.0/debian/patches/series 2024-11-17 17:16:33.000000000 +0200 +++ pianobooster-1.0.0/debian/patches/series 2025-10-11 15:40:30.000000000 +0300 @@ -1 +1,2 @@ debian-changes +0001-Bump-cmake_minimum_required-to-support-CMake-4.patch

