Andreas Tille pushed to branch master at Debian Med / bifrost
Commits: a6c229b6 by Andreas Tille at 2025-10-16T11:04:21+02:00 d/watch: version=5 - - - - - c9089ef5 by Andreas Tille at 2025-10-16T11:06:19+02:00 Fix build with CMake 4 Closes: #1112726 - - - - - 80bbbbf0 by Andreas Tille at 2025-10-16T11:06:32+02:00 Standards-Version: 4.7.2 (routine-update) - - - - - ef0b85d7 by Andreas Tille at 2025-10-16T11:07:22+02:00 debputy lint --auto-fix (routine-update) - - - - - 445284c8 by Andreas Tille at 2025-10-16T11:09:53+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 @@ +bifrost (1.3.5-2) unstable; urgency=medium + + * d/watch: version=5 + * Fix build with CMake 4 + Closes: #1112726 + * Standards-Version: 4.7.2 (routine-update) + * debputy lint --auto-fix (routine-update) + + -- Andreas Tille <[email protected]> Thu, 16 Oct 2025 11:07:24 +0200 + bifrost (1.3.5-1) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -1,13 +1,15 @@ Source: bifrost +Standards-Version: 4.7.2 Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Andreas Tille <[email protected]> +Uploaders: + Andreas Tille <[email protected]>, Section: python Priority: optional -Build-Depends: debhelper-compat (= 13), - d-shlibs, - cmake, - zlib1g-dev -Standards-Version: 4.6.2 +Build-Depends: + debhelper-compat (= 13), + d-shlibs, + cmake, + zlib1g-dev, Vcs-Browser: https://salsa.debian.org/med-team/bifrost Vcs-Git: https://salsa.debian.org/med-team/bifrost.git Homepage: https://github.com/pmelsted/bifrost @@ -15,8 +17,9 @@ Rules-Requires-Root: no Package: bifrost Architecture: any -Depends: ${shlibs:Depends}, - ${misc:Depends} +Depends: + ${shlibs:Depends}, + ${misc:Depends}, Description: parallel construction, indexing and querying of de Bruijn graphs Bifrost is a command-line tool for sequencing that features a broad range of functions, such as indexing, editing, and querying the graph, @@ -35,8 +38,9 @@ Description: parallel construction, indexing and querying of de Bruijn graphs Package: libbifrost0 Architecture: any Section: libs -Depends: ${shlibs:Depends}, - ${misc:Depends} +Depends: + ${shlibs:Depends}, + ${misc:Depends}, Description: library for parallel construction, indexing and querying of de Bruijn graphs Libbifrost is the shared library for the command-line tool bifrost for sequencing that features a broad range of functions, such as indexing, @@ -55,9 +59,10 @@ Description: library for parallel construction, indexing and querying of de Brui Package: libbifrost-dev Architecture: any Section: libdevel -Depends: libbifrost0 (= ${binary:Version}), - ${shlibs:Depends}, - ${misc:Depends} +Depends: + libbifrost0 (= ${binary:Version}), + ${shlibs:Depends}, + ${misc:Depends}, Description: static library and header files for libbifrost Libbifrost-dev is the development library for the command-line tool bifrost for sequencing that features a broad range of functions, such as ===================================== debian/rules ===================================== @@ -8,7 +8,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all dh $@ override_dh_auto_configure: - dh_auto_configure -- -DCOMPILATION_ARCH=OFF + dh_auto_configure -- -DCOMPILATION_ARCH=OFF -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@-$1.tar.gz%" \ -https://github.com/pmelsted/bifrost/tags (?:.*?/)?v?@ANY_VERSION@\.tar\.gz +Template: Github +Owner: pmelsted +Project: bifrost View it on GitLab: https://salsa.debian.org/med-team/bifrost/-/compare/3b221fc8ef7955d6917149858b542ff1e570ea02...445284c8c9b6cf80872d3824046a5c3995e84914 -- View it on GitLab: https://salsa.debian.org/med-team/bifrost/-/compare/3b221fc8ef7955d6917149858b542ff1e570ea02...445284c8c9b6cf80872d3824046a5c3995e84914 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
