[med-svn] [Git][med-team/orthanc-wsi][master] 4 commits: d/t/control: tests depend on curl.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Wed Apr 23 20:13:53 BST 2025
Étienne Mollier pushed to branch master at Debian Med / orthanc-wsi
Commits:
1c369075 by Étienne Mollier at 2025-04-23T20:30:42+02:00
d/t/control: tests depend on curl.
- - - - -
0af08624 by Étienne Mollier at 2025-04-23T20:31: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.
- - - - -
05e9f743 by Étienne Mollier at 2025-04-23T21:05:12+02:00
d/{,t/}control: depend on orthanc >= 1.12.7+dfsg-2.
The orthanc version needs to be new enough to have built against a
dcmtk version that reverted versioned dcmtk data directory.
- - - - -
baaa566d by Étienne Mollier at 2025-04-23T21:13:17+02:00
d/changelog: ready for upload to unstable.
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/tests/control
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,18 @@
+orthanc-wsi (3.2+dfsg-4) unstable; urgency=medium
+
+ * Team upload.
+ * d/t/control: tests depend on curl.
+ * 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.
+ * d/{,t/}control: depend on orthanc >= 1.12.7+dfsg-2.
+ The orthanc version needs to be new enough to have built against a
+ dcmtk version that reverted versioned dcmtk data directory.
+
+ -- Étienne Mollier <emollier at debian.org> Wed, 23 Apr 2025 21:05:33 +0200
+
orthanc-wsi (3.2+dfsg-3) unstable; urgency=medium
[ Étienne Mollier ]
=====================================
debian/control
=====================================
@@ -7,9 +7,9 @@ Priority: optional
Build-Depends: cmake,
debhelper-compat (= 13),
libcurl4-openssl-dev | libcurl4-dev,
- libdcmtk-dev,
+ libdcmtk-dev (>= 3.6.9-5),
libopenjp2-7-dev,
- liborthancframework-dev (>= 1.9.4),
+ liborthancframework-dev (>= 1.12.7+dfsg-2),
libpng-dev,
libssl-dev,
libtiff-dev,
@@ -27,8 +27,8 @@ Package: orthanc-wsi
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
- ${dcmtk-data:Depends}
-Recommends: orthanc (>= 1.9.7+dfsg-6),
+ dcmtk-data (>= 3.6.9-5)
+Recommends: orthanc (>= 1.12.7+dfsg-2),
libopenslide0
Built-Using: ${orthancframework:Built-Using}
Description: Whole-slide imaging support for Orthanc (digital pathology)
=====================================
debian/tests/control
=====================================
@@ -1,3 +1,3 @@
Tests: run-generate-dataset-test, run-dicom-image-transcode-test
-Depends: orthanc, orthanc-wsi
+Depends: orthanc (>= 1.12.7+dfsg-2), orthanc-wsi, curl
Restrictions: needs-root, allow-stderr
View it on GitLab: https://salsa.debian.org/med-team/orthanc-wsi/-/compare/78405296c9b74bc9052445fac5ce0e81062da9de...baaa566d163e8b6f7c1a3d40a742fcf6f505a8d3
--
View it on GitLab: https://salsa.debian.org/med-team/orthanc-wsi/-/compare/78405296c9b74bc9052445fac5ce0e81062da9de...baaa566d163e8b6f7c1a3d40a742fcf6f505a8d3
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/89e246e1/attachment-0001.htm>
More information about the debian-med-commit
mailing list