[med-svn] [python-pysam] 01/02: Add version constraints to d/control
Afif Elghraoui
afif-guest at moszumanska.debian.org
Sat Oct 24 03:29:15 UTC 2015
This is an automated email from the git hooks/post-receive script.
afif-guest pushed a commit to branch master
in repository python-pysam.
commit de94e823e95d0bee69f207bf7fc703b9428fbe84
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Fri Oct 23 20:23:21 2015 -0700
Add version constraints to d/control
---
debian/control | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 6b6c448..a1931a8 100644
--- a/debian/control
+++ b/debian/control
@@ -8,15 +8,15 @@ Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
samtools (>= 1.2),
- libhts-dev,
+ libhts-dev (>= 1.2),
zlib1g-dev,
python-all-dev,
python-setuptools,
- cython,
+ cython (>= 0.23),
python-nose,
python3-all-dev,
python3-setuptools,
- cython3,
+ cython3 (>= 0.23),
python3-nose
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/python-pysam.git
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pysam.git
More information about the debian-med-commit
mailing list