Control: tags 1113194 + patch Control: tags 1113194 + pending Dear maintainer,
I've prepared an NMU for libre-graph-api-cpp-qt-client (versioned as 1.0.4-2.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for libre-graph-api-cpp-qt-client-1.0.4 libre-graph-api-cpp-qt-client-1.0.4 changelog | 7 +++++++ patches/cmake-4.patch | 12 ++++++++++++ patches/series | 1 + 3 files changed, 20 insertions(+) diff -Nru libre-graph-api-cpp-qt-client-1.0.4/debian/changelog libre-graph-api-cpp-qt-client-1.0.4/debian/changelog --- libre-graph-api-cpp-qt-client-1.0.4/debian/changelog 2024-03-08 18:40:05.000000000 +0200 +++ libre-graph-api-cpp-qt-client-1.0.4/debian/changelog 2026-01-15 20:29:56.000000000 +0200 @@ -1,3 +1,10 @@ +libre-graph-api-cpp-qt-client (1.0.4-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1113194) + + -- Adrian Bunk <[email protected]> Thu, 15 Jan 2026 20:29:56 +0200 + libre-graph-api-cpp-qt-client (1.0.4-2) unstable; urgency=medium * Release to unstable diff -Nru libre-graph-api-cpp-qt-client-1.0.4/debian/patches/cmake-4.patch libre-graph-api-cpp-qt-client-1.0.4/debian/patches/cmake-4.patch --- libre-graph-api-cpp-qt-client-1.0.4/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ libre-graph-api-cpp-qt-client-1.0.4/debian/patches/cmake-4.patch 2026-01-15 20:29:56.000000000 +0200 @@ -0,0 +1,12 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1113194 + +--- libre-graph-api-cpp-qt-client-1.0.4.orig/client/CMakeLists.txt ++++ libre-graph-api-cpp-qt-client-1.0.4/client/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 3.4) ++cmake_minimum_required(VERSION 3.5) + string(REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]" APP_VERSION "v1.0.4") + string(REGEX REPLACE " " "" TARGET_NAME "Libre Graph API") + diff -Nru libre-graph-api-cpp-qt-client-1.0.4/debian/patches/series libre-graph-api-cpp-qt-client-1.0.4/debian/patches/series --- libre-graph-api-cpp-qt-client-1.0.4/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ libre-graph-api-cpp-qt-client-1.0.4/debian/patches/series 2026-01-15 20:29:56.000000000 +0200 @@ -0,0 +1 @@ +cmake-4.patch

