Control: tags 1112927 + patch Dear maintainer,
I've prepared an NMU for fp16 (versioned as 0.0~git20200514.4dfe081-5.1) and uploaded it to DELAYED/10. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for fp16-0.0~git20200514.4dfe081 fp16-0.0~git20200514.4dfe081 changelog | 7 +++++++ patches/cmake-4.patch | 12 ++++++++++++ patches/series | 1 + 3 files changed, 20 insertions(+) diff -Nru fp16-0.0~git20200514.4dfe081/debian/changelog fp16-0.0~git20200514.4dfe081/debian/changelog --- fp16-0.0~git20200514.4dfe081/debian/changelog 2024-08-20 18:47:04.000000000 +0300 +++ fp16-0.0~git20200514.4dfe081/debian/changelog 2026-05-04 17:12:15.000000000 +0300 @@ -1,3 +1,10 @@ +fp16 (0.0~git20200514.4dfe081-5.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1112927) + + -- Adrian Bunk <[email protected]> Mon, 04 May 2026 17:12:15 +0300 + fp16 (0.0~git20200514.4dfe081-5) unstable; urgency=medium * Team upload. diff -Nru fp16-0.0~git20200514.4dfe081/debian/patches/cmake-4.patch fp16-0.0~git20200514.4dfe081/debian/patches/cmake-4.patch --- fp16-0.0~git20200514.4dfe081/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ fp16-0.0~git20200514.4dfe081/debian/patches/cmake-4.patch 2026-05-04 17:12:15.000000000 +0300 @@ -0,0 +1,12 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1112927 + +--- fp16-0.0~git20200514.4dfe081.orig/CMakeLists.txt ++++ fp16-0.0~git20200514.4dfe081/CMakeLists.txt +@@ -1,4 +1,4 @@ +-CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12 FATAL_ERROR) ++CMAKE_MINIMUM_REQUIRED(VERSION 3.5 FATAL_ERROR) + + INCLUDE(GNUInstallDirs) + diff -Nru fp16-0.0~git20200514.4dfe081/debian/patches/series fp16-0.0~git20200514.4dfe081/debian/patches/series --- fp16-0.0~git20200514.4dfe081/debian/patches/series 2024-08-20 18:47:04.000000000 +0300 +++ fp16-0.0~git20200514.4dfe081/debian/patches/series 2026-05-04 17:12:15.000000000 +0300 @@ -1,3 +1,4 @@ nodownload ftbfs-i386.patch ftbfs-gcc-14.patch +cmake-4.patch

