Control: tags 1129861 + patch
Control: tags 1129861 + pending

Dear maintainer,

I've prepared an NMU for springlobby (versioned as 0.274-1.2) 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               |    7 +++++++
 patches/boost1.90.patch |   26 ++++++++++++++++++++++++++
 patches/series          |    1 +
 3 files changed, 34 insertions(+)

diff -Nru springlobby-0.274/debian/changelog springlobby-0.274/debian/changelog
--- springlobby-0.274/debian/changelog	2025-10-17 13:41:40.000000000 +0300
+++ springlobby-0.274/debian/changelog	2026-03-26 22:43:51.000000000 +0200
@@ -1,3 +1,10 @@
+springlobby (0.274-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with Boost 1.90. (Closes: #1129861)
+
+ -- Adrian Bunk <[email protected]>  Thu, 26 Mar 2026 22:43:51 +0200
+
 springlobby (0.274-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru springlobby-0.274/debian/patches/boost1.90.patch springlobby-0.274/debian/patches/boost1.90.patch
--- springlobby-0.274/debian/patches/boost1.90.patch	1970-01-01 02:00:00.000000000 +0200
+++ springlobby-0.274/debian/patches/boost1.90.patch	2026-03-26 22:43:51.000000000 +0200
@@ -0,0 +1,26 @@
+Description: Fix FTBFS with Boost 1.90
+Author: Adrian Bunk <[email protected]>
+Bug-Debian: https://bugs.debian.org/1129861
+
+--- springlobby-0.274.orig/src/CMakeLists.txt
++++ springlobby-0.274/src/CMakeLists.txt
+@@ -35,7 +35,7 @@ if( ${CMAKE_CROSSCOMPILING} )
+ 	set(Boost_USE_STATIC_RUNTIME    ON)
+ endif()
+ 
+-find_package(Boost 1.42.0 COMPONENTS system REQUIRED)
++find_package(Boost 1.42.0 REQUIRED)
+ 
+ 
+ add_definitions( -DLOCALE_INSTALL_DIR="${LOCALE_INSTALL_DIR}" )
+--- springlobby-0.274.orig/src/downloader/lib/src/lsl/CMakeLists.txt
++++ springlobby-0.274/src/downloader/lib/src/lsl/CMakeLists.txt
+@@ -5,7 +5,7 @@ if(${CMAKE_CROSSCOMPILING})
+ 	set(Boost_USE_STATIC_LIBS ON)
+ 	set(Boost_USE_STATIC_RUNTIME ON)
+ endif()
+-find_package(Boost 1.40.0 COMPONENTS system REQUIRED)
++find_package(Boost 1.40.0 REQUIRED)
+ 
+ #----------------------------------------------------------------------------------------------------
+ # Options, that can be changed be the User in order to customise libSpringLobby
diff -Nru springlobby-0.274/debian/patches/series springlobby-0.274/debian/patches/series
--- springlobby-0.274/debian/patches/series	2025-10-12 12:07:01.000000000 +0300
+++ springlobby-0.274/debian/patches/series	2026-03-26 22:43:51.000000000 +0200
@@ -1 +1,2 @@
 cmake-4.patch
+boost1.90.patch

Reply via email to