[med-svn] [Git][med-team/lambda-align2][master] 4 commits: Team upload.
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Thu Nov 28 15:59:55 GMT 2024
Michael R. Crusoe pushed to branch master at Debian Med / lambda-align2
Commits:
ba463ac8 by Enrico Seiler at 2024-11-28T13:49:03+01:00
Team upload.
* Team upload.
* Added patch to enable install on non-amd64 archs
- - - - -
19e006ff by Enrico Seiler at 2024-11-28T13:49:13+01:00
d/control: build on any arch
- - - - -
6127679e by Enrico Seiler at 2024-11-28T16:47:23+01:00
d/control: openssl is only needed for tests
- - - - -
22976f44 by Enrico Seiler at 2024-11-28T16:47:23+01:00
ready for uploading to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- + debian/patches/0006-Fix-binaries-not-being-installed-on-non-amd64-archs.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+lambda-align2 (2.0.1-3) unstable; urgency=medium
+
+ * Team upload.
+ * Added patch to enable install on non-amd64 archs
+ * d/control: build on any arch
+ * d/control: openssl is only needed for tests
+
+ -- Enrico Seiler <enrico.seiler.debian at outlook.com> Thu, 28 Nov 2024 13:53:13 +0100
+
lambda-align2 (2.0.1-1) unstable; urgency=medium
* New upstream release.
=====================================
debian/control
=====================================
@@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13),
cmake,
zlib1g-dev,
libbz2-dev,
- openssl
+ openssl <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/lambda-align2
Vcs-Git: https://salsa.debian.org/med-team/lambda-align2.git
@@ -17,7 +17,7 @@ Homepage: https://seqan.github.io/lambda
Rules-Requires-Root: no
Package: lambda-align2
-Architecture: amd64
+Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Local Aligner for Massive Biological DatA - v2
=====================================
debian/patches/0006-Fix-binaries-not-being-installed-on-non-amd64-archs.patch
=====================================
@@ -0,0 +1,21 @@
+From: Enrico Seiler <enrico.seiler.debian at outlook.com>
+Date: Thu, 28 Nov 2024 12:57:10 +0100
+Subject: Fix binaries not being installed on non-amd64 archs
+
+---
+ src/CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 5904e0c..35f3133 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -286,7 +286,7 @@ if (LAMBDA_MULTIOPT_BUILD)
+ DESTINATION ${CMAKE_INSTALL_BINDIR}
+ RENAME lambda2
+ PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
+-elseif ()
++else ()
+ # Install lambda into BINDIR, usually ${PREFIX}/bin
+ install (TARGETS lambda2
+ DESTINATION ${CMAKE_INSTALL_BINDIR})
=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
enable_tests
set-seqan-cmake-dir.patch
force-link-rt-pthread.patch
+0006-Fix-binaries-not-being-installed-on-non-amd64-archs.patch
View it on GitLab: https://salsa.debian.org/med-team/lambda-align2/-/compare/702e2d7125391d772936b83c43069becc25b2d68...22976f443d5dd20c080a036dff2c92a6e236c450
--
View it on GitLab: https://salsa.debian.org/med-team/lambda-align2/-/compare/702e2d7125391d772936b83c43069becc25b2d68...22976f443d5dd20c080a036dff2c92a6e236c450
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/20241128/9756bc24/attachment-0001.htm>
More information about the debian-med-commit
mailing list