[med-svn] [dcmtk] 05/12: Update packaging to use new so version
Gert Wollny
gert-guest at moszumanska.debian.org
Sun May 8 14:49:45 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 3ea42c0c5c4fe59efe3e6af4f91108942eaecbfa
Author: Gert Wollny <gw.fossdev at gmail.com>
Date: Sat Apr 9 12:36:50 2016 +0000
Update packaging to use new so version
Note, the jump from 5 to 8 was done, because upstream actually sets the
version so-version to 8.
---
debian/control | 10 +++++-----
debian/libdcmtk5.install | 2 --
debian/{libdcmtk5.dirs => libdcmtk8.dirs} | 0
debian/libdcmtk8.install | 2 ++
...libdcmtk5.lintian-overrides => libdcmtk8.lintian-overrides} | 6 +++---
debian/rules | 4 ++--
6 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/debian/control b/debian/control
index 4298b5b..bb37789 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: libdcmtk5
+Package: libdcmtk8
Architecture: any
Section: libs
Depends: ${misc:Depends},
@@ -66,7 +66,7 @@ Depends: libxml2-dev,
libwrap0-dev,
libcharls-dev,
libtiff-dev,
- libdcmtk5 (= ${binary:Version}),
+ libdcmtk8 (= ${binary:Version}),
${misc:Depends}
Suggests: dcmtk-doc
Conflicts: libdcmtk2-dev, libdcmtk4-dev, libinsighttoolkit4-dev (<< 4.9.0)
@@ -99,11 +99,11 @@ Description: OFFIS DICOM toolkit documentation
This package contains the on-line documentation for the DCMTK libraries
and utilities in HTML format.
-Package: libdcmtk5-dbg
+Package: libdcmtk8-dbg
Architecture: any
Section: debug
Priority: extra
-Depends: libdcmtk5 (= ${binary:Version}),
+Depends: libdcmtk8 (= ${binary:Version}),
${misc:Depends}
Description: OFFIS DICOM toolkit library debugging symbols
DCMTK includes a collection of libraries and applications for examining,
@@ -111,4 +111,4 @@ Description: OFFIS DICOM toolkit library debugging symbols
sending and receiving images over a network connection, as well as
demonstrative image storage and worklist servers.
.
- This package contains the debugging symbols for libdcmtk5.
+ This package contains the debugging symbols for libdcmtk8.
diff --git a/debian/libdcmtk5.install b/debian/libdcmtk5.install
deleted file mode 100644
index 542961f..0000000
--- a/debian/libdcmtk5.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/*.so.*
-usr/share/libdcmtk5/*.dic
diff --git a/debian/libdcmtk5.dirs b/debian/libdcmtk8.dirs
similarity index 100%
rename from debian/libdcmtk5.dirs
rename to debian/libdcmtk8.dirs
diff --git a/debian/libdcmtk8.install b/debian/libdcmtk8.install
new file mode 100644
index 0000000..e29d7cb
--- /dev/null
+++ b/debian/libdcmtk8.install
@@ -0,0 +1,2 @@
+usr/lib/*.so.*
+usr/share/libdcmtk8/*.dic
diff --git a/debian/libdcmtk5.lintian-overrides b/debian/libdcmtk8.lintian-overrides
similarity index 60%
rename from debian/libdcmtk5.lintian-overrides
rename to debian/libdcmtk8.lintian-overrides
index 357598d..eba395f 100644
--- a/debian/libdcmtk5.lintian-overrides
+++ b/debian/libdcmtk8.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
-libdcmtk5: package-name-doesnt-match-sonames
-libdcmtk5: embedded-library
-libdcmtk5: no-symbols-control-file
+libdcmtk8: package-name-doesnt-match-sonames
+libdcmtk8: embedded-library
+libdcmtk8: no-symbols-control-file
diff --git a/debian/rules b/debian/rules
index c7c647b..37466cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,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/libdcmtk5 \
+ -DDCMTK_INSTALL_DATDIC:STRING=share/libdcmtk8 \
-DCMAKE_SKIP_RPATH:BOOL=OFF
@@ -77,7 +77,7 @@ override_dh_install-arch:
rm ./debian/dcmtk/usr/bin/mkreport
override_dh_strip:
- dh_strip --dbg-package=libdcmtk5-dbg
+ dh_strip --dbg-package=libdcmtk8-dbg
get-orig-source:
uscan --force-download --verbose --rename
--
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