Control: tags 1113213 + patch Control: tags 1113213 + pending Dear maintainer,
I've prepared an NMU for libusb3380 (versioned as 0.0.1+git20190125.c83d1e9-2.2) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for libusb3380-0.0.1+git20190125.c83d1e9 libusb3380-0.0.1+git20190125.c83d1e9 changelog | 7 +++++++ patches/cmake-4.patch | 12 ++++++++++++ patches/series | 1 + 3 files changed, 20 insertions(+) diff -Nru libusb3380-0.0.1+git20190125.c83d1e9/debian/changelog libusb3380-0.0.1+git20190125.c83d1e9/debian/changelog --- libusb3380-0.0.1+git20190125.c83d1e9/debian/changelog 2024-02-28 22:57:08.000000000 +0200 +++ libusb3380-0.0.1+git20190125.c83d1e9/debian/changelog 2025-11-18 22:55:13.000000000 +0200 @@ -1,3 +1,10 @@ +libusb3380 (0.0.1+git20190125.c83d1e9-2.2) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1113213) + + -- Adrian Bunk <[email protected]> Tue, 18 Nov 2025 22:55:13 +0200 + libusb3380 (0.0.1+git20190125.c83d1e9-2.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru libusb3380-0.0.1+git20190125.c83d1e9/debian/patches/cmake-4.patch libusb3380-0.0.1+git20190125.c83d1e9/debian/patches/cmake-4.patch --- libusb3380-0.0.1+git20190125.c83d1e9/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ libusb3380-0.0.1+git20190125.c83d1e9/debian/patches/cmake-4.patch 2025-11-18 22:55:13.000000000 +0200 @@ -0,0 +1,12 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1113213 + +--- libusb3380-0.0.1+git20190125.c83d1e9.orig/CMakeLists.txt ++++ libusb3380-0.0.1+git20190125.c83d1e9/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 2.8) ++cmake_minimum_required(VERSION 3.5) + project(libusb3380 C) + + # Set the version information here diff -Nru libusb3380-0.0.1+git20190125.c83d1e9/debian/patches/series libusb3380-0.0.1+git20190125.c83d1e9/debian/patches/series --- libusb3380-0.0.1+git20190125.c83d1e9/debian/patches/series 2020-04-09 12:25:30.000000000 +0300 +++ libusb3380-0.0.1+git20190125.c83d1e9/debian/patches/series 2025-11-18 22:55:13.000000000 +0200 @@ -1,2 +1,3 @@ 0001-debian-pkgconfig-compliance.patch 0002-cmake-find-threads.patch +cmake-4.patch

