From 6ecc287be3cec4ba5aa6baf713dafbc98ab1bca2 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Mon, 3 Jun 2013 10:38:50 -0400 Subject: [PATCH] debian/control - boosted required cython version to 0.15, policy to 3.9.4 --- debian/changelog | 3 +++ debian/control | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6c441355..f0bcfae2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,9 @@ skimage (0.8.2-1) unstable; urgency=low * New upstream release * ACK NMU + reincarnated the record of 0.6.1-1, which as 0.7.2-1.1 fixed python-support issue + * debian/control + - boosted required cython version to 0.15 + - boosted policy cmopliance to 3.9.4 -- Yaroslav Halchenko Mon, 03 Jun 2013 10:28:31 -0400 diff --git a/debian/control b/debian/control index f66d97da..2449bba4 100644 --- a/debian/control +++ b/debian/control @@ -9,12 +9,12 @@ Build-Depends: debhelper (>= 7.0.50), python-scipy (>= 0.10), python-sphinx, python-nose, - cython (>= 0.13), + cython (>= 0.15), python-matplotlib (>= 1.0), libfreeimage3, python-imaging, python-support -Standards-Version: 3.9.3 +Standards-Version: 3.9.4 XS-Python-Version: >= 2.6 Homepage: http://scikits-image.org Vcs-Browser: https://github.com/scikits-image/scikits-image