Add to package long description
authorAfif Elghraoui <afif@ghraoui.name>
Tue, 9 Jun 2015 05:56:20 +0000 (22:56 -0700)
committerAfif Elghraoui <afif@ghraoui.name>
Tue, 9 Jun 2015 05:56:20 +0000 (22:56 -0700)
lintian thought it was too short, but upstream added another
sentence to their description.

debian/control

index 7bfda39f4acd9c650b06106e9361859406850a47..8ed5f19ff3b1c4b0bf6edad18f4b82501555cf6b 100644 (file)
@@ -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.