Source: openslide-python
Version: 1.1.0-2
Severity: serious
Tags: patch
Justification: fails to build from source

In addition to FTBFS when I was testing the package in preparation for the
transition to python3.5 as default python3, it would ease the transition
considerably if the build was for all supported python3 versions.  Fortunately
this is trivial to do given what you've got alread.

I do not intend to NMU immediately, but if this is still open when the
transition starts, I'll NMU then.  I would appreciate it if you could deal
with it sooner than that, however.

Please see the attached patch.

Scott K
diff -Nru openslide-python-1.1.0/debian/changelog openslide-python-1.1.0/debian/changelog
--- openslide-python-1.1.0/debian/changelog	2015-10-26 10:24:17.000000000 +0000
+++ openslide-python-1.1.0/debian/changelog	2015-12-31 07:29:29.000000000 +0000
@@ -1,3 +1,13 @@
+openslide-python (1.1.0-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Add missing build-depends on libopenslide-dev to fix FTBFS due to test
+    failures
+  * Change python3-dev build-dep to python3-all-dev to build for all python3
+    versions
+
+ -- Scott Kitterman  <sc...@kitterman.com>  Thu, 31 Dec 2015 07:20:01 +0000
+
 openslide-python (1.1.0-2) unstable; urgency=medium
 
   * Add missinng Build-Depends (Thanks for the patch to Matthias Klose)
diff -Nru openslide-python-1.1.0/debian/control openslide-python-1.1.0/debian/control
--- openslide-python-1.1.0/debian/control	2015-10-26 10:23:54.000000000 +0000
+++ openslide-python-1.1.0/debian/control	2015-12-31 07:29:53.000000000 +0000
@@ -9,9 +9,10 @@
                python-dev,
                python-pil,
                python-setuptools,
-               python3-dev,
+               python3-all-dev,
                python3-pil,
-               python3-setuptools
+               python3-setuptools,
+               libopenslide-dev
 Standards-Version: 3.9.6
 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/

Reply via email to