From: Charles Plessy Date: Mon, 14 Feb 2011 10:00:10 +0000 (+0900) Subject: # Build-depends on python-setuptools. X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~452 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6920de7459b9ab3688fa714d650b74871bb9b7ab;p=python-pysam.git # Build-depends on python-setuptools. --- diff --git a/debian/changelog b/debian/changelog index 78cd477..38940a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ pysam (0.4.1-1) UNRELEASED; urgency=low * New upstream release. * Issue 54 fixed upstream; removed patch system. + * Build-depend on python-setuptools. -- Charles Plessy Mon, 14 Feb 2011 18:54:36 +0900 diff --git a/debian/control b/debian/control index 1181227..d65cc4e 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: pysam Section: science Priority: optional Maintainer: Charles Plessy -Build-Depends: debhelper (>= 8~), python-dev, cython, zlib1g-dev +Build-Depends: debhelper (>= 8~), python-dev, python-setuptools, cython, zlib1g-dev Standards-Version: 3.9.1 Homepage: http://code.google.com/p/pysam/ Vcs-Git: git://git.debian.org/debian-med/pysam.git