projects
/
python-pysam.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea01bcc
)
# Added python:Depends substitution variable.
author
Charles Plessy
<plessy@debian.org>
Wed, 2 Feb 2011 11:54:24 +0000
(20:54 +0900)
committer
Charles Plessy
<plessy@debian.org>
Wed, 2 Feb 2011 11:54:24 +0000
(20:54 +0900)
debian/control
patch
|
blob
|
history
diff --git
a/debian/control
b/debian/control
index 662b8663e4d9f5295bafb860c20ddb22fa72d343..a74a41643e154394d0b6e1b01023242c72532412 100644
(file)
--- 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.