[med-svn] [SCM] pysam branch, master, updated. upstream/0.3.1-5-g73bc5ce
Charles Plessy
plessy at debian.org
Wed Feb 2 11:57:07 UTC 2011
The following commit has been merged in the master branch:
commit 305da958fa70400df8d29a9677d3145fad751f64
Author: Charles Plessy <plessy at debian.org>
Date: Wed Feb 2 20:54:24 2011 +0900
# Added python:Depends substitution variable.
diff --git a/debian/control b/debian/control
index 662b866..a74a416 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Vcs-Browser: http://git.debian.org/?p=debian-med/pysam.git
Package: python-pysam
Architecture: any
-Depends: ${shlibs:Depends}, ${misc: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.
--
interface for the SAM/BAM sequence alignment and mapping format
More information about the debian-med-commit
mailing list