Control: tags 1112755 + patch Control: tags 1112755 + pending Dear maintainer,
I've prepared an NMU for birdtray (versioned as 1.9.0+ds-2.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for birdtray-1.9.0+ds birdtray-1.9.0+ds changelog | 7 +++++ patches/0001-Bump-minimum-required-CMake-version.patch | 22 +++++++++++++++++ patches/series | 1 3 files changed, 30 insertions(+) diff -Nru birdtray-1.9.0+ds/debian/changelog birdtray-1.9.0+ds/debian/changelog --- birdtray-1.9.0+ds/debian/changelog 2021-09-30 21:54:11.000000000 +0300 +++ birdtray-1.9.0+ds/debian/changelog 2025-10-26 11:23:00.000000000 +0200 @@ -1,3 +1,10 @@ +birdtray (1.9.0+ds-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Backport upstream fix for FTBFS with CMake 4. (Closes: #1112755) + + -- Adrian Bunk <[email protected]> Sun, 26 Oct 2025 11:23:00 +0200 + birdtray (1.9.0+ds-2) unstable; urgency=medium * Update the watch file. diff -Nru birdtray-1.9.0+ds/debian/patches/0001-Bump-minimum-required-CMake-version.patch birdtray-1.9.0+ds/debian/patches/0001-Bump-minimum-required-CMake-version.patch --- birdtray-1.9.0+ds/debian/patches/0001-Bump-minimum-required-CMake-version.patch 1970-01-01 02:00:00.000000000 +0200 +++ birdtray-1.9.0+ds/debian/patches/0001-Bump-minimum-required-CMake-version.patch 2025-10-26 10:49:07.000000000 +0200 @@ -0,0 +1,22 @@ +From 8b1dbf95db5485ce19350ea957f7ffcfa369aa5b Mon Sep 17 00:00:00 2001 +From: Abestanis <[email protected]> +Date: Fri, 18 Apr 2025 05:35:40 +0200 +Subject: Bump minimum required CMake version + +--- + CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 22394ad..160bb80 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 3.1.0) ++cmake_minimum_required(VERSION 3.5) + + if(POLICY CMP0092) + cmake_policy(SET CMP0092 NEW) +-- +2.30.2 + diff -Nru birdtray-1.9.0+ds/debian/patches/series birdtray-1.9.0+ds/debian/patches/series --- birdtray-1.9.0+ds/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ birdtray-1.9.0+ds/debian/patches/series 2025-10-26 11:21:32.000000000 +0200 @@ -0,0 +1 @@ +0001-Bump-minimum-required-CMake-version.patch

