Control: tags 1113540 + patch
Control: tags 1113540 + pending

Dear maintainer,

I've prepared an NMU for squirrel3 (versioned as 3.1-8.3) and uploaded 
it to DELAYED/15. Please feel free to tell me if I should cancel it.

cu
Adrian
diffstat for squirrel3-3.1 squirrel3-3.1

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

diff -Nru squirrel3-3.1/debian/changelog squirrel3-3.1/debian/changelog
--- squirrel3-3.1/debian/changelog	2024-05-13 15:59:34.000000000 +0300
+++ squirrel3-3.1/debian/changelog	2025-10-26 22:12:22.000000000 +0200
@@ -1,3 +1,10 @@
+squirrel3 (3.1-8.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with CMake 4. (Closes: #1113540)
+
+ -- Adrian Bunk <[email protected]>  Sun, 26 Oct 2025 22:12:22 +0200
+
 squirrel3 (3.1-8.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru squirrel3-3.1/debian/patches/cmake-4.patch squirrel3-3.1/debian/patches/cmake-4.patch
--- squirrel3-3.1/debian/patches/cmake-4.patch	1970-01-01 02:00:00.000000000 +0200
+++ squirrel3-3.1/debian/patches/cmake-4.patch	2025-10-26 22:12:22.000000000 +0200
@@ -0,0 +1,16 @@
+Description: Fix FTBFS with CMake 4
+Author: Adrian Bunk <[email protected]>
+Bug-Debian: https://bugs.debian.org/1113540
+
+--- squirrel3-3.1.orig/CMakeLists.txt
++++ squirrel3-3.1/CMakeLists.txt
+@@ -1,8 +1,4 @@
+-if(MSVC)
+-  cmake_minimum_required(VERSION 3.4)
+-else()
+-  cmake_minimum_required(VERSION 2.8)
+-endif()
++cmake_minimum_required(VERSION 3.5)
+ 
+ set(CMAKE_INSTALL_PREFIX "${CMAKE_SOURCE_DIR}" CACHE PATH "")
+ set(CMAKE_BUILD_TYPE "Release" CACHE STRING "")
diff -Nru squirrel3-3.1/debian/patches/series squirrel3-3.1/debian/patches/series
--- squirrel3-3.1/debian/patches/series	2024-05-13 15:59:20.000000000 +0300
+++ squirrel3-3.1/debian/patches/series	2025-10-26 22:12:22.000000000 +0200
@@ -1,3 +1,4 @@
 01-fix-spelling-errors.patch
 02-sphinx-ext.patch
 03-fix-buffer-overflow.diff
+cmake-4.patch

Reply via email to