Control: tags 1113092 + patch
Control: tags 1113092 + pending

Dear maintainer,

I've prepared an NMU for lambda-align (versioned as 1.0.3-6.1) and 
uploaded it to DELAYED/14. Please feel free to tell me if I should 
cancel it.

A maintainer upload would have to deal with the fact that -7 in 
experimental (which does not fix this bug) contains unrelated
changes for seqan2/experimental.

cu
Adrian
diffstat for lambda-align-1.0.3 lambda-align-1.0.3

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

diff -Nru lambda-align-1.0.3/debian/changelog lambda-align-1.0.3/debian/changelog
--- lambda-align-1.0.3/debian/changelog	2020-02-08 17:22:53.000000000 +0200
+++ lambda-align-1.0.3/debian/changelog	2025-10-14 20:47:06.000000000 +0300
@@ -1,3 +1,10 @@
+lambda-align (1.0.3-6.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with CMake 4. (Closes: #1113092)
+
+ -- Adrian Bunk <[email protected]>  Tue, 14 Oct 2025 20:47:06 +0300
+
 lambda-align (1.0.3-6) unstable; urgency=medium
 
   * Reset CMAKE_BUILD_TYPE to "Release" for reproducibility.
diff -Nru lambda-align-1.0.3/debian/patches/cmake-4.patch lambda-align-1.0.3/debian/patches/cmake-4.patch
--- lambda-align-1.0.3/debian/patches/cmake-4.patch	1970-01-01 02:00:00.000000000 +0200
+++ lambda-align-1.0.3/debian/patches/cmake-4.patch	2025-10-14 20:47:06.000000000 +0300
@@ -0,0 +1,26 @@
+Description: Fix FTBFS with CMake 4
+Author: Adrian Bunk <[email protected]>
+Bug-Debian: https://bugs.debian.org/1113092
+
+--- lambda-align-1.0.3.orig/CMakeLists.txt
++++ lambda-align-1.0.3/CMakeLists.txt
+@@ -2,7 +2,7 @@
+ #                  Lambda
+ # ===========================================================================
+ 
+-cmake_minimum_required (VERSION 3.0.0)
++cmake_minimum_required (VERSION 3.5.0)
+ string(ASCII 27 Esc)
+ set(ColourBold  "${Esc}[1m")
+ set(ColourReset "${Esc}[m")
+--- lambda-align-1.0.3.orig/tests/CMakeLists.txt
++++ lambda-align-1.0.3/tests/CMakeLists.txt
+@@ -2,7 +2,7 @@
+ #  Lambda tests
+ # ===========================================================================
+ 
+-cmake_minimum_required (VERSION 3.0.0)
++cmake_minimum_required (VERSION 3.5.0)
+ 
+ enable_testing ()
+ include (CTest)
diff -Nru lambda-align-1.0.3/debian/patches/series lambda-align-1.0.3/debian/patches/series
--- lambda-align-1.0.3/debian/patches/series	2020-01-09 09:07:06.000000000 +0200
+++ lambda-align-1.0.3/debian/patches/series	2025-10-14 20:47:06.000000000 +0300
@@ -1,2 +1,3 @@
 set-seqan-cmake-dir.patch
 force-link-rt-pthread.patch
+cmake-4.patch

Reply via email to