Control: tags 1113447 + patch Control: tags 1113447 + pending Dear maintainer,
I've prepared an NMU for qstopmotion (versioned as 2.5.2-2.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for qstopmotion-2.5.2 qstopmotion-2.5.2 changelog | 7 +++++++ patches/cmake-4.patch | 15 +++++++++++++++ patches/series | 1 + 3 files changed, 23 insertions(+) diff -Nru qstopmotion-2.5.2/debian/changelog qstopmotion-2.5.2/debian/changelog --- qstopmotion-2.5.2/debian/changelog 2025-02-14 01:23:21.000000000 +0200 +++ qstopmotion-2.5.2/debian/changelog 2025-10-11 19:46:04.000000000 +0300 @@ -1,3 +1,10 @@ +qstopmotion (2.5.2-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1113447) + + -- Adrian Bunk <[email protected]> Sat, 11 Oct 2025 19:46:04 +0300 + qstopmotion (2.5.2-2) unstable; urgency=medium * Team upload. diff -Nru qstopmotion-2.5.2/debian/patches/cmake-4.patch qstopmotion-2.5.2/debian/patches/cmake-4.patch --- qstopmotion-2.5.2/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ qstopmotion-2.5.2/debian/patches/cmake-4.patch 2025-10-11 19:46:04.000000000 +0300 @@ -0,0 +1,15 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1113447 + +--- qstopmotion-2.5.2.orig/CMakeLists.txt ++++ qstopmotion-2.5.2/CMakeLists.txt +@@ -29,7 +29,7 @@ + + project(qStopMotion) + +-cmake_minimum_required(VERSION 3.0.2) ++cmake_minimum_required(VERSION 3.5) + + # option(CMAKE_VERBOSE_MAKEFILE ON) + diff -Nru qstopmotion-2.5.2/debian/patches/series qstopmotion-2.5.2/debian/patches/series --- qstopmotion-2.5.2/debian/patches/series 2025-02-14 01:23:21.000000000 +0200 +++ qstopmotion-2.5.2/debian/patches/series 2025-10-11 19:46:04.000000000 +0300 @@ -1 +1,2 @@ # 0001-Fix-the-function-signature-of-GphotoGrabber-errorDum.patch +cmake-4.patch

