Imported Debian patch 0.2-1~karmic
[pysam.git] / debian / control
1 Source: pysam
2 Section: science
3 Priority: extra
4 Maintainer: Diane Trout <diane@caltech.edu>
5 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), zlib1g-dev (>= 1.2.3)
6 Standards-Version: 3.8.4
7 XS-Python-Version: >=2.5, <<2.7
8 Homepage: http://code.google.com/p/pysam/ 
9
10 Package: python-pysam
11 Architecture: any
12 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
13 XB-Python-Version: ${python:Versions}
14 Description: python module for reading and manipulating Samfiles
15  Pysam is a python module for reading and manipulating Samfiles. 
16  It's a lightweight wrapper of the samtools C-API.