From: Dominique Belhachemi Date: Fri, 16 Dec 2011 21:30:24 +0000 (-0500) Subject: remove python2.7-dev dependency, decreased version of cython dependency X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~442 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3193e079f10c247f3548b4569ad5daa83eef19c0;p=python-pysam.git remove python2.7-dev dependency, decreased version of cython dependency --- diff --git a/debian/control b/debian/control index 53df8b8..a4802c2 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,8 @@ Source: pysam Section: science Priority: optional Maintainer: Charles Plessy -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 +Build-Depends: debhelper (>= 8~), python-dev, python-setuptools (>= 0.6c11), cython (>= 0.12), zlib1g-dev +Standards-Version: 3.9.2 Homepage: http://code.google.com/p/pysam/ Vcs-Git: git://git.debian.org/debian-med/pysam.git Vcs-Browser: http://git.debian.org/?p=debian-med/pysam.git