[med-svn] [Git][med-team/orthanc][master] 2 commits: d/control: depend on dcmtk >= 3.6.9-5.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Wed Apr 23 20:13:11 BST 2025
Étienne Mollier pushed to branch master at Debian Med / orthanc
Commits:
ff8b97b8 by Étienne Mollier at 2025-04-23T20:24:43+02:00
d/control: depend on dcmtk >= 3.6.9-5.
dcmtk 3.6.9-5 resolved #1098944 by making the data directory
unversioned again, but decoupling the two packages must occur at or
after dcmtk 3.6.9-5, otherwise the newer orthanc will fail to start
against the slightly older dcmtk package.
- - - - -
095d6232 by Étienne Mollier at 2025-04-23T21:12:01+02:00
d/changelog: ready for upload to unstable.
- - - - -
2 changed files:
- debian/changelog
- debian/control
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+orthanc (1.12.7+dfsg-4) unstable; urgency=medium
+
+ * Team upload.
+ * d/control: depend on dcmtk >= 3.6.9-5.
+ dcmtk 3.6.9-5 resolved #1098944 by making the data directory
+ unversioned again, but decoupling the two packages must occur at or
+ after dcmtk 3.6.9-5, otherwise the newer orthanc will fail to start
+ against the slightly older dcmtk package.
+
+ -- Étienne Mollier <emollier at debian.org> Wed, 23 Apr 2025 20:29:15 +0200
+
orthanc (1.12.7+dfsg-3) unstable; urgency=medium
[ Étienne Mollier ]
=====================================
debian/control
=====================================
@@ -11,7 +11,7 @@ Build-Depends: cmake,
libcharls-dev,
libcivetweb-dev (>= 1.14),
libcurl4-openssl-dev | libcurl4-dev,
- libdcmtk-dev,
+ libdcmtk-dev (>= 3.6.9-5),
libgtest-dev,
libjpeg-dev,
libjs-jquery,
@@ -45,7 +45,7 @@ Depends: adduser,
libssl-dev,
${misc:Depends},
${shlibs:Depends},
- ${dcmtk-data:Depends}
+ dcmtk-data (>= 3.6.9-5)
Pre-Depends: ${misc:Pre-Depends}
Description: Lightweight, RESTful DICOM server for medical imaging
Orthanc aims at providing a simple, yet powerful DICOM server for
@@ -104,7 +104,7 @@ Depends: locales,
libcivetweb1,
${shlibs:Depends},
${misc:Depends},
- ${dcmtk-data:Depends}
+ dcmtk-data (>= 3.6.9-5)
Description: Orthanc Framework library
The Orthanc Framework is a shared library publishing C++ classes
from the Orthanc source code that are reused in most official
@@ -119,7 +119,7 @@ Depends: liborthancframework1 (= ${binary:Version}),
libboost-all-dev,
libcivetweb-dev (>= 1.14),
libcurl4-openssl-dev | libcurl4-dev,
- libdcmtk-dev,
+ libdcmtk-dev (>= 3.6.9-5),
libjpeg-dev,
libjsoncpp-dev,
liblua5.3-dev,
View it on GitLab: https://salsa.debian.org/med-team/orthanc/-/compare/157b89b3ffec81710125bd811e498a0eee010c80...095d623228374e6c76ccd24f8ffcce06d4c66527
--
View it on GitLab: https://salsa.debian.org/med-team/orthanc/-/compare/157b89b3ffec81710125bd811e498a0eee010c80...095d623228374e6c76ccd24f8ffcce06d4c66527
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20250423/0a2a1bb7/attachment-0001.htm>
More information about the debian-med-commit
mailing list