Control: tags 1113665 + patch Control: tags 1113665 + pending Dear maintainer,
I've prepared an NMU for astromenace (versioned as 1.3.2+repack-7.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for astromenace-1.3.2+repack astromenace-1.3.2+repack changelog | 7 +++++++ patches/cmake-4.patch | 12 ++++++++++++ patches/series | 1 + 3 files changed, 20 insertions(+) diff -Nru astromenace-1.3.2+repack/debian/changelog astromenace-1.3.2+repack/debian/changelog --- astromenace-1.3.2+repack/debian/changelog 2020-06-09 19:18:14.000000000 +0300 +++ astromenace-1.3.2+repack/debian/changelog 2025-10-11 20:55:04.000000000 +0300 @@ -1,3 +1,10 @@ +astromenace (1.3.2+repack-7.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1113665) + + -- Adrian Bunk <[email protected]> Sat, 11 Oct 2025 20:55:04 +0300 + astromenace (1.3.2+repack-7) unstable; urgency=high * Team upload. diff -Nru astromenace-1.3.2+repack/debian/patches/cmake-4.patch astromenace-1.3.2+repack/debian/patches/cmake-4.patch --- astromenace-1.3.2+repack/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ astromenace-1.3.2+repack/debian/patches/cmake-4.patch 2025-10-11 20:55:04.000000000 +0300 @@ -0,0 +1,12 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1113665 + +--- astromenace-1.3.2+repack.orig/CMakeLists.txt ++++ astromenace-1.3.2+repack/CMakeLists.txt +@@ -1,4 +1,4 @@ +-CMAKE_MINIMUM_REQUIRED(VERSION 2.4) ++CMAKE_MINIMUM_REQUIRED(VERSION 3.5) + + # project name + PROJECT(AstroMenace) diff -Nru astromenace-1.3.2+repack/debian/patches/series astromenace-1.3.2+repack/debian/patches/series --- astromenace-1.3.2+repack/debian/patches/series 2020-06-09 19:13:51.000000000 +0300 +++ astromenace-1.3.2+repack/debian/patches/series 2025-10-11 20:55:04.000000000 +0300 @@ -3,3 +3,4 @@ enable_fontconfig_support.patch fix_work_on_intel_videocards.patch disable_GL_ARB_texture_compression_bptc.patch +cmake-4.patch

