Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
d/control: Depend on libgdcm-dev
· f1c2d2a2
Gert Wollny
authored
Nov 01, 2019
f1c2d2a2
d/changelog: new upload
· c174ab8b
Gert Wollny
authored
Nov 01, 2019
c174ab8b
Upload to unstable
· 584abe4b
Gert Wollny
authored
Nov 02, 2019
584abe4b
d/changelog: Add python2 bug closing
· f6afeedf
Gert Wollny
authored
Nov 02, 2019
f6afeedf
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
f6afeedf
insighttoolkit4 (4.13.2-dfsg1-1) unstable; urgency=medium
* d/control: Depend on libgdcm-dev
* upload to unstable, Closes: #936737
-- Gert Wollny <gewo@debian.org> Sat, 02 Nov 2019 10:23:20 +0100
insighttoolkit4 (4.13.2-dfsg1-1~exp7) experimental; urgency=medium
[ Gilles Filippini ]
...
...
debian/control
View file @
f6afeedf
...
...
@@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 9),
libtiff-dev,
libfftw3-dev,
libdcmtk-dev (>= 3.6.1~20150924-4),
libgdcm
2
-dev
(>= 2.6.1-3) | libgdcm2-dev ( << 2.6.0 )
,
libgdcm-dev,
libgtest-dev,
uuid-dev,
libminc-dev,
...
...
@@ -50,7 +50,7 @@ Description: Image processing toolkit for registration and segmentation - runtim
Package: libinsighttoolkit4-dev
Section: libdevel
Architecture: amd64 i386
Depends: ${shlibs:Depends}, ${misc:Depends}, libinsighttoolkit4.13 (= ${binary:Version}), libgdcm
2
-dev, libdcmtk-dev, libhdf5-dev, libdouble-conversion-dev, libexpat-dev, libnifti-dev
Depends: ${shlibs:Depends}, ${misc:Depends}, libinsighttoolkit4.13 (= ${binary:Version}), libgdcm-dev, libdcmtk-dev, libhdf5-dev, libdouble-conversion-dev, libexpat-dev, libnifti-dev
Recommends: libfftw3-dev, uuid-dev
Conflicts: libinsighttoolkit-dev, libinsighttoolkit3-dev
Replaces: libinsighttoolkit-dev
...
...
debian/control.in
View file @
f6afeedf
...
...
@@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 9),
libtiff-dev,
libfftw3-dev,
libdcmtk-dev (>= 3.6.1~20150924-4),
libgdcm
2
-dev
(>= 2.6.1-3) | libgdcm2-dev ( << 2.6.0 )
,
libgdcm-dev,
libgtest-dev,
uuid-dev,
libminc-dev,
...
...
@@ -50,7 +50,7 @@ Description: Image processing toolkit for registration and segmentation - runtim
Package: libinsighttoolkit@VER_MAJOR@-dev
Section: libdevel
Architecture: amd64 i386
Depends: ${shlibs:Depends}, ${misc:Depends}, libinsighttoolkit@SOVERSION@ (= ${binary:Version}), libgdcm
2
-dev, libdcmtk-dev, libhdf5-dev, libdouble-conversion-dev, libexpat-dev, libnifti-dev
Depends: ${shlibs:Depends}, ${misc:Depends}, libinsighttoolkit@SOVERSION@ (= ${binary:Version}), libgdcm-dev, libdcmtk-dev, libhdf5-dev, libdouble-conversion-dev, libexpat-dev, libnifti-dev
Recommends: libfftw3-dev, uuid-dev
Conflicts: libinsighttoolkit-dev, libinsighttoolkit3-dev
Replaces: libinsighttoolkit-dev
...
...