Control: tags 1112817 + patch
Control: tags 1112817 + pending

Dear maintainer,

I've prepared an NMU for csladspa (versioned as 1:6.11.1-1.1) and 
uploaded it to DELAYED/14. Please feel free to tell me if I should 
cancel it.

cu
Adrian
diffstat for csladspa-6.11.1 csladspa-6.11.1

 changelog             |    7 +++++++
 patches/cmake-4.patch |   12 ++++++++++++
 patches/series        |    1 +
 3 files changed, 20 insertions(+)

diff -Nru csladspa-6.11.1/debian/changelog csladspa-6.11.1/debian/changelog
--- csladspa-6.11.1/debian/changelog	2018-07-07 18:34:58.000000000 +0300
+++ csladspa-6.11.1/debian/changelog	2025-10-23 14:41:52.000000000 +0300
@@ -1,3 +1,10 @@
+csladspa (1:6.11.1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with CMake 4. (Closes: #1112817)
+
+ -- Adrian Bunk <[email protected]>  Thu, 23 Oct 2025 14:41:52 +0300
+
 csladspa (1:6.11.1-1) unstable; urgency=medium
 
   * Initial release. No ITP since this is a split of the csound package.
diff -Nru csladspa-6.11.1/debian/patches/cmake-4.patch csladspa-6.11.1/debian/patches/cmake-4.patch
--- csladspa-6.11.1/debian/patches/cmake-4.patch	1970-01-01 02:00:00.000000000 +0200
+++ csladspa-6.11.1/debian/patches/cmake-4.patch	2025-10-23 14:41:52.000000000 +0300
@@ -0,0 +1,12 @@
+Description: Fix FTBFS with CMake 4
+Author: Adrian Bunk <[email protected]>
+Bug-Debian: https://bugs.debian.org/1112817
+
+--- csladspa-6.11.1.orig/CMakeLists.txt
++++ csladspa-6.11.1/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 2.8.12)
++cmake_minimum_required(VERSION 3.5)
+ set(CMAKE_MACOSX_RPATH 1)
+ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/")
+ if(MSVC AND NOT "${CMAKE_GENERATOR}" MATCHES "(Win64|IA64)")
diff -Nru csladspa-6.11.1/debian/patches/series csladspa-6.11.1/debian/patches/series
--- csladspa-6.11.1/debian/patches/series	1970-01-01 02:00:00.000000000 +0200
+++ csladspa-6.11.1/debian/patches/series	2025-10-23 14:41:52.000000000 +0300
@@ -0,0 +1 @@
+cmake-4.patch

Reply via email to