Skip to content
Commits on Source (2)
......@@ -22,12 +22,13 @@ Build-Depends: debhelper (>= 9),
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
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/insighttoolkit.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/insighttoolkit.git
Vcs-Browser: https://salsa.debian.org/med-team/insighttoolkit
Vcs-Git: https://salsa.debian.org/med-team/insighttoolkit.git
Package: libinsighttoolkit4.13
Section: libs
......@@ -91,7 +92,7 @@ Description: Image processing toolkit for registration and segmentation - exampl
Package: insighttoolkit4-python
Section: python
Architecture: amd64 i386
Depends: ${misc:Depends}, ${shlibs:Depends}, python
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
Conflicts: insighttoolkit-python
Replaces: insighttoolkit-python
Description: Image processing toolkit for registration and segmentation - Python bindings
......
......@@ -27,8 +27,8 @@ Build-Depends: debhelper (>= 9),
# libvtk6-dev -- only needed if we enable one of the following modules:
# VtkGlue, LevelSetsv4Visualization
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/insighttoolkit.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/insighttoolkit.git
Vcs-Browser: https://salsa.debian.org/med-team/insighttoolkit
Vcs-Git: https://salsa.debian.org/med-team/insighttoolkit.git
Package: libinsighttoolkit@SOVERSION@
Section: libs
......