[med-svn] [SCM] pysam branch, master, updated. upstream/0.3.1-20-g4a12af6

Charles Plessy plessy at debian.org
Wed May 11 01:55:29 UTC 2011


The following commit has been merged in the master branch:
commit 4a12af632a520dfdfbf03cb66bbe85cfe7a74ccb
Author: Charles Plessy <plessy at debian.org>
Date:   Wed May 11 10:53:31 2011 +0900

    Needs python2.7-dev because of cython.

diff --git a/debian/control b/debian/control
index c8070be..53df8b8 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: pysam
 Section: science
 Priority: optional
 Maintainer: Charles Plessy <plessy at 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

-- 
interface for the SAM/BAM sequence alignment and mapping format



More information about the debian-med-commit mailing list