Control: tags 1113468 + patch Control: tags 1113468 + pending Dear maintainer,
I've prepared an NMU for restinio (versioned as 0.6.19+ds-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for restinio-0.6.19+ds restinio-0.6.19+ds changelog | 7 +++++++ patches/cmake-4.patch | 12 ++++++++++++ patches/series | 1 + 3 files changed, 20 insertions(+) diff -Nru restinio-0.6.19+ds/debian/changelog restinio-0.6.19+ds/debian/changelog --- restinio-0.6.19+ds/debian/changelog 2023-10-26 08:00:31.000000000 +0300 +++ restinio-0.6.19+ds/debian/changelog 2025-11-15 14:51:31.000000000 +0200 @@ -1,3 +1,10 @@ +restinio (0.6.19+ds-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1113468) + + -- Adrian Bunk <[email protected]> Sat, 15 Nov 2025 14:51:31 +0200 + restinio (0.6.19+ds-1) unstable; urgency=medium * Repack to remove several embedded copies, per #1053931. diff -Nru restinio-0.6.19+ds/debian/patches/cmake-4.patch restinio-0.6.19+ds/debian/patches/cmake-4.patch --- restinio-0.6.19+ds/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ restinio-0.6.19+ds/debian/patches/cmake-4.patch 2025-11-15 14:51:31.000000000 +0200 @@ -0,0 +1,12 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1113468 + +--- restinio-0.6.19+ds.orig/dev/so_5/CMakeLists.txt ++++ restinio-0.6.19+ds/dev/so_5/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 3.1) ++cmake_minimum_required(VERSION 3.5) + + if((NOT SOBJECTIZER_BUILD_STATIC) AND (NOT SOBJECTIZER_BUILD_SHARED)) + set(SOBJECTIZER_BUILD_STATIC ON) diff -Nru restinio-0.6.19+ds/debian/patches/series restinio-0.6.19+ds/debian/patches/series --- restinio-0.6.19+ds/debian/patches/series 2023-10-25 07:59:58.000000000 +0300 +++ restinio-0.6.19+ds/debian/patches/series 2025-11-15 14:51:31.000000000 +0200 @@ -1 +1,2 @@ 2000-include-clara.patch +cmake-4.patch

