Source: fast5
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Afif Elghraoui <afif@debian.org>
Build-Depends:
	debhelper (>= 9),
	dh-python,
	libhdf5-dev,
	libboost-python-dev,
	python-all-dev,
	python-setuptools,
	python3-all-dev,
	python3-setuptools,
	cython,
	cython3
Standards-Version: 4.1.0
Homepage: https://github.com/mateidavid/fast5
Vcs-Git: https://anonscm.debian.org/git/debian-med/fast5.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/fast5.git

Package: libfast5-dev
Section: libdevel
Architecture: all
Depends:
	${misc:Depends},
	libhdf5-dev | libhdf5-mpich-dev | libhdf5-openmpi-dev,
Description: library for reading Oxford Nanopore Fast5 files -- headers
 A lightweight C++11 library to read raw signal data from Oxford
 Nanopore's FAST5 files.
 .
 This package provides the header files for development with fast5.

Package: python-fast5
Section: python
Architecture: any
Depends:
	${shlibs:Depends},
	${misc:Depends},
	${python:Depends},
Description: library for reading Oxford Nanopore Fast5 files -- Python 2
 A lightweight C++11 library to read raw signal data from Oxford
 Nanopore's FAST5 files.
 .
 This package provides the Python 2 library

Package: python-fast5-bin
Conflicts: python3-fast5-bin
Section: science
Architecture: all
Depends: python,
	${misc:Depends},
	${python:Depends},
	python-fast5
Description: executables of the Oxford Nanopore Fast5 library
 The library ships two executables: f5ls and f5packk
 .
 This package only depends on Python 2.

Package: python3-fast5-bin
Conflicts: python-fast5-bin
Section: science
Architecture: all
Depends: python3,
	${misc:Depends},
	${python:Depends},
	python3-fast5
Description: executables of the Oxford Nanopore Fast5 library
 The library ships two executables: f5ls and f5packk
 .
 This package only depends on Python 3.

Package: python3-fast5
Section: python
Architecture: any
Depends:
	${shlibs:Depends},
	${misc:Depends},
	${python3:Depends},
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.
 .
 This package provides the Python 3 library
