From: Andreas Tille Date: Fri, 7 Feb 2014 16:09:03 +0000 (+0100) Subject: cme fix dpkg-control; I need this package for just injected fitgpc X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~426 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=37165d22c60ebac2cd2e3c68ed66c1423bacafd9;p=python-pysam.git cme fix dpkg-control; I need this package for just injected fitgpc --- diff --git a/debian/control b/debian/control index 574899a..92a87a5 100644 --- a/debian/control +++ b/debian/control @@ -1,15 +1,17 @@ Source: pysam -Maintainer: Charles Plessy +Maintainer: Debian Med Packaging Team +Uploaders: Charles Plessy , + Andreas Tille Section: science Priority: optional Build-Depends: debhelper (>= 9), python-all-dev, - python-setuptools (>= 0.6c11), - cython (>= 0.12), + python-setuptools, + cython, 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 +Standards-Version: 3.9.5 +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/pysam.git +Vcs-Git: git://anonscm.debian.org/debian-med/pysam.git Homepage: http://code.google.com/p/pysam/ Package: python-pysam @@ -21,4 +23,3 @@ Depends: ${shlibs:Depends}, 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. -