Upstream has bumped SONAME thus rename binary package for shared library
authorAndreas Tille <tille@debian.org>
Wed, 4 May 2022 06:52:10 +0000 (08:52 +0200)
committerAndreas Tille <tille@debian.org>
Wed, 4 May 2022 07:07:43 +0000 (09:07 +0200)
debian/changelog
debian/control
debian/libdcmtk16.install [deleted file]
debian/libdcmtk16.lintian-overrides [deleted file]
debian/libdcmtk17.install [new file with mode: 0644]
debian/libdcmtk17.lintian-overrides [new file with mode: 0644]

index 6a70278a8f04787b1f0716d8614f2cce55f6c740..fa2f48b295a7b18316a7f68212de0c38b1e20524 100644 (file)
@@ -1,3 +1,12 @@
+dcmtk (3.6.7-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Upstream has bumped SONAME thus rename binary package for shared
+    library
+    Closes: #1010536
+
+ -- Andreas Tille <tille@debian.org>  Wed, 04 May 2022 08:50:53 +0200
+
 dcmtk (3.6.7-1) unstable; urgency=medium
 
   * Team upload.
index 0f6564201f1179b44b92392e913152406e9c6aec..74ef7467ade58e2493f71f35c1423c9c2b2ed9d1 100644 (file)
@@ -38,7 +38,7 @@ Description: OFFIS DICOM toolkit command line utilities
  .
  Note: This version was compiled with libssl support.
 
-Package: libdcmtk16
+Package: libdcmtk17
 Architecture: any
 Section: libs
 Depends: ${misc:Depends},
@@ -62,7 +62,7 @@ Description: OFFIS DICOM toolkit runtime libraries
 Package: libdcmtk-dev
 Architecture: any
 Section: libdevel
-Depends: libdcmtk16 (= ${binary:Version}),
+Depends: libdcmtk17 (= ${binary:Version}),
          libpng-dev,
          libssl-dev,
          libtiff-dev,
diff --git a/debian/libdcmtk16.install b/debian/libdcmtk16.install
deleted file mode 100644 (file)
index cafca22..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/*/*.so.*
-usr/share/libdcmtk16/*.dic
diff --git a/debian/libdcmtk16.lintian-overrides b/debian/libdcmtk16.lintian-overrides
deleted file mode 100644 (file)
index 12b9617..0000000
+++ /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
-libdcmtk16: package-name-doesnt-match-sonames
-libdcmtk16: embedded-library
-libdcmtk16: no-symbols-control-file
diff --git a/debian/libdcmtk17.install b/debian/libdcmtk17.install
new file mode 100644 (file)
index 0000000..cafca22
--- /dev/null
@@ -0,0 +1,2 @@
+usr/lib/*/*.so.*
+usr/share/libdcmtk16/*.dic
diff --git a/debian/libdcmtk17.lintian-overrides b/debian/libdcmtk17.lintian-overrides
new file mode 100644 (file)
index 0000000..92ea768
--- /dev/null
@@ -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 apropriately
+libdcmtk17: package-name-doesnt-match-sonames
+libdcmtk17: embedded-library
+libdcmtk17: no-symbols-control-file