Control: tags 1112840 + patch Control: tags 1112840 + pending Dear maintainer,
I've prepared an NMU for dhcpoptinj (versioned as 0.5.3-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for dhcpoptinj-0.5.3 dhcpoptinj-0.5.3 changelog | 7 +++++++ patches/cmake-4.patch | 12 ++++++++++++ patches/series | 1 + 3 files changed, 20 insertions(+) diff -Nru dhcpoptinj-0.5.3/debian/changelog dhcpoptinj-0.5.3/debian/changelog --- dhcpoptinj-0.5.3/debian/changelog 2019-08-07 08:24:10.000000000 +0300 +++ dhcpoptinj-0.5.3/debian/changelog 2025-10-19 22:37:09.000000000 +0300 @@ -1,3 +1,10 @@ +dhcpoptinj (0.5.3-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1112840) + + -- Adrian Bunk <[email protected]> Sun, 19 Oct 2025 22:37:09 +0300 + dhcpoptinj (0.5.3-1) unstable; urgency=medium * New upstream version 0.5.3 diff -Nru dhcpoptinj-0.5.3/debian/patches/cmake-4.patch dhcpoptinj-0.5.3/debian/patches/cmake-4.patch --- dhcpoptinj-0.5.3/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ dhcpoptinj-0.5.3/debian/patches/cmake-4.patch 2025-10-19 22:37:09.000000000 +0300 @@ -0,0 +1,12 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1112840 + +--- dhcpoptinj-0.5.3.orig/CMakeLists.txt ++++ dhcpoptinj-0.5.3/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 3.0) ++cmake_minimum_required(VERSION 3.5) + # Allow setting PROJECT_VERSION through project(): + cmake_policy(SET CMP0048 NEW) + diff -Nru dhcpoptinj-0.5.3/debian/patches/series dhcpoptinj-0.5.3/debian/patches/series --- dhcpoptinj-0.5.3/debian/patches/series 2019-08-01 12:04:50.000000000 +0300 +++ dhcpoptinj-0.5.3/debian/patches/series 2025-10-19 22:37:09.000000000 +0300 @@ -1 +1,2 @@ 0001-Do-not-treat-compiler-warnings-as-errors.patch +cmake-4.patch

