diff -Nru openslide-python-0.5.1/debian/changelog openslide-python-0.5.1/debian/changelog --- openslide-python-0.5.1/debian/changelog 2014-01-28 20:26:09.000000000 +0000 +++ openslide-python-0.5.1/debian/changelog 2014-01-31 16:48:46.000000000 +0000 @@ -1,3 +1,13 @@ +openslide-python (0.5.1-2) unstable; urgency=low + + * Switch to arch:all instead of arch:any. Closes: #737195 + * Prefer python-pil. Closes: #737191 + * Recommends jquery. Closes: #737192 + * Update copyright dates. Closes: #737193 + * Add python3 module. Closes: #737194 + + -- Mathieu Malaterre Fri, 31 Jan 2014 17:36:59 +0100 + openslide-python (0.5.1-1) unstable; urgency=low * Initial release (Closes: #683077) diff -Nru openslide-python-0.5.1/debian/control openslide-python-0.5.1/debian/control --- openslide-python-0.5.1/debian/control 2014-01-28 20:26:09.000000000 +0000 +++ openslide-python-0.5.1/debian/control 2014-02-01 10:55:43.000000000 +0000 @@ -3,19 +3,20 @@ Priority: optional Maintainer: Debian Med Packaging Team Uploaders: Mathieu Malaterre -Build-Depends: debhelper (>= 9), python-all-dev (>= 2.6.6-3) +Build-Depends: debhelper (>= 9), dh-python, python-all (>= 2.6.6-3~), python3-all Standards-Version: 3.9.5 -X-Python-Version: >=2.6 +X-Python-Version: >= 2.6 +X-Python3-Version: >= 3.2 Homepage: http://openslide.org Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/openslide-python/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/openslide-python/trunk/ Package: python-openslide -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, libopenslide0, python-imaging +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, libopenslide0, python-pil Provides: ${python:Provides} -Suggests: python-flask -Description: Python wrapper for reading whole slide image files +Recommends: python-flask, libjs-jquery +Description: Python 2 wrapper for reading whole slide image files OpenSlide is a C library that provides a simple interface to read whole-slide images also known as virtual slides. . @@ -37,4 +38,33 @@ - Trestle (.tif) - Generic tiled TIFF (.tif) . - This package contains the Python module needed to run OpenSlide applications. + This package contains the Python 2 module needed to run OpenSlide applications. + +Package: python3-openslide +Architecture: all +Depends: ${misc:Depends}, ${python3:Depends}, libopenslide0, python3-pil +Provides: ${python3:Provides} +Recommends: python3-flask, libjs-jquery +Description: Python 3 wrapper for reading whole slide image files + OpenSlide is a C library that provides a simple interface to read whole-slide + images also known as virtual slides. + . + Whole-slide images, also known as virtual slides, are large, high resolution + images used in digital pathology. Reading these images using standard image + tools or libraries is a challenge because these tools are typically designed + for images that can comfortably be uncompressed into RAM or a swap file. + Whole-slide images routinely exceed RAM sizes, often occupying tens of + gigabytes when uncompressed. Additionally, whole-slide images are typically + multi-resolution, and only a small amount of image data might be needed at a + particular resolution. + . + This library currently supports: + - Aperio (.svs, .tif) + - Hamamatsu (.vms, .vmu, .ndpi) + - Leica (.scn) + - MIRAX (.mrxs) + - Sakura (.svslide) + - Trestle (.tif) + - Generic tiled TIFF (.tif) + . + This package contains the Python 3 module needed to run OpenSlide applications. diff -Nru openslide-python-0.5.1/debian/copyright openslide-python-0.5.1/debian/copyright --- openslide-python-0.5.1/debian/copyright 2014-01-28 20:25:58.000000000 +0000 +++ openslide-python-0.5.1/debian/copyright 2014-01-31 16:37:27.000000000 +0000 @@ -3,7 +3,7 @@ Source: http://openslide.org/ Files: * -Copyright: © 2010-2011 Carnegie Mellon University +Copyright: © 2010-2014 Carnegie Mellon University License: LGPL-2.1 Files: examples/deepzoom/static/jquery.js diff -Nru openslide-python-0.5.1/debian/rules openslide-python-0.5.1/debian/rules --- openslide-python-0.5.1/debian/rules 2013-12-13 13:10:39.000000000 +0000 +++ openslide-python-0.5.1/debian/rules 2014-02-01 10:58:51.000000000 +0000 @@ -1,14 +1,13 @@ #!/usr/bin/make -f - -# Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +export PYBUILD_NAME=openslide %: - dh $@ --with python2 --buildsystem=python_distutils + dh $@ --with python2,python3 --buildsystem=pybuild override_dh_installexamples: - #dh_installexamples -Xjquery.js -XOpenSeadragon.js examples/* dh_installexamples -Xjquery.js examples/* + dh_link usr/share/javascript/jquery/jquery.js usr/share/doc/python-openslide/examples/deepzoom/static/jquery.js override_dh_compress: dh_compress -X.py