Files
scikit-image/debian/control
T
2013-06-10 21:21:55 +02:00

55 lines
1.9 KiB
Plaintext

Source: skimage
Section: python
Priority: optional
Maintainer: Stefan van der Walt <stefan@sun.ac.za>
Uploaders: Yaroslav Halchenko <debian@onerussian.com>
Build-Depends: cython (>= 0.15),
debhelper (>= 7.0.50),
libfreeimage3,
python-all-dev (>= 2.6.6-3~),
python-imaging,
python-matplotlib (>= 1.0),
python-nose,
python-numpy,
python-scipy (>= 0.10),
python-setuptools,
python-sphinx (>= 1.0.7+dfsg-1~)
Standards-Version: 3.9.4
X-Python-Version: >= 2.6
Homepage: http://scikits-image.org
Vcs-Browser: https://github.com/scikits-image/scikits-image
Vcs-Git: git://github.com/scikits-image/scikits-image.git
XS-Testsuite: autopkgtest
Package: python-skimage
Architecture: all
Depends: libfreeimage3,
python-numpy,
python-scipy (>= 0.10),
python-skimage-lib (>= ${source:Version}),
${misc:Depends},
${python:Depends}
Recommends: python-imaging, python-matplotlib (>= 1.0), python-nose, python-qt4
Suggests: python-opencv, python-skimage-doc
Description: Python modules for image processing
scikits-image is a collection of image processing algorithms for
Python. It performs tasks such as image loading, filtering,
morphology, segmentation, color conversions, and transformations.
Package: python-skimage-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Suggests: python-skimage
Description: Documentation and examples for scikits-image
This package contains documentation and example scripts for
python-skimage.
Package: python-skimage-lib
Architecture: any
Depends: python-numpy, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Recommends: python-skimage
Description: Optimized low-level algorithms for scikits-image
This is an add-on package for python-skimage. It provides
optimized, low-level implementations of algorithms.