Control: tags 1113323 + patch
Control: tags 1113323 + pending

Dear maintainer,

I've prepared an NMU for nfstrace (versioned as 0.4.3.2+git20200805+b220d04-4.1)
and uploaded it to DELAYED/14. Please feel free to tell me if I should 
cancel it.

cu
Adrian
diffstat for nfstrace-0.4.3.2+git20200805+b220d04 nfstrace-0.4.3.2+git20200805+b220d04

 changelog                                                         |    7 +
 patches/0001-Bump-cmake_minimum_required-to-3.5-for-CMake-4.patch |   47 ++++++++++
 patches/series                                                    |    1 
 3 files changed, 55 insertions(+)

diff -Nru nfstrace-0.4.3.2+git20200805+b220d04/debian/changelog nfstrace-0.4.3.2+git20200805+b220d04/debian/changelog
--- nfstrace-0.4.3.2+git20200805+b220d04/debian/changelog	2024-04-07 15:53:20.000000000 +0300
+++ nfstrace-0.4.3.2+git20200805+b220d04/debian/changelog	2025-10-11 14:30:27.000000000 +0300
@@ -1,3 +1,10 @@
+nfstrace (0.4.3.2+git20200805+b220d04-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with CMake 4. (Closes: #1113323)
+
+ -- Adrian Bunk <[email protected]>  Sat, 11 Oct 2025 14:30:27 +0300
+
 nfstrace (0.4.3.2+git20200805+b220d04-4) unstable; urgency=medium
 
   * Add nocheck and nodoc build profiles.
diff -Nru nfstrace-0.4.3.2+git20200805+b220d04/debian/patches/0001-Bump-cmake_minimum_required-to-3.5-for-CMake-4.patch nfstrace-0.4.3.2+git20200805+b220d04/debian/patches/0001-Bump-cmake_minimum_required-to-3.5-for-CMake-4.patch
--- nfstrace-0.4.3.2+git20200805+b220d04/debian/patches/0001-Bump-cmake_minimum_required-to-3.5-for-CMake-4.patch	1970-01-01 02:00:00.000000000 +0200
+++ nfstrace-0.4.3.2+git20200805+b220d04/debian/patches/0001-Bump-cmake_minimum_required-to-3.5-for-CMake-4.patch	2025-10-11 14:28:39.000000000 +0300
@@ -0,0 +1,47 @@
+From 925be534dff7d6fbd54d3fe823e71d811032d1dc Mon Sep 17 00:00:00 2001
+From: Adrian Bunk <[email protected]>
+Date: Sat, 11 Oct 2025 14:27:22 +0300
+Subject: Bump cmake_minimum_required to 3.5 for CMake 4
+
+---
+ CMakeLists.txt           | 2 +-
+ analyzers/CMakeLists.txt | 2 +-
+ cmake/FindJSON.cmake     | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 9a9ae98..355b84a 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required (VERSION 3.0)
++cmake_minimum_required (VERSION 3.5)
+ project (nfstrace)
+ 
+ # check compiler and packages ==================================================
+diff --git a/analyzers/CMakeLists.txt b/analyzers/CMakeLists.txt
+index b8dfddc..b6dba5b 100644
+--- a/analyzers/CMakeLists.txt
++++ b/analyzers/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required (VERSION 3.0)
++cmake_minimum_required (VERSION 3.5)
+ 
+ # build analyzers ==============================================================
+ add_library (testanalyzer MODULE src/test/test_analyzer.cpp)
+diff --git a/cmake/FindJSON.cmake b/cmake/FindJSON.cmake
+index 84ebc5b..d752f17 100644
+--- a/cmake/FindJSON.cmake
++++ b/cmake/FindJSON.cmake
+@@ -17,7 +17,7 @@
+ # in sid:
+ # $ sudo apt-get install libjson-c-dev
+ 
+-cmake_minimum_required (VERSION 3.0)
++cmake_minimum_required (VERSION 3.5)
+ 
+ #[[
+ Debian and Ubuntu have json-c in /usr/include/json-c and jsoncpp in /usr/include/jsoncpp/json
+-- 
+2.30.2
+
diff -Nru nfstrace-0.4.3.2+git20200805+b220d04/debian/patches/series nfstrace-0.4.3.2+git20200805+b220d04/debian/patches/series
--- nfstrace-0.4.3.2+git20200805+b220d04/debian/patches/series	2024-04-07 15:53:20.000000000 +0300
+++ nfstrace-0.4.3.2+git20200805+b220d04/debian/patches/series	2025-10-11 14:30:21.000000000 +0300
@@ -3,3 +3,4 @@
 tirpc.patch
 fix-ftbfs-with-opaque-ncurses.patch
 0005-Use-intmax_t-and-the-corresponding-format-specifier-.patch
+0001-Bump-cmake_minimum_required-to-3.5-for-CMake-4.patch

Reply via email to