Loading debian/control +13 −3 Original line number Diff line number Diff line Loading @@ -3,15 +3,25 @@ Section: science Priority: optional Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org> Uploaders: Liubov Chuprikova <chuprikovalv@gmail.com> Build-Depends: debhelper (>= 12~) Build-Depends: debhelper (>= 12~), dh-python, python3, python3-dev, python3-setuptools, python3-pytest, python3-xopen, cython3 Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/med-team/python-dnaio Vcs-Git: https://salsa.debian.org/med-team/python-dnaio.git Homepage: https://github.com/marcelm/dnaio Package: python3-dnaio Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, python3-xopen Description: Python 3 library for fast parsing of FASTQ and FASTA files dnaio is a Python 3 library for fast parsing of FASTQ and also FASTA files. The code was previously part of the cutadapt tool and has been improved Loading debian/rules +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ include /usr/share/dpkg/default.mk # export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: dh $@ dh $@ --with python3 --buildsystem=pybuild ### When overriding auto_test make sure DEB_BUILD_OPTIONS will be respected #override_dh_auto_test: Loading Loading
debian/control +13 −3 Original line number Diff line number Diff line Loading @@ -3,15 +3,25 @@ Section: science Priority: optional Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org> Uploaders: Liubov Chuprikova <chuprikovalv@gmail.com> Build-Depends: debhelper (>= 12~) Build-Depends: debhelper (>= 12~), dh-python, python3, python3-dev, python3-setuptools, python3-pytest, python3-xopen, cython3 Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/med-team/python-dnaio Vcs-Git: https://salsa.debian.org/med-team/python-dnaio.git Homepage: https://github.com/marcelm/dnaio Package: python3-dnaio Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, python3-xopen Description: Python 3 library for fast parsing of FASTQ and FASTA files dnaio is a Python 3 library for fast parsing of FASTQ and also FASTA files. The code was previously part of the cutadapt tool and has been improved Loading
debian/rules +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ include /usr/share/dpkg/default.mk # export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: dh $@ dh $@ --with python3 --buildsystem=pybuild ### When overriding auto_test make sure DEB_BUILD_OPTIONS will be respected #override_dh_auto_test: Loading