Control: tags 1125523 + patch Control: tags 1125523 + pending Dear maintainer,
I've prepared an NMU for forge (versioned as 1.0.1-5.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for forge-1.0.1 forge-1.0.1 changelog | 7 +++++++ patches/cmake.patch | 8 ++++++++ 2 files changed, 15 insertions(+) diff -Nru forge-1.0.1/debian/changelog forge-1.0.1/debian/changelog --- forge-1.0.1/debian/changelog 2026-01-02 21:48:38.000000000 +0200 +++ forge-1.0.1/debian/changelog 2026-02-16 17:55:09.000000000 +0200 @@ -1,3 +1,10 @@ +forge (1.0.1-5.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix autopkgtest failure with CMake 4. (Closes: #1125523) + + -- Adrian Bunk <[email protected]> Mon, 16 Feb 2026 17:55:09 +0200 + forge (1.0.1-5) unstable; urgency=medium * Team upload. diff -Nru forge-1.0.1/debian/patches/cmake.patch forge-1.0.1/debian/patches/cmake.patch --- forge-1.0.1/debian/patches/cmake.patch 2026-01-02 21:48:38.000000000 +0200 +++ forge-1.0.1/debian/patches/cmake.patch 2026-02-16 17:54:45.000000000 +0200 @@ -40,3 +40,11 @@ FIND_PACKAGE(OpenGL REQUIRED) +--- forge-1.0.1.orig/examples/CMakeLists.txt ++++ forge-1.0.1/examples/CMakeLists.txt +@@ -1,4 +1,4 @@ +-CMAKE_MINIMUM_REQUIRED(VERSION 2.8) ++CMAKE_MINIMUM_REQUIRED(VERSION 3.5) + PROJECT(Forge-Examples) + + SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules")

