Control: tags 1113044 + patch
Control: tags 1113044 + pending

Dear maintainer,

I've prepared an NMU for instead (versioned as 3.5.2+dfsg-0.3) and 
uploaded it to DELAYED/14. Please feel free to tell me if I should 
cancel it.

cu
Adrian
diffstat for instead-3.5.2+dfsg instead-3.5.2+dfsg

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

diff -Nru instead-3.5.2+dfsg/debian/changelog instead-3.5.2+dfsg/debian/changelog
--- instead-3.5.2+dfsg/debian/changelog	2024-12-31 20:20:10.000000000 +0200
+++ instead-3.5.2+dfsg/debian/changelog	2025-10-11 20:13:29.000000000 +0300
@@ -1,3 +1,10 @@
+instead (3.5.2+dfsg-0.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with CMake 4. (Closes: #1113044)
+
+ -- Adrian Bunk <[email protected]>  Sat, 11 Oct 2025 20:13:29 +0300
+
 instead (3.5.2+dfsg-0.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru instead-3.5.2+dfsg/debian/patches/cmake-4.patch instead-3.5.2+dfsg/debian/patches/cmake-4.patch
--- instead-3.5.2+dfsg/debian/patches/cmake-4.patch	1970-01-01 02:00:00.000000000 +0200
+++ instead-3.5.2+dfsg/debian/patches/cmake-4.patch	2025-10-11 20:13:29.000000000 +0300
@@ -0,0 +1,14 @@
+Description: Fix FTBFS with CMake 4
+Author: Adrian Bunk <[email protected]>
+Bug-Debian: https://bugs.debian.org/1113044
+
+--- instead-3.5.2+dfsg.orig/CMakeLists.txt
++++ instead-3.5.2+dfsg/CMakeLists.txt
+@@ -1,6 +1,6 @@
+ PROJECT(instead)
+ 
+-CMAKE_MINIMUM_REQUIRED(VERSION 2.6.0)
++CMAKE_MINIMUM_REQUIRED(VERSION 3.5)
+ SET(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
+ 
+ IF("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}")
diff -Nru instead-3.5.2+dfsg/debian/patches/series instead-3.5.2+dfsg/debian/patches/series
--- instead-3.5.2+dfsg/debian/patches/series	1970-01-01 02:00:00.000000000 +0200
+++ instead-3.5.2+dfsg/debian/patches/series	2025-10-11 20:13:29.000000000 +0300
@@ -0,0 +1 @@
+cmake-4.patch

Reply via email to