Needs python2.7-dev because of cython.
authorCharles Plessy <plessy@debian.org>
Wed, 11 May 2011 01:53:31 +0000 (10:53 +0900)
committerCharles Plessy <plessy@debian.org>
Wed, 11 May 2011 01:53:31 +0000 (10:53 +0900)
debian/control

index c8070be6542ddae2f57b7cb199add365947e0d95..53df8b84d637f5f26ca79a1f00903f32179b3031 100644 (file)
@@ -2,7 +2,8 @@ Source: pysam
 Section: science
 Priority: optional
 Maintainer: Charles Plessy <plessy@debian.org>
-Build-Depends: debhelper (>= 8~), python-dev, python-setuptools (>= 0.6c11), cython, zlib1g-dev
+Build-Depends: debhelper (>= 8~), python-dev (>= 2.7) | python2.7-dev, python-setuptools (>= 0.6c11), cython (>= 0.14.1), zlib1g-dev
+# It needs python-dev >= 2.7, because it needs cython >= 0.14.1, which depends on Python 2.7, but does not pull python2.7-dev.
 Standards-Version: 3.9.1
 Homepage: http://code.google.com/p/pysam/
 Vcs-Git: git://git.debian.org/debian-med/pysam.git