This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository pysam.
commit 37165d22c60ebac2cd2e3c68ed66c1423bacafd9 Author: Andreas Tille <[email protected]> Date: Fri Feb 7 17:09:03 2014 +0100 cme fix dpkg-control; I need this package for just injected fitgpc --- debian/control | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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 <[email protected]> +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Charles Plessy <[email protected]>, + Andreas Tille <[email protected]> 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. - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pysam.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
