[med-svn] [Git][med-team/megahit][master] 5 commits: Fix build with CMake 4 Closes: #1113276
Andreas Tille (@tille)
gitlab at salsa.debian.org
Mon Oct 20 15:04:12 BST 2025
Andreas Tille pushed to branch master at Debian Med / megahit
Commits:
72738e50 by Andreas Tille at 2025-10-20T15:58:55+02:00
Fix build with CMake 4 Closes: #1113276
- - - - -
467ca53e by Andreas Tille at 2025-10-20T15:59:27+02:00
d/watch: version=5
- - - - -
917d8bd9 by Andreas Tille at 2025-10-20T15:59:35+02:00
Standards-Version: 4.7.2 (routine-update)
- - - - -
847c4264 by Andreas Tille at 2025-10-20T16:00:19+02:00
Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
- - - - -
00fae636 by Andreas Tille at 2025-10-20T16:03:49+02:00
routine-update: Ready to upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+megahit (1.2.9-6) unstable; urgency=medium
+
+ * Fix build with CMake 4
+ Closes: #1113276
+ * d/watch: version=5
+ * Standards-Version: 4.7.2 (routine-update)
+ * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
+
+ -- Andreas Tille <tille at debian.org> Mon, 20 Oct 2025 16:00:25 +0200
+
megahit (1.2.9-5) unstable; urgency=medium
* Team Upload.
=====================================
debian/control
=====================================
@@ -1,15 +1,17 @@
Source: megahit
+Standards-Version: 4.7.2
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Shayan Doust <hello at shayandoust.me>,
- Andreas Tille <tille at debian.org>
+Uploaders:
+ Shayan Doust <hello at shayandoust.me>,
+ Andreas Tille <tille at debian.org>,
Section: science
Priority: optional
-Build-Depends: cmake,
- debhelper-compat (= 13),
- dh-python,
- python3-all,
- zlib1g-dev
-Standards-Version: 4.6.2
+Build-Depends:
+ cmake,
+ debhelper-compat (= 13),
+ dh-sequence-python3,
+ python3-all,
+ zlib1g-dev,
Vcs-Browser: https://salsa.debian.org/med-team/megahit
Vcs-Git: https://salsa.debian.org/med-team/megahit.git
Homepage: https://github.com/voutcn/megahit
@@ -17,11 +19,12 @@ Rules-Requires-Root: no
Package: megahit
Architecture: any-amd64
-Depends: bzip2,
- python3-all,
- ${misc:Depends},
- ${python3:Depends},
- ${shlibs:Depends}
+Depends:
+ bzip2,
+ python3-all,
+ ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends},
Description: ultra-fast and memory-efficient meta-genome assembler
Megahit is an ultra-fast and memory-efficient NGS assembler. It is
optimized for metagenomes, but also works well on generic single genome
=====================================
debian/rules
=====================================
@@ -9,7 +9,10 @@ include /usr/share/dpkg/default.mk
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
- dh $@ --with python3
+ dh $@
+
+override_dh_auto_configure:
+ dh_auto_configure -- -DCMAKE_POLICY_VERSION_MINIMUM=3.5
override_dh_install:
dh_install
=====================================
debian/watch
=====================================
@@ -1,4 +1,5 @@
-version=4
+Version: 5
-opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
- https://github.com/voutcn/megahit/tags .*/v?@ANY_VERSION@@ARCHIVE_EXT@
+Template: Github
+Owner: voutcn
+Project: megahit
View it on GitLab: https://salsa.debian.org/med-team/megahit/-/compare/532059e3ef642b272808843bb46704276d1689ee...00fae63659b6d6a3b8bc58cfaab16f000f0032ad
--
View it on GitLab: https://salsa.debian.org/med-team/megahit/-/compare/532059e3ef642b272808843bb46704276d1689ee...00fae63659b6d6a3b8bc58cfaab16f000f0032ad
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/20251020/7ba3cefe/attachment-0001.htm>
More information about the debian-med-commit
mailing list