X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=pysam.git;a=blobdiff_plain;f=debian%2Fcontrol;h=cbb32795b42955aba25c96ed2a535a193112ccf5;hp=f6061017347a4471b94c36a523bdb47bee088d32;hb=3af2785da461666b27cc5b71e36ccd8deb7532fb;hpb=bd0c3067c187d1f718004fb38acc093af8810a02 diff --git a/debian/control b/debian/control index f606101..cbb3279 100644 --- a/debian/control +++ b/debian/control @@ -2,15 +2,15 @@ Source: pysam Section: science Priority: extra Maintainer: Diane Trout -Build-Depends: cdbs, debhelper (>= 7), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), python-setuptools (>= 0.6b3), python-pyrex (>= 0.9.8), cython (>= 0.11), zlib1g-dev (>= 1.2.3) +Build-Depends: cdbs, debhelper (>= 7), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), python-setuptools (>= 0.6b3), python-pyrex (>= 0.9.8), cython (>= 0.14), zlib1g-dev (>= 1.2.3) Standards-Version: 3.8.4 -XS-Python-Version: >=2.5, <<2.7 -Homepage: http://code.google.com/p/pysam/ +XS-Python-Version: >=2.5, <<3.0 +Homepage: http://code.google.com/p/pysam/ Package: python-pysam Architecture: any Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} XB-Python-Version: ${python:Versions} Description: python module for reading and manipulating Samfiles - Pysam is a python module for reading and manipulating Samfiles. + Pysam is a python module for reading and manipulating Samfiles. It's a lightweight wrapper of the samtools C-API.