Your message dated Wed, 13 Nov 2019 19:03:06 +0100
with message-id <2cb386289a7ef0aa6c11232755432524ecc3a5ff.ca...@collabora.com>
and subject line Fixed bugs
has caused the Debian Bug report #906230,
regarding insighttoolkit4-python: missing python dependencies
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
906230: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906230
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: insighttoolkit4-python
Version: 4.10.1-dfsg1-1.1
Severity: serious
Tags: patch
Fix:
--- debian/control.in.old 2018-08-13 12:46:42.486599767 +0000
+++ debian/control.in 2018-08-14 08:11:49.018243996 +0000
@@ -21,6 +21,7 @@
libminc-dev,
libnifti-dev,
libhdf5-dev,
+ dh-python,
python-all-dev
# libvtk6-dev -- only needed if we enable one of the following modules:
# VtkGlue, LevelSetsv4Visualization
@@ -90,7 +91,7 @@
Package: insighttoolkit@VER_MAJOR@-python
Section: python
Architecture: amd64 i386
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
Conflicts: insighttoolkit-python
Replaces: insighttoolkit-python
Description: Image processing toolkit for registration and segmentation -
Python bindings
--- debian/control.old 2018-08-12 22:39:53.179084322 +0000
+++ debian/control 2018-08-14 08:11:37.626244105 +0000
@@ -21,6 +21,7 @@
libminc-dev,
libnifti-dev,
libhdf5-dev,
+ dh-python,
python-all-dev
# libvtk6-dev -- only needed if we enable one of the following modules:
# VtkGlue, LevelSetsv4Visualization
@@ -90,7 +91,7 @@
Package: insighttoolkit4-python
Section: python
Architecture: amd64 i386
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
Conflicts: insighttoolkit-python
Replaces: insighttoolkit-python
Description: Image processing toolkit for registration and segmentation -
Python bindings
--- debian/rules.old 2018-08-12 22:39:54.667084308 +0000
+++ debian/rules 2018-08-13 12:48:11.170598921 +0000
@@ -81,7 +81,7 @@
%:
- dh $@ --builddir=BUILD --parallel
+ dh $@ --builddir=BUILD --parallel --with python2
override_dh_auto_configure-indep:
--- End Message ---
--- Begin Message ---
Version: 4.13.2-dfsg1-1
--- End Message ---