Control: tags 1113333 + patch Control: tags 1113333 + pending Dear maintainer,
I've prepared an NMU for ntirpc (versioned as 6.3-2.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for ntirpc-6.3 ntirpc-6.3 changelog | 7 ++ patches/0001-build-bump-cmake_minimum_required-to-3.5.0.patch | 29 ++++++++++ patches/series | 1 3 files changed, 37 insertions(+) diff -Nru ntirpc-6.3/debian/changelog ntirpc-6.3/debian/changelog --- ntirpc-6.3/debian/changelog 2025-01-27 11:36:19.000000000 +0200 +++ ntirpc-6.3/debian/changelog 2025-10-26 23:45:47.000000000 +0200 @@ -1,3 +1,10 @@ +ntirpc (6.3-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Backport upstream fix for FTBFS with CMake 4. (Closes: #1113333) + + -- Adrian Bunk <[email protected]> Sun, 26 Oct 2025 23:45:47 +0200 + ntirpc (6.3-2) unstable; urgency=medium * rebuild for unstable diff -Nru ntirpc-6.3/debian/patches/0001-build-bump-cmake_minimum_required-to-3.5.0.patch ntirpc-6.3/debian/patches/0001-build-bump-cmake_minimum_required-to-3.5.0.patch --- ntirpc-6.3/debian/patches/0001-build-bump-cmake_minimum_required-to-3.5.0.patch 1970-01-01 02:00:00.000000000 +0200 +++ ntirpc-6.3/debian/patches/0001-build-bump-cmake_minimum_required-to-3.5.0.patch 2025-10-26 23:45:47.000000000 +0200 @@ -0,0 +1,29 @@ +From 82bf87239a1959bf99ef1cd2bc2648399c96ed14 Mon Sep 17 00:00:00 2001 +From: Rubén Alcolea Núñez <[email protected]> +Date: Fri, 26 Sep 2025 13:10:46 +0200 +Subject: build: bump cmake_minimum_required to 3.5.0 +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Signed-off-by: Rubén Alcolea Núñez <[email protected]> +--- + CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 5f3e9227..3381cd2c 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -2,7 +2,7 @@ + + # Current version as of Fedora 16. Not tested with earlier. + +-cmake_minimum_required(VERSION 2.6.3) ++cmake_minimum_required(VERSION 3.5.0) + + set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/modules/") + +-- +2.30.2 + diff -Nru ntirpc-6.3/debian/patches/series ntirpc-6.3/debian/patches/series --- ntirpc-6.3/debian/patches/series 2025-01-27 11:36:19.000000000 +0200 +++ ntirpc-6.3/debian/patches/series 2025-10-26 23:45:47.000000000 +0200 @@ -2,3 +2,4 @@ #cmake_libdir.patch add-latomic-linking.patch missing-assert-h.patch +0001-build-bump-cmake_minimum_required-to-3.5.0.patch

