From: Charles Plessy Date: Fri, 9 Aug 2013 09:36:51 +0000 (+0900) Subject: Normalised with config-model-edit. X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~429 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0f92ba9909cdf6066a6a591cff008f1007cb5b92;p=python-pysam.git Normalised with config-model-edit. --- diff --git a/debian/control b/debian/control index 84d5390..f823307 100644 --- a/debian/control +++ b/debian/control @@ -1,16 +1,24 @@ Source: pysam +Maintainer: Charles Plessy Section: science Priority: optional -Maintainer: Charles Plessy -Build-Depends: debhelper (>= 8~), python-all-dev, python-setuptools (>= 0.6c11), cython (>= 0.12), zlib1g-dev -Standards-Version: 3.9.3 -Homepage: http://code.google.com/p/pysam/ -Vcs-Git: git://git.debian.org/debian-med/pysam.git +Build-Depends: debhelper (>= 8~), + python-all-dev, + python-setuptools (>= 0.6c11), + cython (>= 0.12), + zlib1g-dev +Standards-Version: 3.9.4 Vcs-Browser: http://git.debian.org/?p=debian-med/pysam.git +Vcs-Git: git://git.debian.org/debian-med/pysam.git +Homepage: http://code.google.com/p/pysam/ Package: python-pysam Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-pyrex +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${python:Depends}, + python-pyrex Description: interface for the SAM/BAM sequence alignment and mapping format Pysam is a python module for reading and manipulating Samfiles. It's a lightweight wrapper of the samtools C-API. +