diff --git a/debian/changelog b/debian/changelog index bca21fc5..d4b6d718 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +skimage (0.10.1-1) unstable; urgency=medium + + * New upstream release + * depend on and use libjs-twitter-bootstrap (Closes: #736785) + * doc-privacy.patch: use system font for documentation + * build depend on python-six (>= 1.3.0) python-numpy (>= 1.6.0) and + cython (>= 0.17) + * slicing-error.patch: fix error revealed by numpy 1.9 + * bump standard to 3.9.5 + + -- Julian Taylor Sun, 24 Aug 2014 11:38:12 +0200 + skimage (0.10.0-1) unstable; urgency=medium * Fresh upstream release (Closes: #751296) diff --git a/debian/control b/debian/control index 347dbd62..f154e551 100644 --- a/debian/control +++ b/debian/control @@ -3,26 +3,31 @@ Section: python Priority: optional Maintainer: Stefan van der Walt Uploaders: Yaroslav Halchenko -Build-Depends: cython (>= 0.15), - cython3 (>= 0.15), +Build-Depends: cython (>= 0.17), + cython3 (>= 0.17), debhelper (>= 9~), libfreeimage3, + libjs-twitter-bootstrap, python-all-dev (>= 2.6.6-3~), - python-pil | python-imaging, python-matplotlib (>= 1.0), python-nose, - python-numpy, + python-numpy (>= 1.6.0), + python-pil | python-imaging, python-scipy (>= 0.10), python-setuptools, + python-six (>= 1.3.0), python-sphinx (>= 1.0.7+dfsg-1~), python3-all-dev, - python3-pil | python3-imaging, python3-matplotlib | python-matplotlib (<< 1.2.0~), python3-nose, python3-numpy, + python3-pil | python3-imaging, python3-scipy, - python3-setuptools -Standards-Version: 3.9.4 + python3-setuptools, + python3-six (>= 1.3.0), + xauth, + xvfb +Standards-Version: 3.9.5 Homepage: http://scikit-image.org Vcs-Browser: https://github.com/scikit-image/scikit-image Vcs-Git: git://github.com/scikit-image/scikit-image.git @@ -35,10 +40,15 @@ Architecture: all Depends: libfreeimage3, python-numpy, python-scipy (>= 0.10), + python-six (>= 1.3.0), python-skimage-lib (>= ${source:Version}), ${misc:Depends}, ${python:Depends} -Recommends: python-pil, python-imaging, python-matplotlib (>= 1.0), python-nose, python-qt4 +Recommends: python-imaging, + python-matplotlib (>= 1.0), + python-nose, + python-pil, + python-qt4 Suggests: python-opencv, python-skimage-doc Description: Python modules for image processing scikit-image is a collection of image processing algorithms for @@ -52,10 +62,14 @@ Architecture: all Depends: libfreeimage3, python3-numpy, python3-scipy (>= 0.10), + python3-six (>= 1.3.0), python3-skimage-lib (>= ${source:Version}), ${misc:Depends}, ${python3:Depends} -Recommends: python3-pil,python3-imaging, python3-matplotlib (>= 1.0), python3-nose +Recommends: python3-imaging, + python3-matplotlib (>= 1.0), + python3-nose, + python3-pil Suggests: python-skimage-doc Description: Python 3 modules for image processing scikit-image is a collection of image processing algorithms for diff --git a/debian/patches/doc-privacy.patch b/debian/patches/doc-privacy.patch new file mode 100644 index 00000000..3e37826f --- /dev/null +++ b/debian/patches/doc-privacy.patch @@ -0,0 +1,21 @@ +Description: avoid privacy breach + use standard fonts instead of loading something from google + use local jquery from sphinx +--- a/doc/source/themes/scikit-image/layout.html ++++ b/doc/source/themes/scikit-image/layout.html +@@ -17,7 +17,6 @@ + {%- endif %} + + {%- macro script() %} +- + +