From d24b828b56a7c7bc8a03d4ebdaab6c9baf60293f Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Wed, 28 Feb 2024 12:20:16 +0100 Subject: [PATCH] Rename libraries for 64-bit time_t transition. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: #1062022 Signed-off-by: Étienne Mollier --- debian/changelog | 7 +++++++ debian/control | 11 ++++++----- debian/libdcmtk17.lintian-overrides | 5 ----- debian/{libdcmtk17.install => libdcmtk17t64.install} | 0 debian/libdcmtk17t64.lintian-overrides | 6 ++++++ 5 files changed, 19 insertions(+), 10 deletions(-) delete mode 100644 debian/libdcmtk17.lintian-overrides rename debian/{libdcmtk17.install => libdcmtk17t64.install} (100%) create mode 100644 debian/libdcmtk17t64.lintian-overrides diff --git a/debian/changelog b/debian/changelog index 0de087c1..d40543a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +dcmtk (3.6.7-9.1) unstable; urgency=medium + + * Non-maintainer upload. + * Rename libraries for 64-bit time_t transition. Closes: #1062022 + + -- Michael Hudson-Doyle Wed, 28 Feb 2024 01:17:02 +0000 + dcmtk (3.6.7-9) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index a7a58995..24325cd2 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Uploaders: Gert Wollny , Mathieu Malaterre Section: science Priority: optional -Build-Depends: cmake, +Build-Depends: dpkg-dev (>= 1.22.5), cmake, debhelper-compat (= 13), gettext, help2man, @@ -38,13 +38,14 @@ Description: OFFIS DICOM toolkit command line utilities . Note: This version was compiled with libssl support. -Package: libdcmtk17 +Package: libdcmtk17t64 +Provides: ${t64:Provides} Architecture: any Section: libs Depends: ${misc:Depends}, ${shlibs:Depends} -Breaks: libdcmtk16 (= 3.6.7-1) -Replaces: libdcmtk16 (= 3.6.7-1) +Breaks: libdcmtk17 (<< ${source:Version}), libdcmtk16 (= 3.6.7-1) +Replaces: libdcmtk17, libdcmtk16 (= 3.6.7-1) Multi-Arch: same Description: OFFIS DICOM toolkit runtime libraries DCMTK includes a collection of libraries and applications for examining, @@ -60,7 +61,7 @@ Description: OFFIS DICOM toolkit runtime libraries Package: libdcmtk-dev Architecture: any Section: libdevel -Depends: libdcmtk17 (= ${binary:Version}), +Depends: libdcmtk17t64 (= ${binary:Version}), libpng-dev, libssl-dev, libtiff-dev, diff --git a/debian/libdcmtk17.lintian-overrides b/debian/libdcmtk17.lintian-overrides deleted file mode 100644 index 92ea7680..00000000 --- a/debian/libdcmtk17.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 apropriately -libdcmtk17: package-name-doesnt-match-sonames -libdcmtk17: embedded-library -libdcmtk17: no-symbols-control-file diff --git a/debian/libdcmtk17.install b/debian/libdcmtk17t64.install similarity index 100% rename from debian/libdcmtk17.install rename to debian/libdcmtk17t64.install diff --git a/debian/libdcmtk17t64.lintian-overrides b/debian/libdcmtk17t64.lintian-overrides new file mode 100644 index 00000000..eb93b31a --- /dev/null +++ b/debian/libdcmtk17t64.lintian-overrides @@ -0,0 +1,6 @@ +# 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 +libdcmtk17t64: package-name-doesnt-match-sonames +libdcmtk17t64: embedded-library +libdcmtk17t64: no-symbols-control-file +libdcmtk17t64: package-name-doesnt-match-sonames libdcmtk17 -- 2.30.2