Skip to content
Commits on Source (8)
poretools (0.6.0+dfsg-4) unstable; urgency=medium
[ Steve Langasek ]
* Port to Python3
Closes: #934845
[ Andreas Tille ]
* Afif removed himself from Uploaders
* Add myself to Uploaders
* debhelper-compat 12
* Standards-Version: 4.4.0
* Secure URI in copyright format
* Use secure URI in Homepage field.
-- Andreas Tille <tille@debian.org> Thu, 15 Aug 2019 23:44:33 +0200
poretools (0.6.0+dfsg-3) unstable; urgency=low
* Team upload.
......
Source: poretools
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~),
Build-Depends: debhelper-compat (= 12),
dh-python,
python-all,
python-setuptools,
python-h5py (>= 2.2),
python-matplotlib,
python-seaborn,
python-pandas
Standards-Version: 4.1.5
python3-all,
python3-setuptools,
python3-h5py,
python3-matplotlib,
python3-seaborn,
python3-pandas
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/poretools
Vcs-Git: https://salsa.debian.org/med-team/poretools.git
Homepage: http://poretools.readthedocs.org
Homepage: https://poretools.readthedocs.org
Package: poretools
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
python-pkg-resources
${python3:Depends},
python3-pkg-resources
Description: toolkit for nanopore nucleotide sequencing data
poretools is a flexible toolkit for exploring datasets generated by nanopore
sequencing devices from MinION for the purposes of quality control and
......
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: poretools
Upstream-Contact: Aaron Quinlan <arq5x@virginia.edu>
Source: https://github.com/arq5x/poretools
......
This diff is collapsed.
......@@ -6,4 +6,4 @@ export LC_ALL=C.UTF-8
export PYBUILD_DESTDIR=debian/poretools
%:
dh $@ --with python2 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild