Source: pysam
+Maintainer: Charles Plessy <plessy@debian.org>
Section: science
Priority: optional
-Maintainer: Charles Plessy <plessy@debian.org>
-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.
+