Control: tags 937213 + patch

Dear maintainer,

I've prepared an NMU for openslide-python (versioned as 1.1.1-4.1). The diff
is attached to this message.

Regards.

diff -Nru openslide-python-1.1.1/debian/changelog openslide-python-1.1.1/debian/changelog
--- openslide-python-1.1.1/debian/changelog	2018-10-29 05:37:28.000000000 -0400
+++ openslide-python-1.1.1/debian/changelog	2019-11-28 21:35:22.000000000 -0500
@@ -1,3 +1,10 @@
+openslide-python (1.1.1-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Deop python support; Closes: #937213
+
+ -- Sandro Tosi <mo...@debian.org>  Thu, 28 Nov 2019 21:35:22 -0500
+
 openslide-python (1.1.1-4) unstable; urgency=medium
 
   * debhelper 11
diff -Nru openslide-python-1.1.1/debian/control openslide-python-1.1.1/debian/control
--- openslide-python-1.1.1/debian/control	2018-10-29 05:37:28.000000000 -0400
+++ openslide-python-1.1.1/debian/control	2019-11-28 21:35:03.000000000 -0500
@@ -6,9 +6,6 @@
 Priority: optional
 Build-Depends: debhelper (>= 11~),
                dh-python,
-               python-dev,
-               python-pil,
-               python-setuptools,
                python3-all-dev,
                python3-pil,
                python3-setuptools,
@@ -18,39 +15,6 @@
 Vcs-Git: https://salsa.debian.org/med-team/openslide-python.git
 Homepage: http://openslide.org
 
-Package: python-openslide
-Architecture: any
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
-         ${python:Depends},
-         libopenslide0 (>= 3.4.0),
-         python-pil | python-imaging
-Recommends: python-openslide-examples
-Provides: ${python:Provides}
-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.
- .
- 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 2 module needed to run OpenSlide applications.
-
 Package: python3-openslide
 Architecture: any
 Depends: ${shlibs:Depends},
@@ -86,9 +50,9 @@
 Package: python-openslide-examples
 Architecture: all
 Depends: ${misc:Depends},
-         python-flask | python3-flask,
+         python3-flask,
          libjs-jquery,
-         python-openslide | python3-openslide
+         python3-openslide
 Description: Python examples for python-openslide and python3-openslide
  OpenSlide is a C library that provides a simple interface to read whole-slide
  images also known as virtual slides.
diff -Nru openslide-python-1.1.1/debian/rules openslide-python-1.1.1/debian/rules
--- openslide-python-1.1.1/debian/rules	2018-10-29 05:37:28.000000000 -0400
+++ openslide-python-1.1.1/debian/rules	2019-11-28 21:35:15.000000000 -0500
@@ -5,7 +5,7 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_installexamples:
 	dh_installexamples -ppython-openslide-examples -Xjquery.js examples/*

Reply via email to