From: Afif Elghraoui Date: Tue, 9 Jun 2015 07:16:51 +0000 (-0700) Subject: Make package descriptions unique X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~328 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=899d3ebe03ded28e1231be2faf44005078440871;p=python-pysam.git Make package descriptions unique python2 and python3 versions of the package had the same short and long descriptions. This is fixed here. --- diff --git a/debian/control b/debian/control index 8ed5f19..aaa38a0 100644 --- a/debian/control +++ b/debian/control @@ -27,20 +27,24 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, -Description: interface for the SAM/BAM sequence alignment and mapping format +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 for tabix. + . + This package installs the module for Python 2. Package: python3-pysam Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, -Description: interface for the SAM/BAM sequence alignment and mapping format +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 for tabix. + . + This package installs the module for Python 3. Package: python-pysam-tests Architecture: all