Andreas Tille pushed to branch master at Debian Med / fast5
Commits: 7135f51f by Andreas Tille at 2021-10-11T10:48:20+02:00 Fix watchfile to detect new versions on github - - - - - 8d2b1263 by Andreas Tille at 2021-10-11T10:48:49+02:00 routine-update: Standards-Version: 4.6.0 - - - - - 2f4b7918 by Andreas Tille at 2021-10-11T10:48:49+02:00 routine-update: debhelper-compat 13 - - - - - 29de4b57 by Andreas Tille at 2021-10-11T10:48:53+02:00 routine-update: Add salsa-ci file - - - - - f239b880 by Andreas Tille at 2021-10-11T10:48:53+02:00 routine-update: Rules-Requires-Root: no - - - - - 1bf67058 by Andreas Tille at 2021-10-11T10:48:55+02:00 Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. Changes-By: lintian-brush Fixes: lintian: upstream-metadata-missing-bug-tracking See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html Fixes: lintian: upstream-metadata-missing-repository See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html - - - - - ebef1db5 by Andreas Tille at 2021-10-11T10:48:57+02:00 Apply multi-arch hints. + python3-fast5: Add Multi-Arch: same. Changes-By: apply-multiarch-hints - - - - - b984160a by Andreas Tille at 2021-10-11T10:51:16+02:00 routine-update: Ready to upload to unstable - - - - - 5 changed files: - debian/changelog - debian/control - + debian/salsa-ci.yml - debian/upstream/metadata - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,17 @@ +fast5 (0.6.5-5) unstable; urgency=medium + + * Fix watchfile to detect new versions on github + * Standards-Version: 4.6.0 (routine-update) + * debhelper-compat 13 (routine-update) + * Add salsa-ci file (routine-update) + * Rules-Requires-Root: no (routine-update) + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. + * Apply multi-arch hints. + + python3-fast5: Add Multi-Arch: same. + + -- Andreas Tille <[email protected]> Mon, 11 Oct 2021 10:48:59 +0200 + fast5 (0.6.5-4) unstable; urgency=medium [ Michael R. Crusoe ] ===================================== debian/control ===================================== @@ -3,17 +3,18 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Andreas Tille <[email protected]> Section: science Priority: optional -Build-Depends: debhelper-compat (= 12), +Build-Depends: debhelper-compat (= 13), dh-python, libhdf5-dev, libboost-python-dev, python3-all-dev, python3-setuptools, cython3 -Standards-Version: 4.4.1 +Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/med-team/fast5 Vcs-Git: https://salsa.debian.org/med-team/fast5.git Homepage: https://github.com/mateidavid/fast5 +Rules-Requires-Root: no Package: fast5 Architecture: all @@ -43,6 +44,7 @@ Section: python Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends} +Multi-Arch: same Description: library for reading Oxford Nanopore Fast5 files -- Python 3 A lightweight C++11 library to read raw signal data from Oxford Nanopore's FAST5 files. ===================================== debian/salsa-ci.yml ===================================== @@ -0,0 +1,4 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml ===================================== debian/upstream/metadata ===================================== @@ -1,3 +1,5 @@ +Bug-Database: https://github.com/mateidavid/fast5/issues +Bug-Submit: https://github.com/mateidavid/fast5/issues/new Registry: - Name: bio.tools Entry: NA @@ -7,4 +9,5 @@ Registry: Entry: NA - Name: conda:bioconda Entry: fast5 -Repository: https://github.com/mateidavid/fast5 +Repository: https://github.com/mateidavid/fast5.git +Repository-Browse: https://github.com/mateidavid/fast5 ===================================== debian/watch ===================================== @@ -1,3 +1,3 @@ version=4 -https://github.com/mateidavid/fast5/releases .*/archive/v?@ANY_VERSION@@ARCHIVE_EXT@ +https://github.com/mateidavid/fast5/releases .*/v?@ANY_VERSION@@ARCHIVE_EXT@ View it on GitLab: https://salsa.debian.org/med-team/fast5/-/compare/1cd40e254372bb0db4695685a81529540394468d...b984160a13ad18d6f4c399a035fa602943662e73 -- View it on GitLab: https://salsa.debian.org/med-team/fast5/-/compare/1cd40e254372bb0db4695685a81529540394468d...b984160a13ad18d6f4c399a035fa602943662e73 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
