Control: tags 1112701 + patch Control: tags 1112701 + pending Dear maintainer,
I've prepared an NMU for antimony (versioned as 0.9.3-2.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for antimony-0.9.3 antimony-0.9.3 changelog | 7 +++++++ patches/0001-Fix-building-with-CMake-4.patch | 22 ++++++++++++++++++++++ patches/series | 1 + 3 files changed, 30 insertions(+) diff -Nru antimony-0.9.3/debian/changelog antimony-0.9.3/debian/changelog --- antimony-0.9.3/debian/changelog 2020-11-20 16:45:45.000000000 +0200 +++ antimony-0.9.3/debian/changelog 2025-10-11 20:33:32.000000000 +0300 @@ -1,3 +1,10 @@ +antimony (0.9.3-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1112701) + + -- Adrian Bunk <[email protected]> Sat, 11 Oct 2025 20:33:32 +0300 + antimony (0.9.3-2) unstable; urgency=medium * Add patch to import QPainterPath. Thanks to Tobias Frost. Closes: #975109 diff -Nru antimony-0.9.3/debian/patches/0001-Fix-building-with-CMake-4.patch antimony-0.9.3/debian/patches/0001-Fix-building-with-CMake-4.patch --- antimony-0.9.3/debian/patches/0001-Fix-building-with-CMake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ antimony-0.9.3/debian/patches/0001-Fix-building-with-CMake-4.patch 2025-10-11 20:31:46.000000000 +0300 @@ -0,0 +1,22 @@ +From ab5b8b20f1e86b9a23133bd6e0ed8bee1079f90b Mon Sep 17 00:00:00 2001 +From: Adrian Bunk <[email protected]> +Date: Sat, 11 Oct 2025 20:31:40 +0300 +Subject: Fix building with CMake 4 + +--- + CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index d6434e3b..7da6d4a1 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 3.1) ++cmake_minimum_required(VERSION 3.5) + project(Antimony) + set(CMAKE_BUILD_TYPE RELEASE) + +-- +2.30.2 + diff -Nru antimony-0.9.3/debian/patches/series antimony-0.9.3/debian/patches/series --- antimony-0.9.3/debian/patches/series 2020-11-20 16:33:10.000000000 +0200 +++ antimony-0.9.3/debian/patches/series 2025-10-11 20:33:30.000000000 +0300 @@ -2,3 +2,4 @@ 0002-Use-new-CMake-Python-discovery-with-matching-Boost-P.patch 0003-Change-python-variable-in-cmake.patch 0004-Import-QPainterPath.patch +0001-Fix-building-with-CMake-4.patch

