Control: tags 1113179 + patch Control: tags 1113179 + pending Dear maintainer,
I've prepared an NMU for libosl (versioned as 0.8.0-4.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for libosl-0.8.0 libosl-0.8.0 changelog | 7 +++++++ patches/cmake-4.patch | 15 +++++++++++++++ patches/series | 1 + 3 files changed, 23 insertions(+) diff -Nru libosl-0.8.0/debian/changelog libosl-0.8.0/debian/changelog --- libosl-0.8.0/debian/changelog 2021-11-17 22:48:42.000000000 +0200 +++ libosl-0.8.0/debian/changelog 2025-10-27 17:08:08.000000000 +0200 @@ -1,3 +1,10 @@ +libosl (0.8.0-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1113179) + + -- Adrian Bunk <[email protected]> Mon, 27 Oct 2025 17:08:08 +0200 + libosl (0.8.0-4) unstable; urgency=medium * Add graphviz to build-depends for proper doxygen generation. diff -Nru libosl-0.8.0/debian/patches/cmake-4.patch libosl-0.8.0/debian/patches/cmake-4.patch --- libosl-0.8.0/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ libosl-0.8.0/debian/patches/cmake-4.patch 2025-10-27 17:08:08.000000000 +0200 @@ -0,0 +1,15 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1113179 + +--- libosl-0.8.0.orig/CMakeLists.txt ++++ libosl-0.8.0/CMakeLists.txt +@@ -24,7 +24,7 @@ if(APPLE AND CMAKE_INSTALL_PREFIX MATCHE + endif() + + message(STATUS "Building ${PROJECT_NAME} in ${CMAKE_BUILD_TYPE} mode") +-cmake_minimum_required(VERSION 2.8.8) ++cmake_minimum_required(VERSION 3.5) + set (CMAKE_VERBOSE_MAKEFILE on) + + ENABLE_TESTING() diff -Nru libosl-0.8.0/debian/patches/series libosl-0.8.0/debian/patches/series --- libosl-0.8.0/debian/patches/series 2021-11-17 21:41:13.000000000 +0200 +++ libosl-0.8.0/debian/patches/series 2025-10-27 17:08:08.000000000 +0200 @@ -9,3 +9,4 @@ 0009-Explicitly-link-with-relevant-boost-libraries.patch 0010-Fix-unkown-typo.patch 0011-Fix-build-with-gcc-11.patch +cmake-4.patch

