* Team upload.
* New upstream version
+ * Standards-Version: 4.3.0, no changes needed
+ * added Py2 and Py3 versions of ${python:Provides}
-- Michael R. Crusoe <michael.crusoe@gmail.com> Wed, 16 Jan 2019 01:47:40 -0800
bcftools (>= 1.9) <!nocheck>,
python-pytest <!nocheck>,
python3-pytest <!nocheck>
-Standards-Version: 4.2.1
+Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/python-pysam
Vcs-Git: https://salsa.debian.org/med-team/python-pysam.git
Homepage: http://pysam.readthedocs.org/en/latest
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends}
+Provides: ${python:Provides}
Description: interface for the SAM/BAM sequence alignment and mapping format (Python 2)
Pysam is a Python module for reading and manipulating Samfiles. It's a
lightweight wrapper of the samtools C-API. Pysam also includes an interface
Depends: ${shlibs:Depends},
${misc:Depends},
${python3:Depends}
+Provides: ${python3:Provides}
Description: interface for the SAM/BAM sequence alignment and mapping format (Python 3)
Pysam is a Python module for reading and manipulating Samfiles. It's a
lightweight wrapper of the samtools C-API. Pysam also includes an interface