Control: tags 1113362 + patch Control: tags 1113362 + pending Dear maintainer,
I've prepared an NMU for openorienteering-mapper (versioned as 0.9.5-3.2) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for openorienteering-mapper-0.9.5 openorienteering-mapper-0.9.5 changelog | 7 +++++ patches/0001-Fix-CMake-configuration-warnings.patch | 24 ++++++++++++++++++++ patches/series | 1 3 files changed, 32 insertions(+) diff -Nru openorienteering-mapper-0.9.5/debian/changelog openorienteering-mapper-0.9.5/debian/changelog --- openorienteering-mapper-0.9.5/debian/changelog 2023-07-09 23:48:02.000000000 +0300 +++ openorienteering-mapper-0.9.5/debian/changelog 2025-11-11 16:36:07.000000000 +0200 @@ -1,3 +1,10 @@ +openorienteering-mapper (0.9.5-3.2) unstable; urgency=medium + + * Non-maintainer upload. + * Backport upstream fix for FTBFS with CMake 4. (Closes: #1113362) + + -- Adrian Bunk <[email protected]> Tue, 11 Nov 2025 16:36:07 +0200 + openorienteering-mapper (0.9.5-3.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru openorienteering-mapper-0.9.5/debian/patches/0001-Fix-CMake-configuration-warnings.patch openorienteering-mapper-0.9.5/debian/patches/0001-Fix-CMake-configuration-warnings.patch --- openorienteering-mapper-0.9.5/debian/patches/0001-Fix-CMake-configuration-warnings.patch 1970-01-01 02:00:00.000000000 +0200 +++ openorienteering-mapper-0.9.5/debian/patches/0001-Fix-CMake-configuration-warnings.patch 2025-11-11 16:35:31.000000000 +0200 @@ -0,0 +1,24 @@ +From de5b345eb5d8c3ba435fa25b0c2dd453c760f289 Mon Sep 17 00:00:00 2001 +From: Kai Pastor <[email protected]> +Date: Sun, 14 Apr 2024 17:01:15 +0200 +Subject: Fix CMake configuration warnings + +--- + 3rd-party/cove/tests/CMakeLists.txt | 4 ---- + 1 file changed, 4 deletions(-) + +diff --git a/3rd-party/cove/tests/CMakeLists.txt b/3rd-party/cove/tests/CMakeLists.txt +index b4a9786d..8fc3c12f 100644 +--- a/3rd-party/cove/tests/CMakeLists.txt ++++ b/3rd-party/cove/tests/CMakeLists.txt +@@ -1,7 +1,3 @@ +-cmake_minimum_required(VERSION 3.0 FATAL_ERROR) +- +-# project(CoveTests) +- + find_package(Qt5Core ${Qt5Core_VERSION} REQUIRED) + find_package(Qt5Gui ${Qt5Core_VERSION} REQUIRED) + find_package(Qt5Test ${Qt5Core_VERSION} REQUIRED) +-- +2.30.2 + diff -Nru openorienteering-mapper-0.9.5/debian/patches/series openorienteering-mapper-0.9.5/debian/patches/series --- openorienteering-mapper-0.9.5/debian/patches/series 2023-07-09 23:48:02.000000000 +0300 +++ openorienteering-mapper-0.9.5/debian/patches/series 2025-11-11 16:36:05.000000000 +0200 @@ -2,3 +2,4 @@ proj8.patch proj8.2.0.patch qt-5.15.9.patch +0001-Fix-CMake-configuration-warnings.patch

