Control: tags 1113614 + patch Control: tags 1113614 + pending Dear maintainer,
I've prepared an NMU for vdeplug-vdesl (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-vdesl-0.1.0 vdeplug-vdesl-0.1.0 changelog | 7 +++++ patches/0001-update-cmake-version.patch | 44 ++++++++++++++++++++++++++++++++ patches/series | 1 3 files changed, 52 insertions(+) diff -Nru vdeplug-vdesl-0.1.0/debian/changelog vdeplug-vdesl-0.1.0/debian/changelog --- vdeplug-vdesl-0.1.0/debian/changelog 2020-12-01 18:26:55.000000000 +0200 +++ vdeplug-vdesl-0.1.0/debian/changelog 2025-10-11 16:07:23.000000000 +0300 @@ -1,3 +1,10 @@ +vdeplug-vdesl (0.1.0-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Backport upstream fix for FTBFS with CMake 4. (Closes: #1113614) + + -- Adrian Bunk <b...@debian.org> Sat, 11 Oct 2025 16:07:23 +0300 + vdeplug-vdesl (0.1.0-2) unstable; urgency=medium * d/control: Add VirtualSquare Uploader diff -Nru vdeplug-vdesl-0.1.0/debian/patches/0001-update-cmake-version.patch vdeplug-vdesl-0.1.0/debian/patches/0001-update-cmake-version.patch --- vdeplug-vdesl-0.1.0/debian/patches/0001-update-cmake-version.patch 1970-01-01 02:00:00.000000000 +0200 +++ vdeplug-vdesl-0.1.0/debian/patches/0001-update-cmake-version.patch 2025-10-11 16:07:05.000000000 +0300 @@ -0,0 +1,44 @@ +From 02dfd210b4dcc7ec9d21d0c3778159ebc5d4e659 Mon Sep 17 00:00:00 2001 +From: Renzo Davoli <re...@cs.unibo.it> +Date: Fri, 26 Sep 2025 17:26:44 +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 239f386..0a0a03b 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_vdesl" + DESCRIPTION "libvdeplug plugin module for vdesl" + HOMEPAGE_URL "https://github.com/virtualsquare/vdeplug_vdesl" +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-vdesl-0.1.0/debian/patches/series vdeplug-vdesl-0.1.0/debian/patches/series --- vdeplug-vdesl-0.1.0/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ vdeplug-vdesl-0.1.0/debian/patches/series 2025-10-11 16:07:21.000000000 +0300 @@ -0,0 +1 @@ +0001-update-cmake-version.patch