From: Afif Elghraoui Date: Sat, 24 Oct 2015 03:23:21 +0000 (-0700) Subject: Add version constraints to d/control X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~272 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=de94e823e95d0bee69f207bf7fc703b9428fbe84;p=python-pysam.git Add version constraints to d/control --- 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