Shayan Doust pushed to branch master at Debian Med / fast5-research
Commits: 6b041cd8 by Shayan Doust at 2020-07-26T17:07:31+01:00 Add build system dependencies and cme fix - - - - - 1 changed file: - debian/control Changes: ===================================== debian/control ===================================== @@ -1,9 +1,12 @@ Source: fast5-research -Section: science -Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Shayan Doust <[email protected]> -Build-Depends: debhelper-compat (= 13) +Section: science +Priority: optional +Build-Depends: debhelper-compat (= 13), + dh-python, + python3-all, + python3-setuptools Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/med-team/fast5-research Vcs-Git: https://salsa.debian.org/med-team/fast5-research.git @@ -12,6 +15,12 @@ Rules-Requires-Root: no Package: fast5-research Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${python3:Depends}, + ${misc:Depends} Description: python fast5 reading and writing functionality provided by ONT Research - Python fast5 reading and writing functionality provided by ONT Research. This package comprises an API to HDF containers used by the research groups within Oxford Nanopore Technologies. It complements the official API. Reading and writing of read files can be accomplished as well as reading of bulk .fast5 files. It reads interface bulk .fast5 files for extracting reads, channel states, voltage, etcetera. + Python fast5 reading and writing functionality provided by ONT Research. + This package comprises an API to HDF containers used by the research + groups within Oxford Nanopore Technologies. It complements the official + API. Reading and writing of read files can be accomplished as well as + reading of bulk .fast5 files. It reads interface bulk .fast5 files for + extracting reads, channel states, voltage, etcetera. View it on GitLab: https://salsa.debian.org/med-team/fast5-research/-/commit/6b041cd87b67a9cc87d590b9179dc52ec58de700 -- View it on GitLab: https://salsa.debian.org/med-team/fast5-research/-/commit/6b041cd87b67a9cc87d590b9179dc52ec58de700 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
