Control: tags 1113051 + pending Dear maintainer,
I've prepared an NMU for interception-tools (versioned as 0.6.8-3.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for interception-tools-0.6.8 interception-tools-0.6.8 changelog | 7 +++++++ patches/debian-changes | 6 ++++++ 2 files changed, 13 insertions(+) diff -Nru interception-tools-0.6.8/debian/changelog interception-tools-0.6.8/debian/changelog --- interception-tools-0.6.8/debian/changelog 2022-09-18 01:55:35.000000000 +0300 +++ interception-tools-0.6.8/debian/changelog 2025-10-13 20:48:31.000000000 +0300 @@ -1,3 +1,10 @@ +interception-tools (0.6.8-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1113051) + + -- Adrian Bunk <[email protected]> Mon, 13 Oct 2025 20:48:31 +0300 + interception-tools (0.6.8-3) unstable; urgency=medium * Provide udevmon.service diff -Nru interception-tools-0.6.8/debian/patches/debian-changes interception-tools-0.6.8/debian/patches/debian-changes --- interception-tools-0.6.8/debian/patches/debian-changes 2022-09-18 01:55:35.000000000 +0300 +++ interception-tools-0.6.8/debian/patches/debian-changes 2025-10-13 20:48:31.000000000 +0300 @@ -22,6 +22,12 @@ A single combined diff, containing all the changes, follows. --- interception-tools-0.6.8.orig/CMakeLists.txt +++ interception-tools-0.6.8/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 3.0) ++cmake_minimum_required(VERSION 3.5) + + project(interception-tools) + @@ -13,10 +13,10 @@ target_include_directories(udevmon PRIVA target_compile_options(udevmon PRIVATE -Wall -Wextra -pedantic -std=c++11) target_link_libraries(udevmon evdev udev yaml-cpp)

