X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=pysam.git;a=blobdiff_plain;f=debian%2Fcontrol;fp=debian%2Fcontrol;h=4128d0fa09df497846ea7f0fd78dff0db5e505a8;hp=0000000000000000000000000000000000000000;hb=91f4887d1b19c44d68a2b19f0abee56de3dbb8ea;hpb=aa8ecff068edbb09a03bd874fce716e93e22e53c diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..4128d0f --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +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), zlib1g-dev (>= 1.2.3) +Standards-Version: 3.8.4 +XS-Python-Version: >=2.5, <<2.7 +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. + It's a lightweight wrapper of the samtools C-API.