[med-svn] [python-pysam] 02/03: Make package descriptions unique

Afif Elghraoui afif-guest at moszumanska.debian.org
Tue Jun 9 07:38:59 UTC 2015


This is an automated email from the git hooks/post-receive script.

afif-guest pushed a commit to branch master
in repository python-pysam.

commit 899d3ebe03ded28e1231be2faf44005078440871
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Tue Jun 9 00:16:51 2015 -0700

    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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pysam.git



More information about the debian-med-commit mailing list