Make package descriptions unique
authorAfif Elghraoui <afif@ghraoui.name>
Tue, 9 Jun 2015 07:16:51 +0000 (00:16 -0700)
committerAfif Elghraoui <afif@ghraoui.name>
Tue, 9 Jun 2015 07:16:51 +0000 (00:16 -0700)
python2 and python3 versions of the package had the same
short and long descriptions. This is fixed here.

debian/control

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