Add version constraints to d/control
authorAfif Elghraoui <afif@ghraoui.name>
Sat, 24 Oct 2015 03:23:21 +0000 (20:23 -0700)
committerAfif Elghraoui <afif@ghraoui.name>
Sat, 24 Oct 2015 03:27:25 +0000 (20:27 -0700)
debian/control

index 6b6c4481b8e6d91a46532384950bed7da5d7af3a..a1931a8d7c27b756d9eb1c8cf718ad71eceac810 100644 (file)
@@ -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