Control: tags 1113152 + patch Control: tags 1113152 + pending Dear maintainer,
I've prepared an NMU for libfreenect (versioned as 1:0.5.3-3.3) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for libfreenect-0.5.3 libfreenect-0.5.3 changelog | 7 +++++++ patches/cmake-4.patch | 15 +++++++++++++++ patches/series | 1 + 3 files changed, 23 insertions(+) diff -Nru libfreenect-0.5.3/debian/changelog libfreenect-0.5.3/debian/changelog --- libfreenect-0.5.3/debian/changelog 2024-02-28 14:05:12.000000000 +0200 +++ libfreenect-0.5.3/debian/changelog 2025-10-27 13:52:30.000000000 +0200 @@ -1,3 +1,10 @@ +libfreenect (1:0.5.3-3.3) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1113152) + + -- Adrian Bunk <[email protected]> Mon, 27 Oct 2025 13:52:30 +0200 + libfreenect (1:0.5.3-3.2) unstable; urgency=medium * Non-maintainer upload. diff -Nru libfreenect-0.5.3/debian/patches/cmake-4.patch libfreenect-0.5.3/debian/patches/cmake-4.patch --- libfreenect-0.5.3/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ libfreenect-0.5.3/debian/patches/cmake-4.patch 2025-10-27 13:52:30.000000000 +0200 @@ -0,0 +1,15 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1113152 + +--- libfreenect-0.5.3.orig/CMakeLists.txt ++++ libfreenect-0.5.3/CMakeLists.txt +@@ -30,7 +30,7 @@ + # CMake directives + ###################################################################################### + +-cmake_minimum_required(VERSION 2.6) ++cmake_minimum_required(VERSION 3.5) + set(PYTHON_EXECUTABLE "python2") + + ###################################################################################### diff -Nru libfreenect-0.5.3/debian/patches/series libfreenect-0.5.3/debian/patches/series --- libfreenect-0.5.3/debian/patches/series 2023-11-26 16:57:36.000000000 +0200 +++ libfreenect-0.5.3/debian/patches/series 2025-10-27 13:52:30.000000000 +0200 @@ -5,3 +5,4 @@ add-missing-libs.patch deb_do_not_override_library_install_dir deb_glview +cmake-4.patch

