[med-svn] [Git][med-team/orthanc-wsi][master] 3 commits: preparing for 3.2+dfsg-3
Sebastien Jodogne (@jodogne-guest)
gitlab at salsa.debian.org
Tue Apr 22 21:59:47 BST 2025
Sebastien Jodogne pushed to branch master at Debian Med / orthanc-wsi
Commits:
7f5860d5 by jodogne-guest at 2025-04-22T22:51:07+02:00
preparing for 3.2+dfsg-3
- - - - -
ad24f117 by jodogne-guest at 2025-04-22T22:56:39+02:00
removed useless build-dependency on dcmtk-data
- - - - -
78405296 by jodogne-guest at 2025-04-22T22:59:00+02:00
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/tests/run-dicom-image-transcode-test
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+orthanc-wsi (3.2+dfsg-3) unstable; urgency=medium
+
+ [ Étienne Mollier ]
+ * Fix "d/tests/run-dicom-image-transcode-test" that stopped on error.
+
+ -- Sebastien Jodogne <s.jodogne at gmail.com> Tue, 22 Apr 2025 22:50:58 +0200
+
orthanc-wsi (3.2+dfsg-2) unstable; urgency=medium
* Fix "d/tests/run-dicom-image-transcode-test" that was not waiting
=====================================
debian/control
=====================================
@@ -16,8 +16,7 @@ Build-Depends: cmake,
orthanc-dev,
unzip,
uuid-dev,
- zlib1g-dev,
- dcmtk-data (>= 3.6.9-5)
+ zlib1g-dev
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/med-team/orthanc-wsi
Vcs-Git: https://salsa.debian.org/med-team/orthanc-wsi.git
=====================================
debian/tests/run-dicom-image-transcode-test
=====================================
@@ -37,6 +37,7 @@ fi
# Try for 15 seconds to find the REST API of Orthanc in a healthy state
URL=http://localhost:8042/system
tries=15
+set +e # Thanks Etienne Mollier - https://lists.debian.org/debian-mentors/2025/04/msg00176.html
while true
do
STATUSCODE=$(curl --silent --output /dev/null --write-out "%{http_code}" ${URL})
@@ -45,6 +46,7 @@ do
test "$tries" -le 0 && echo "Unable to initialize Orthanc" && exit 1
sleep 1
done
+set -e
# Transcode data and push to server
View it on GitLab: https://salsa.debian.org/med-team/orthanc-wsi/-/compare/e264e54afbb54c93842d320faecf6afe7a85e399...78405296c9b74bc9052445fac5ce0e81062da9de
--
View it on GitLab: https://salsa.debian.org/med-team/orthanc-wsi/-/compare/e264e54afbb54c93842d320faecf6afe7a85e399...78405296c9b74bc9052445fac5ce0e81062da9de
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/20250422/ab279af7/attachment-0001.htm>
More information about the debian-med-commit
mailing list