From 899d3ebe03ded28e1231be2faf44005078440871 Mon Sep 17 00:00:00 2001 From: Afif Elghraoui Date: Tue, 9 Jun 2015 00:16:51 -0700 Subject: [PATCH] Make package descriptions unique python2 and python3 versions of the package had the same short and long descriptions. This is fixed here. --- debian/control | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 -- 2.30.2