[med-svn] [dcmtk] 06/11: Change libdcmtk9 -> 10 because of soname change

Gert Wollny gert-guest at moszumanska.debian.org
Sun Nov 13 12:35:00 UTC 2016


This is an automated email from the git hooks/post-receive script.

gert-guest pushed a commit to branch master
in repository dcmtk.

commit f0f4facfd0539e4ecf096a77edd8f45252e55fec
Author: Gert Wollny <gw.fossdev at gmail.com>
Date:   Mon Nov 7 12:45:31 2016 +0100

    Change libdcmtk9 -> 10 because of soname change
---
 debian/control                                                      | 4 ++--
 debian/libdcmtk10.install                                           | 2 ++
 .../{libdcmtk9.lintian-overrides => libdcmtk10.lintian-overrides}   | 6 +++---
 debian/libdcmtk9.install                                            | 2 --
 debian/rules                                                        | 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index ba7dc33..eca008c 100644
--- a/debian/control
+++ b/debian/control
@@ -39,7 +39,7 @@ Description: OFFIS DICOM toolkit command line utilities
  .
  Note: This version was compiled with libssl support.
 
-Package: libdcmtk9
+Package: libdcmtk10
 Architecture: any
 Section: libs
 Depends: ${misc:Depends},
@@ -66,7 +66,7 @@ Depends: libxml2-dev,
          libwrap0-dev, 
          libcharls-dev, 
          libtiff-dev, 
-         libdcmtk9 (= ${binary:Version}),
+         libdcmtk10 (= ${binary:Version}),
          ${misc:Depends}
 Suggests: dcmtk-doc
 Breaks: libinsighttoolkit4-dev (<< 4.9.0)
diff --git a/debian/libdcmtk10.install b/debian/libdcmtk10.install
new file mode 100644
index 0000000..c55be20
--- /dev/null
+++ b/debian/libdcmtk10.install
@@ -0,0 +1,2 @@
+usr/lib/*.so.*
+usr/share/libdcmtk10/*.dic
diff --git a/debian/libdcmtk9.lintian-overrides b/debian/libdcmtk10.lintian-overrides
similarity index 59%
rename from debian/libdcmtk9.lintian-overrides
rename to debian/libdcmtk10.lintian-overrides
index 55bfa94..4b28bd8 100644
--- a/debian/libdcmtk9.lintian-overrides
+++ b/debian/libdcmtk10.lintian-overrides
@@ -1,5 +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
-libdcmtk9: package-name-doesnt-match-sonames
-libdcmtk9: embedded-library
-libdcmtk9: no-symbols-control-file
+libdcmtk10: package-name-doesnt-match-sonames
+libdcmtk10: embedded-library
+libdcmtk10: no-symbols-control-file
diff --git a/debian/libdcmtk9.install b/debian/libdcmtk9.install
deleted file mode 100644
index 951fa12..0000000
--- a/debian/libdcmtk9.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/*.so.*
-usr/share/libdcmtk9/*.dic
diff --git a/debian/rules b/debian/rules
index cdf4bc3..adf60e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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 \
- -DDCMTK_INSTALL_DATDIC:STRING=share/libdcmtk9 \
+ -DDCMTK_INSTALL_DATDIC:STRING=share/libdcmtk10 \
  -DCMAKE_SKIP_RPATH:BOOL=OFF
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/dcmtk.git



More information about the debian-med-commit mailing list