From: Afif Elghraoui Date: Tue, 9 Jun 2015 05:56:20 +0000 (-0700) Subject: Add to package long description X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~331 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a0cce7b3f81a2b33b86b17564c3705144abf5ff1;p=python-pysam.git Add to package long description lintian thought it was too short, but upstream added another sentence to their description. --- diff --git a/debian/control b/debian/control index 7bfda39..8ed5f19 100644 --- a/debian/control +++ b/debian/control @@ -29,7 +29,8 @@ Depends: ${shlibs:Depends}, ${python:Depends}, Description: interface for the SAM/BAM sequence alignment and mapping format Pysam is a Python module for reading and manipulating Samfiles. It's a - lightweight wrapper of the samtools C-API. + lightweight wrapper of the samtools C-API. Pysam also includes an interface + for tabix. Package: python3-pysam Architecture: any @@ -38,7 +39,8 @@ Depends: ${shlibs:Depends}, ${python3:Depends}, Description: interface for the SAM/BAM sequence alignment and mapping format Pysam is a Python module for reading and manipulating Samfiles. It's a - lightweight wrapper of the samtools C-API. + lightweight wrapper of the samtools C-API. Pysam also includes an interface + for tabix. Package: python-pysam-tests Architecture: all @@ -46,7 +48,8 @@ Enhances: python-pysam Depends: ${misc:Depends}, Description: interface for the SAM/BAM sequence alignment and mapping format (test data) Pysam is a Python module for reading and manipulating Samfiles. It's a - lightweight wrapper of the samtools C-API. + lightweight wrapper of the samtools C-API. Pysam also includes an interface + for tabix. . This package contains the data provided by upstream to run the pysam test suite.