[Debian-med-packaging] Bug#906230: insighttoolkit4-python: missing python dependencies

Adrian Bunk bunk at debian.org
Wed Aug 15 18:56:20 BST 2018


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 at 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:
 



More information about the Debian-med-packaging mailing list