É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 <[email protected]> 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.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
