Skip to content
Commits on Source (2)
dcmtk (3.6.5-1) UNRELEASED; urgency=medium
[ Andreas Tille ]
* Team upload.
* Remove myself as Uploader
[ Gert Wollny ]
* New upstream version 3.6.5
* d/p: Update patches and remove 08 (applied upstream)
* Update SO version to 15
-- Gert Wollny <gewo@debian.org> Fri, 01 Nov 2019 17:14:38 +0100
......
......@@ -37,7 +37,7 @@ Description: OFFIS DICOM toolkit command line utilities
.
Note: This version was compiled with libssl support.
Package: libdcmtk14
Package: libdcmtk15
Architecture: any
Section: libs
Depends: ${misc:Depends},
......@@ -66,7 +66,7 @@ Depends: libxml2-dev,
libwrap0-dev,
libcharls-dev,
libtiff-dev,
libdcmtk14 (= ${binary:Version}),
libdcmtk15 (= ${binary:Version}),
${misc:Depends}
Suggests: dcmtk-doc
Breaks: libinsighttoolkit4-dev (<< 4.9.0)
......
usr/lib/*/*.so.*
usr/share/libdcmtk14/*.dic
usr/share/libdcmtk15/*.dic
# There is more than one library in one package bundles which makes perfectly
# sense in this application but does not enable naming the library package apropriately
libdcmtk14: package-name-doesnt-match-sonames
libdcmtk14: embedded-library
libdcmtk14: no-symbols-control-file
libdcmtk15: package-name-doesnt-match-sonames
libdcmtk15: embedded-library
libdcmtk15: no-symbols-control-file
......@@ -38,7 +38,7 @@ CMAKE_EXTRA_FLAGS += -DCMAKE_BUILD_TYPE:STRING=None \
-DDCMTK_WITH_ICONV:BOOL=ON \
-DUSE_COMPILER_HIDDEN_VISIBILITY:BOOL=ON \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DCMAKE_INSTALL_DATADIC:STRING=share/libdcmtk14 \
-DCMAKE_INSTALL_DATADIC:STRING=share/libdcmtk15 \
-DCMAKE_SKIP_RPATH:BOOL=OFF \
-DDCMTK_USE_CXX11_STL:BOOL=ON \
-DDCMTK_ENABLE_CXX11:BOOL=ON
......