Control: tags 1112874 + patch Control: tags 1112874 + pending Dear maintainer,
I've prepared an NMU for eq10q (versioned as 2.2~repack0-5.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for eq10q-2.2~repack0 eq10q-2.2~repack0 changelog | 7 +++++++ patches/cmake-4.patch | 13 +++++++++++++ patches/series | 1 + 3 files changed, 21 insertions(+) diff -Nru eq10q-2.2~repack0/debian/changelog eq10q-2.2~repack0/debian/changelog --- eq10q-2.2~repack0/debian/changelog 2023-10-15 01:15:15.000000000 +0300 +++ eq10q-2.2~repack0/debian/changelog 2025-11-19 21:33:18.000000000 +0200 @@ -1,3 +1,10 @@ +eq10q (2.2~repack0-5.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1112874) + + -- Adrian Bunk <[email protected]> Wed, 19 Nov 2025 21:33:18 +0200 + eq10q (2.2~repack0-5) unstable; urgency=medium * Team upload. diff -Nru eq10q-2.2~repack0/debian/patches/cmake-4.patch eq10q-2.2~repack0/debian/patches/cmake-4.patch --- eq10q-2.2~repack0/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ eq10q-2.2~repack0/debian/patches/cmake-4.patch 2025-11-19 21:33:18.000000000 +0200 @@ -0,0 +1,13 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1112874 + +--- eq10q-2.2~repack0.orig/CMakeLists.txt ++++ eq10q-2.2~repack0/CMakeLists.txt +@@ -1,5 +1,5 @@ + ##EQ10Q TopLevel CMake +-cmake_minimum_required(VERSION 2.8) ++cmake_minimum_required(VERSION 3.5) + PROJECT(eq10q) + + ##ADD_DEFINITIONS(-Wall -O3 -fPIC -finline-functions -finline-functions-called-once -msse -mfpmath=sse -std=c99) diff -Nru eq10q-2.2~repack0/debian/patches/series eq10q-2.2~repack0/debian/patches/series --- eq10q-2.2~repack0/debian/patches/series 2023-10-15 00:29:34.000000000 +0300 +++ eq10q-2.2~repack0/debian/patches/series 2025-11-19 21:33:18.000000000 +0200 @@ -5,3 +5,4 @@ 05-pow10.patch 0006-Fix-lv2-types.patch 07-Prevent-gui-build.patch +cmake-4.patch

