Control: tags 1113443 + patch Control: tags 1113443 + pending Dear maintainer,
I've prepared an NMU for qjoypad (versioned as 4.3.1-3.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for qjoypad-4.3.1 qjoypad-4.3.1 changelog | 7 +++++++ patches/cmake-4.patch | 12 ++++++++++++ patches/series | 1 + 3 files changed, 20 insertions(+) diff -Nru qjoypad-4.3.1/debian/changelog qjoypad-4.3.1/debian/changelog --- qjoypad-4.3.1/debian/changelog 2021-09-29 21:58:48.000000000 +0300 +++ qjoypad-4.3.1/debian/changelog 2025-10-11 19:42:18.000000000 +0300 @@ -1,3 +1,10 @@ +qjoypad (4.3.1-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1113443) + + -- Adrian Bunk <[email protected]> Sat, 11 Oct 2025 19:42:18 +0300 + qjoypad (4.3.1-3) unstable; urgency=medium * Fix the watch file. diff -Nru qjoypad-4.3.1/debian/patches/cmake-4.patch qjoypad-4.3.1/debian/patches/cmake-4.patch --- qjoypad-4.3.1/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ qjoypad-4.3.1/debian/patches/cmake-4.patch 2025-10-11 19:42:18.000000000 +0300 @@ -0,0 +1,12 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1113443 + +--- qjoypad-4.3.1.orig/CMakeLists.txt ++++ qjoypad-4.3.1/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 2.8.11) ++cmake_minimum_required(VERSION 3.5) + + project(qjoypad) + diff -Nru qjoypad-4.3.1/debian/patches/series qjoypad-4.3.1/debian/patches/series --- qjoypad-4.3.1/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ qjoypad-4.3.1/debian/patches/series 2025-10-11 19:42:18.000000000 +0300 @@ -0,0 +1 @@ +cmake-4.patch

