mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-02 07:05:00 +08:00
New changelog + refreshed control (version dependency on scipy + multilined depends)
This commit is contained in:
Vendored
+6
@@ -1,3 +1,9 @@
|
||||
skimage (0.7.2-1) unstable; urgency=low
|
||||
|
||||
* Recent upstream release
|
||||
|
||||
-- Yaroslav Halchenko <debian@onerussian.com> Sat, 01 Dec 2012 22:06:51 -0500
|
||||
|
||||
skimage (0.6-1) unstable; urgency=low
|
||||
|
||||
* New upstream release
|
||||
|
||||
Vendored
+15
-2
@@ -3,7 +3,16 @@ Section: python
|
||||
Priority: optional
|
||||
Maintainer: Stefan van der Walt <stefan@sun.ac.za>
|
||||
Uploaders: Yaroslav Halchenko <debian@onerussian.com>
|
||||
Build-Depends: debhelper (>= 7.0.50), python-all-dev (>= 2.6.6-3~), python-numpy, python-sphinx, python-nose, python-setuptools, cython (>= 0.13), python-matplotlib (>= 1.0), python-scipy, libfreeimage3, python-imaging
|
||||
Build-Depends: debhelper (>= 7.0.50),
|
||||
python-all-dev (>= 2.6.6-3~), python-setuptools,
|
||||
python-numpy,
|
||||
python-scipy (>= 0.10),
|
||||
python-sphinx,
|
||||
python-nose,
|
||||
cython (>= 0.13),
|
||||
python-matplotlib (>= 1.0),
|
||||
libfreeimage3,
|
||||
python-imaging,
|
||||
Standards-Version: 3.9.3
|
||||
XS-Python-Version: >= 2.6
|
||||
Homepage: http://scikits-image.org
|
||||
@@ -12,7 +21,11 @@ Vcs-Git: git://github.com/scikits-image/scikits-image.git
|
||||
|
||||
Package: python-skimage
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}, ${python:Depends}, python-numpy, python-scipy (>= 0.9), python-skimage-lib (>= ${source:Version}), libfreeimage3
|
||||
Depends: ${misc:Depends}, ${python:Depends},
|
||||
python-numpy,
|
||||
python-scipy (>= 0.10),
|
||||
python-skimage-lib (>= ${source:Version}),
|
||||
libfreeimage3,
|
||||
Provides: ${python:Provides}
|
||||
Recommends: python-nose, python-matplotlib (>= 1.0), python-imaging
|
||||
Suggests: python-skimage-doc, python-opencv
|
||||
|
||||
Reference in New Issue
Block a user