[med-svn] r20576 - trunk/packages/dcmtk/trunk/debian
Gert Wollny
gert-guest at moszumanska.debian.org
Sun Nov 29 20:15:28 UTC 2015
Author: gert-guest
Date: 2015-11-29 20:15:27 +0000 (Sun, 29 Nov 2015)
New Revision: 20576
Modified:
trunk/packages/dcmtk/trunk/debian/changelog
trunk/packages/dcmtk/trunk/debian/control
Log:
d/control: Add dependencies to libdcmtk-dev that are now required
Actually, these dependecies should not be required, because the
related library interfaces are not exposed by dcmtk includes,
but with the switch to the cmake based build system the generated
cmake files addes these libraries to the link command, hence,
the -dev package should pull them in.
Modified: trunk/packages/dcmtk/trunk/debian/changelog
===================================================================
--- trunk/packages/dcmtk/trunk/debian/changelog 2015-11-29 19:23:06 UTC (rev 20575)
+++ trunk/packages/dcmtk/trunk/debian/changelog 2015-11-29 20:15:27 UTC (rev 20576)
@@ -1,3 +1,11 @@
+dcmtk (3.6.1~20150629-7) UNRELEASED; urgency=medium
+
+ * d/control: Add more dependencies to libdcmtk-dev, because the
+ cmake based build system creates a cmake use file that pulls in
+ these libraries for linking.
+
+ -- Gert Wollny <gw.fossdev at gmail.com> Sun, 29 Nov 2015 21:10:54 +0100
+
dcmtk (3.6.1~20150629-6) unstable; urgency=medium
* Change Provides:libdcmtk-dev to Provides:libdcmtk2-dev Closes: #805718
Modified: trunk/packages/dcmtk/trunk/debian/control
===================================================================
--- trunk/packages/dcmtk/trunk/debian/control 2015-11-29 19:23:06 UTC (rev 20575)
+++ trunk/packages/dcmtk/trunk/debian/control 2015-11-29 20:15:27 UTC (rev 20576)
@@ -60,7 +60,12 @@
Package: libdcmtk-dev
Architecture: any
Section: libdevel
-Depends: libdcmtk4v5 (= ${binary:Version}),
+Depends: libxml2-dev,
+ libssl-dev,
+ libpng-dev,
+ libwrap0-dev,
+ libtiff-dev,
+ libdcmtk4v5 (= ${binary:Version}),
${misc:Depends}
Suggests: dcmtk-doc
Conflicts: libdcmtk2-dev, libdcmtk4-dev
More information about the debian-med-commit
mailing list