From: Michael R. Crusoe Date: Wed, 16 Jan 2019 10:10:25 +0000 (-0800) Subject: Provides: ${python:Provides} X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~99 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a5a72fe45bb64ba77afe913b9d2c41524017a1fb;p=python-pysam.git Provides: ${python:Provides} --- diff --git a/debian/changelog b/debian/changelog index 94032cc..0fe6487 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ python-pysam (0.15.2+ds-1) UNRELEASED; urgency=medium * Team upload. * New upstream version + * Standards-Version: 4.3.0, no changes needed + * added Py2 and Py3 versions of ${python:Provides} -- Michael R. Crusoe Wed, 16 Jan 2019 01:47:40 -0800 diff --git a/debian/control b/debian/control index f931d3f..42a6c0d 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ Build-Depends: debhelper (>= 11~), bcftools (>= 1.9) , python-pytest , python3-pytest -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 @@ -32,6 +32,7 @@ Architecture: any 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 @@ -44,6 +45,7 @@ Architecture: any 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