Control: tags 1112710 + patch Control: tags 1112710 + pending Dear maintainer,
I've prepared an NMU for assembly-stats (versioned as 1.0.1+ds-6.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for assembly-stats-1.0.1+ds assembly-stats-1.0.1+ds changelog | 7 +++++++ patches/cmake-4.patch | 12 ++++++++++++ patches/series | 1 + 3 files changed, 20 insertions(+) diff -Nru assembly-stats-1.0.1+ds/debian/changelog assembly-stats-1.0.1+ds/debian/changelog --- assembly-stats-1.0.1+ds/debian/changelog 2022-11-16 22:42:14.000000000 +0200 +++ assembly-stats-1.0.1+ds/debian/changelog 2025-10-11 20:49:14.000000000 +0300 @@ -1,3 +1,10 @@ +assembly-stats (1.0.1+ds-6.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1112710) + + -- Adrian Bunk <[email protected]> Sat, 11 Oct 2025 20:49:14 +0300 + assembly-stats (1.0.1+ds-6) unstable; urgency=medium * Fix watch file diff -Nru assembly-stats-1.0.1+ds/debian/patches/cmake-4.patch assembly-stats-1.0.1+ds/debian/patches/cmake-4.patch --- assembly-stats-1.0.1+ds/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ assembly-stats-1.0.1+ds/debian/patches/cmake-4.patch 2025-10-11 20:49:14.000000000 +0300 @@ -0,0 +1,12 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1112710 + +--- assembly-stats-1.0.1+ds.orig/CMakeLists.txt ++++ assembly-stats-1.0.1+ds/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required (VERSION 2.6) ++cmake_minimum_required (VERSION 3.5) + project (assembly-stats) + + set (CMAKE_CXX_FLAGS "-Wall -g -O3 -pthread") diff -Nru assembly-stats-1.0.1+ds/debian/patches/series assembly-stats-1.0.1+ds/debian/patches/series --- assembly-stats-1.0.1+ds/debian/patches/series 2022-11-16 22:42:14.000000000 +0200 +++ assembly-stats-1.0.1+ds/debian/patches/series 2025-10-11 20:49:14.000000000 +0300 @@ -2,3 +2,4 @@ do-not-test-forcefully.patch add-debug-flag.patch gcc11.patch +cmake-4.patch

