Control: tags 1113295 + patch Control: tags 1113295 + pending Dear maintainer,
I've prepared an NMU for mppenc (versioned as 1.16-2.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for mppenc-1.16 mppenc-1.16 changelog | 7 +++++++ patches/cmake-4.patch | 12 ++++++++++++ patches/series | 1 + 3 files changed, 20 insertions(+) diff -Nru mppenc-1.16/debian/changelog mppenc-1.16/debian/changelog --- mppenc-1.16/debian/changelog 2024-09-08 00:13:54.000000000 +0300 +++ mppenc-1.16/debian/changelog 2025-10-11 21:08:51.000000000 +0300 @@ -1,3 +1,10 @@ +mppenc (1.16-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1113295) + + -- Adrian Bunk <[email protected]> Sat, 11 Oct 2025 21:08:51 +0300 + mppenc (1.16-2) unstable; urgency=medium * Team upload. diff -Nru mppenc-1.16/debian/patches/cmake-4.patch mppenc-1.16/debian/patches/cmake-4.patch --- mppenc-1.16/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ mppenc-1.16/debian/patches/cmake-4.patch 2025-10-11 21:08:51.000000000 +0300 @@ -0,0 +1,12 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1113295 + +--- mppenc-1.16.orig/CMakeLists.txt ++++ mppenc-1.16/CMakeLists.txt +@@ -1,4 +1,4 @@ +-CMAKE_MINIMUM_REQUIRED(VERSION 2.4) ++CMAKE_MINIMUM_REQUIRED(VERSION 3.5) + project(mppenc C) + set(CMAKE_VERBOSE_MAKEFILE false) + diff -Nru mppenc-1.16/debian/patches/series mppenc-1.16/debian/patches/series --- mppenc-1.16/debian/patches/series 2024-09-08 00:13:54.000000000 +0300 +++ mppenc-1.16/debian/patches/series 2025-10-11 21:08:51.000000000 +0300 @@ -1 +1,2 @@ kfreebsd-gnu_ftbfs.diff +cmake-4.patch

