Control: tags 1112733 + patch Control: tags 1112733 + pending Dear maintainer,
I've prepared an NMU for bppsuite (versioned as 2.4.1-7.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for bppsuite-2.4.1 bppsuite-2.4.1 changelog | 7 +++++ patches/0001-Fixed-compilation-for-newest-MacOS.patch | 25 ++++++++++++++++++ patches/series | 1 3 files changed, 33 insertions(+) diff -Nru bppsuite-2.4.1/debian/changelog bppsuite-2.4.1/debian/changelog --- bppsuite-2.4.1/debian/changelog 2024-03-25 13:53:01.000000000 +0200 +++ bppsuite-2.4.1/debian/changelog 2025-10-11 21:03:52.000000000 +0300 @@ -1,3 +1,10 @@ +bppsuite (2.4.1-7.1) unstable; urgency=medium + + * Non-maintainer upload. + * Backport upstream fix for FTBFS with CMake 4. (Closes: #1112733) + + -- Adrian Bunk <[email protected]> Sat, 11 Oct 2025 21:03:52 +0300 + bppsuite (2.4.1-7) unstable; urgency=medium * Team upload. diff -Nru bppsuite-2.4.1/debian/patches/0001-Fixed-compilation-for-newest-MacOS.patch bppsuite-2.4.1/debian/patches/0001-Fixed-compilation-for-newest-MacOS.patch --- bppsuite-2.4.1/debian/patches/0001-Fixed-compilation-for-newest-MacOS.patch 1970-01-01 02:00:00.000000000 +0200 +++ bppsuite-2.4.1/debian/patches/0001-Fixed-compilation-for-newest-MacOS.patch 2025-10-11 21:03:18.000000000 +0300 @@ -0,0 +1,25 @@ +From e62dca16c432ebb9012f87ee4bbfc7133f3a8f07 Mon Sep 17 00:00:00 2001 +From: "Julien Y. Dutheil" <[email protected]> +Date: Thu, 28 Mar 2024 20:56:19 +0100 +Subject: Fixed compilation for newest MacOS. + +--- + CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 861a372..6dae9d8 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -4,7 +4,7 @@ + # Francois Gindraud (2017) + # Created: 22/08/2009 + +-cmake_minimum_required (VERSION 2.8.11) ++cmake_minimum_required (VERSION 3.5.0) + project (bppsuite CXX) + + # Compile options +-- +2.30.2 + diff -Nru bppsuite-2.4.1/debian/patches/series bppsuite-2.4.1/debian/patches/series --- bppsuite-2.4.1/debian/patches/series 2024-03-25 13:53:01.000000000 +0200 +++ bppsuite-2.4.1/debian/patches/series 2025-10-11 21:03:45.000000000 +0300 @@ -1,3 +1,4 @@ # fix_includes_path.patch spelling hardening +0001-Fixed-compilation-for-newest-MacOS.patch

