From: Étienne Mollier Date: Thu, 12 Feb 2026 19:00:38 +0000 (+0100) Subject: d/*: soname bump to libdcmtk20. X-Git-Tag: archive/raspbian/3.7.0+really3.7.0-1+rpi1^2~17 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8114f7b3e95821b9e687d4df81df56918c25eb7b;p=dcmtk.git d/*: soname bump to libdcmtk20. --- diff --git a/debian/control b/debian/control index aef4e6e9..68ddd8bd 100644 --- a/debian/control +++ b/debian/control @@ -47,7 +47,7 @@ Description: OFFIS DICOM toolkit data files . This package contains the DCMTK data files. -Package: libdcmtk19 +Package: libdcmtk20 Architecture: any Section: libs Depends: dcmtk-data (>= ${source:Version}), ${misc:Depends}, ${shlibs:Depends} @@ -66,14 +66,14 @@ Description: OFFIS DICOM toolkit runtime libraries Package: libdcmtk-dev Architecture: any Section: libdevel -Depends: libdcmtk19 (= ${binary:Version}), +Depends: libdcmtk20 (= ${binary:Version}), libnsl-dev, libwrap0-dev, libxml2-dev, libz-dev, ${misc:Depends} Suggests: dcmtk-doc -Provides: libdcmtk19-dev +Provides: libdcmtk20-dev Description: OFFIS DICOM toolkit development libraries and headers DCMTK includes a collection of libraries and applications for examining, constructing and converting DICOM image files, handling offline media, diff --git a/debian/libdcmtk19.install b/debian/libdcmtk19.install deleted file mode 100644 index 3de3b10a..00000000 --- a/debian/libdcmtk19.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/*/*.so.* diff --git a/debian/libdcmtk19.lintian-overrides b/debian/libdcmtk19.lintian-overrides deleted file mode 100644 index 910b1238..00000000 --- a/debian/libdcmtk19.lintian-overrides +++ /dev/null @@ -1,5 +0,0 @@ -# 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 appropriately -libdcmtk19: package-name-doesnt-match-sonames -libdcmtk19: embedded-library -libdcmtk19: no-symbols-control-file diff --git a/debian/libdcmtk20.install b/debian/libdcmtk20.install new file mode 100644 index 00000000..3de3b10a --- /dev/null +++ b/debian/libdcmtk20.install @@ -0,0 +1 @@ +usr/lib/*/*.so.* diff --git a/debian/libdcmtk20.lintian-overrides b/debian/libdcmtk20.lintian-overrides new file mode 100644 index 00000000..e267dee3 --- /dev/null +++ b/debian/libdcmtk20.lintian-overrides @@ -0,0 +1,5 @@ +# 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 appropriately +libdcmtk20: package-name-doesnt-match-sonames +libdcmtk20: embedded-library +libdcmtk20: no-symbols-control-file