Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
d/control: Switch python package name to python3
· 93a0681c
Gert Wollny
authored
Nov 11, 2019
93a0681c
d/control: Update packages for upload
· 474b2cf4
Gert Wollny
authored
Nov 11, 2019
474b2cf4
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
474b2cf4
insighttoolkit4 (4.13.2-dfsg1-2) unstable; urgency=medium
* d/control: Switch python package name to python3
-- Gert Wollny <gewo@debian.org> Mon, 11 Nov 2019 19:23:04 +0100
insighttoolkit4 (4.13.2-dfsg1-1) unstable; urgency=medium
* d/control: Depend on libgdcm-dev
...
...
debian/control
View file @
474b2cf4
...
...
@@ -89,12 +89,11 @@ Description: Image processing toolkit for registration and segmentation - exampl
.
This package contains the source for example programs.
Package: insighttoolkit4-python
Package: insighttoolkit4-python
3
Section: python
Architecture: amd64 i386
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends}
Conflicts: insighttoolkit-python
Replaces: insighttoolkit-python
Conflicts: insighttoolkit-python, insighttoolkit4-python,
Description: Image processing toolkit for registration and segmentation - Python bindings
ITK is an open-source software toolkit for performing registration and
segmentation. Segmentation is the process of identifying and
...
...
debian/rules
View file @
474b2cf4
...
...
@@ -78,7 +78,7 @@ CMAKE_FLAGS = \
pkg_lib = libinsighttoolkit$(SOVERSION)
pkg_dev = libinsighttoolkit$(VER_MAJOR)-dev
pkg_examples = insighttoolkit$(VER_MAJOR)-examples
pkg_python = insighttoolkit$(VER_MAJOR)-python
pkg_python = insighttoolkit$(VER_MAJOR)-python
3
%:
...
...