Control: tags 1113388 + patch Control: tags 1113388 + pending Dear maintainer,
I've prepared an NMU for pamix (versioned as 2.0-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for pamix-2.0 pamix-2.0 changelog | 7 +++ patches/0001-Increase-cmake_minimum_required-2.8-3.10.patch | 22 ++++++++++++ patches/series | 1 3 files changed, 30 insertions(+) diff -Nru pamix-2.0/debian/changelog pamix-2.0/debian/changelog --- pamix-2.0/debian/changelog 2025-01-05 20:13:32.000000000 +0200 +++ pamix-2.0/debian/changelog 2025-10-26 09:23:53.000000000 +0200 @@ -1,3 +1,10 @@ +pamix (2.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Backport upstream fix for FTBFS with CMake 4. (Closes: #1113388) + + -- Adrian Bunk <[email protected]> Sun, 26 Oct 2025 09:23:53 +0200 + pamix (2.0-1) unstable; urgency=medium [ Debian Janitor ] diff -Nru pamix-2.0/debian/patches/0001-Increase-cmake_minimum_required-2.8-3.10.patch pamix-2.0/debian/patches/0001-Increase-cmake_minimum_required-2.8-3.10.patch --- pamix-2.0/debian/patches/0001-Increase-cmake_minimum_required-2.8-3.10.patch 1970-01-01 02:00:00.000000000 +0200 +++ pamix-2.0/debian/patches/0001-Increase-cmake_minimum_required-2.8-3.10.patch 2025-10-26 02:53:06.000000000 +0300 @@ -0,0 +1,22 @@ +From 5338769dbba605e222fbc458932345f4ca400fc6 Mon Sep 17 00:00:00 2001 +From: Skoh <[email protected]> +Date: Thu, 9 Oct 2025 16:54:07 -0400 +Subject: Increase cmake_minimum_required: 2.8 -> 3.10 + +--- + CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index ca6c3f8..edaf584 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 2.8) ++cmake_minimum_required(VERSION 2.8...3.10) + project(pamix C) + + set(CMAKE_C_STANDARD 99) +-- +2.30.2 + diff -Nru pamix-2.0/debian/patches/series pamix-2.0/debian/patches/series --- pamix-2.0/debian/patches/series 2025-01-05 20:13:32.000000000 +0200 +++ pamix-2.0/debian/patches/series 2025-10-26 09:21:30.000000000 +0200 @@ -1 +1,2 @@ 00-fix-man-page.patch +0001-Increase-cmake_minimum_required-2.8-3.10.patch

