[med-svn] [Git][med-team/lambda-align2][master] debian/*: acknowledge Adrian Bunk's NMU.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Sun Oct 12 15:29:31 BST 2025
Étienne Mollier pushed to branch master at Debian Med / lambda-align2
Commits:
048d0609 by Étienne Mollier at 2025-10-12T16:28:54+02:00
debian/*: acknowledge Adrian Bunk's NMU.
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/cmake-4.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -5,6 +5,13 @@ lambda-align2 (2.0.1-4) UNRELEASED; urgency=medium
-- Enrico Seiler <enrico.seiler.debian at outlook.com> Wed Nov 27 03:19:55 2024 +0100
+lambda-align2 (2.0.1-3.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTBFS with CMake 4. (Closes: #1113093)
+
+ -- Adrian Bunk <bunk at debian.org> Sat, 11 Oct 2025 21:29:07 +0300
+
lambda-align2 (2.0.1-3) unstable; urgency=medium
* Team upload.
=====================================
debian/patches/cmake-4.patch
=====================================
@@ -0,0 +1,26 @@
+Description: Fix FTBFS with CMake 4
+Author: Adrian Bunk <bunk at debian.org>
+Bug-Debian: https://bugs.debian.org/1113093
+
+--- lambda-align2-2.0.1.orig/CMakeLists.txt
++++ lambda-align2-2.0.1/CMakeLists.txt
+@@ -2,7 +2,7 @@
+ # Lambda
+ # ===========================================================================
+
+-cmake_minimum_required (VERSION 3.0.0)
++cmake_minimum_required (VERSION 3.5)
+ string(ASCII 27 Esc)
+ set(ColourBold "[1m")
+ set(ColourReset "[m")
+--- lambda-align2-2.0.1.orig/tests/CMakeLists.txt
++++ lambda-align2-2.0.1/tests/CMakeLists.txt
+@@ -2,7 +2,7 @@
+ # Lambda tests
+ # ===========================================================================
+
+-cmake_minimum_required (VERSION 3.0.0)
++cmake_minimum_required (VERSION 3.5)
+
+ enable_testing ()
+ include (CTest)
=====================================
debian/patches/series
=====================================
@@ -2,3 +2,4 @@ enable_tests
set-seqan-cmake-dir.patch
force-link-rt-pthread.patch
0006-Fix-binaries-not-being-installed-on-non-amd64-archs.patch
+cmake-4.patch
View it on GitLab: https://salsa.debian.org/med-team/lambda-align2/-/commit/048d0609cae4e308e17b131fa12eb330b99c5506
--
View it on GitLab: https://salsa.debian.org/med-team/lambda-align2/-/commit/048d0609cae4e308e17b131fa12eb330b99c5506
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20251012/05347e52/attachment-0001.htm>
More information about the debian-med-commit
mailing list