Control: tags 1112844 + patch Control: tags 1112844 + pending Dear maintainer,
I've prepared an NMU for diffpdf (versioned as 2.1.3.1-2.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for diffpdf-2.1.3.1 diffpdf-2.1.3.1 changelog | 7 +++++++ patches/cmake-4.patch | 12 ++++++++++++ patches/series | 1 + 3 files changed, 20 insertions(+) diff -Nru diffpdf-2.1.3.1/debian/changelog diffpdf-2.1.3.1/debian/changelog --- diffpdf-2.1.3.1/debian/changelog 2021-08-17 16:01:12.000000000 +0300 +++ diffpdf-2.1.3.1/debian/changelog 2025-10-27 16:21:30.000000000 +0200 @@ -1,3 +1,10 @@ +diffpdf (2.1.3.1-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1112844) + + -- Adrian Bunk <[email protected]> Mon, 27 Oct 2025 16:21:30 +0200 + diffpdf (2.1.3.1-2) unstable; urgency=medium * Wrap long lines in changelog entries: 2.1.3.1-1. diff -Nru diffpdf-2.1.3.1/debian/patches/cmake-4.patch diffpdf-2.1.3.1/debian/patches/cmake-4.patch --- diffpdf-2.1.3.1/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ diffpdf-2.1.3.1/debian/patches/cmake-4.patch 2025-10-27 16:21:30.000000000 +0200 @@ -0,0 +1,12 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1112844 + +--- diffpdf-2.1.3.1.orig/CMakeLists.txt ++++ diffpdf-2.1.3.1/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 3.1) ++cmake_minimum_required(VERSION 3.5) + + set(DIFFPDF_VERSION 2.1.3.1) + project(DiffPDF VERSION ${DIFFPDF_VERSION}) diff -Nru diffpdf-2.1.3.1/debian/patches/series diffpdf-2.1.3.1/debian/patches/series --- diffpdf-2.1.3.1/debian/patches/series 2021-05-06 20:50:33.000000000 +0300 +++ diffpdf-2.1.3.1/debian/patches/series 2025-10-27 16:21:30.000000000 +0200 @@ -4,3 +4,4 @@ 0006-do-not-check-extension.patch 0007-desktop.patch 0008-cmake-OpenMP.patch +cmake-4.patch

