Control: tags 1117915 + patch Control: tags 1117915 + pending Dear maintainer,
I've prepared an NMU for springlobby (versioned as 0.274-1.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for springlobby-0.274 springlobby-0.274 changelog | 8 ++++++++ control | 1 + patches/cmake-4.patch | 23 +++++++++++++++++++++++ patches/series | 1 + 4 files changed, 33 insertions(+) diff -Nru springlobby-0.274/debian/changelog springlobby-0.274/debian/changelog --- springlobby-0.274/debian/changelog 2023-01-23 22:21:14.000000000 +0200 +++ springlobby-0.274/debian/changelog 2025-10-17 13:41:40.000000000 +0300 @@ -1,3 +1,11 @@ +springlobby (0.274-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1115145) + * Build depend on docbook-xml. (Closes: #1117915) + + -- Adrian Bunk <[email protected]> Fri, 17 Oct 2025 13:41:40 +0300 + springlobby (0.274-1) unstable; urgency=medium * New upstream version 0.274. diff -Nru springlobby-0.274/debian/control springlobby-0.274/debian/control --- springlobby-0.274/debian/control 2023-01-23 22:21:14.000000000 +0200 +++ springlobby-0.274/debian/control 2025-10-17 13:41:40.000000000 +0300 @@ -8,6 +8,7 @@ asciidoc, cmake, debhelper-compat (= 13), + docbook-xml, docbook-xsl, libalure-dev, libboost-all-dev, diff -Nru springlobby-0.274/debian/patches/cmake-4.patch springlobby-0.274/debian/patches/cmake-4.patch --- springlobby-0.274/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ springlobby-0.274/debian/patches/cmake-4.patch 2025-10-12 12:07:16.000000000 +0300 @@ -0,0 +1,23 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1115145 + +--- springlobby-0.274.orig/CMakeLists.txt ++++ springlobby-0.274/CMakeLists.txt +@@ -1,7 +1,7 @@ + project(springlobby) + + #set minimum cmake version +-cmake_minimum_required(VERSION 3.1) ++cmake_minimum_required(VERSION 3.5) + + set(CMAKE_COLOR_MAKEFILE ON) + set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH}) +--- springlobby-0.274.orig/src/downloader/lib/CMakeLists.txt ++++ springlobby-0.274/src/downloader/lib/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 3.3) ++cmake_minimum_required(VERSION 3.5) + project(pr-downloader) + + diff -Nru springlobby-0.274/debian/patches/series springlobby-0.274/debian/patches/series --- springlobby-0.274/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ springlobby-0.274/debian/patches/series 2025-10-12 12:07:01.000000000 +0300 @@ -0,0 +1 @@ +cmake-4.patch

