Control: tags 1113615 + patch Control: tags 1113615 + pending Dear maintainer,
I've prepared an NMU for vdeplug-vlan (versioned as 0.1.0-2.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for vdeplug-vlan-0.1.0 vdeplug-vlan-0.1.0 changelog | 7 +++++ patches/0001-update-cmake-version.patch | 44 ++++++++++++++++++++++++++++++++ patches/series | 1 3 files changed, 52 insertions(+) diff -Nru vdeplug-vlan-0.1.0/debian/changelog vdeplug-vlan-0.1.0/debian/changelog --- vdeplug-vlan-0.1.0/debian/changelog 2020-12-01 16:57:44.000000000 +0200 +++ vdeplug-vlan-0.1.0/debian/changelog 2025-10-11 16:01:50.000000000 +0300 @@ -1,3 +1,10 @@ +vdeplug-vlan (0.1.0-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Backport upstream fix for FTBFS with CMake 4. (Closes: #1113615) + + -- Adrian Bunk <[email protected]> Sat, 11 Oct 2025 16:01:50 +0300 + vdeplug-vlan (0.1.0-2) unstable; urgency=medium * d/control: Add VirtualSquare Uploader diff -Nru vdeplug-vlan-0.1.0/debian/patches/0001-update-cmake-version.patch vdeplug-vlan-0.1.0/debian/patches/0001-update-cmake-version.patch --- vdeplug-vlan-0.1.0/debian/patches/0001-update-cmake-version.patch 1970-01-01 02:00:00.000000000 +0200 +++ vdeplug-vlan-0.1.0/debian/patches/0001-update-cmake-version.patch 2025-10-11 16:01:18.000000000 +0300 @@ -0,0 +1,44 @@ +From c19866ee3ce29e821916ab1611a18179cc7b4a20 Mon Sep 17 00:00:00 2001 +From: Renzo Davoli <[email protected]> +Date: Fri, 26 Sep 2025 17:29:31 +0200 +Subject: update cmake version + +--- + CMakeLists.txt | 2 +- + Uninstall.cmake | 2 +- + man/CMakeLists.txt | 2 +- + 3 files changed, 3 insertions(+), 3 deletions(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 260a471..65f2320 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 3.1) ++cmake_minimum_required(VERSION 3.25) + project("vdeplug_vlan" + DESCRIPTION "libvdeplug plugin module for vlan" + HOMEPAGE_URL "https://github.com/rd235/vdeplug_vlan" +diff --git a/Uninstall.cmake b/Uninstall.cmake +index 466ee4e..3b6aac8 100644 +--- a/Uninstall.cmake ++++ b/Uninstall.cmake +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 3.13) ++cmake_minimum_required(VERSION 3.25) + set(MANIFEST "${CMAKE_CURRENT_BINARY_DIR}/install_manifest.txt") + + if(NOT EXISTS ${MANIFEST}) +diff --git a/man/CMakeLists.txt b/man/CMakeLists.txt +index ef7cdcc..26e479f 100644 +--- a/man/CMakeLists.txt ++++ b/man/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 3.7) ++cmake_minimum_required(VERSION 3.25) + + set(RONN_ORGANIZATION "VirtualSquare") + set(RONN_ARGS --organization=${RONN_ORGANIZATION}) +-- +2.30.2 + diff -Nru vdeplug-vlan-0.1.0/debian/patches/series vdeplug-vlan-0.1.0/debian/patches/series --- vdeplug-vlan-0.1.0/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ vdeplug-vlan-0.1.0/debian/patches/series 2025-10-11 16:01:48.000000000 +0300 @@ -0,0 +1 @@ +0001-update-cmake-version.patch

