Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
d/*: Update so version 10 15
· fbe2f4ff
Gert Wollny
authored
Nov 01, 2019
fbe2f4ff
d/changelog: Update changelog
· 1e47b875
Gert Wollny
authored
Nov 01, 2019
1e47b875
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
1e47b875
dcmtk (3.6.5-1) UNRELEASED; urgency=medium
[ Andreas Tille ]
* Team upload.
* Remove myself as Uploader
[ Gert Wollny ]
* New upstream version 3.6.5
* d/p: Update patches and remove 08 (applied upstream)
* Update SO version to 15
-- Gert Wollny <gewo@debian.org> Fri, 01 Nov 2019 17:14:38 +0100
...
...
debian/control
View file @
1e47b875
...
...
@@ -37,7 +37,7 @@ Description: OFFIS DICOM toolkit command line utilities
.
Note: This version was compiled with libssl support.
Package: libdcmtk1
4
Package: libdcmtk1
5
Architecture: any
Section: libs
Depends: ${misc:Depends},
...
...
@@ -66,7 +66,7 @@ Depends: libxml2-dev,
libwrap0-dev,
libcharls-dev,
libtiff-dev,
libdcmtk1
4
(= ${binary:Version}),
libdcmtk1
5
(= ${binary:Version}),
${misc:Depends}
Suggests: dcmtk-doc
Breaks: libinsighttoolkit4-dev (<< 4.9.0)
...
...
debian/libdcmtk1
4
.install
→
debian/libdcmtk1
5
.install
View file @
1e47b875
usr
/
lib
/*/*.
so
.
*
usr
/
share
/
libdcmtk1
4
/*.
dic
usr
/
share
/
libdcmtk1
5
/*.
dic
debian/libdcmtk1
4
.lintian-overrides
→
debian/libdcmtk1
5
.lintian-overrides
View file @
1e47b875
# 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
libdcmtk1
4
: package-name-doesnt-match-sonames
libdcmtk1
4
: embedded-library
libdcmtk1
4
: no-symbols-control-file
libdcmtk1
5
: package-name-doesnt-match-sonames
libdcmtk1
5
: embedded-library
libdcmtk1
5
: no-symbols-control-file
debian/rules
View file @
1e47b875
...
...
@@ -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 \
-DCMAKE_INSTALL_DATADIC:STRING=share/libdcmtk1
4
\
-DCMAKE_INSTALL_DATADIC:STRING=share/libdcmtk1
5
\
-DCMAKE_SKIP_RPATH:BOOL=OFF \
-DDCMTK_USE_CXX11_STL:BOOL=ON \
-DDCMTK_ENABLE_CXX11:BOOL=ON
...
...