[med-svn] [Git][med-team/orthanc-wsi][master] 2 commits: preparing for 3.2+dfsg-7
Sebastien Jodogne (@jodogne-guest)
gitlab at salsa.debian.org
Sun Apr 27 19:46:15 BST 2025
Sebastien Jodogne pushed to branch master at Debian Med / orthanc-wsi
Commits:
56c5003a by jodogne-guest at 2025-04-27T20:38:53+02:00
preparing for 3.2+dfsg-7
- - - - -
03a50e8e by jodogne-guest at 2025-04-27T20:45:29+02:00
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/init-test
- + debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+orthanc-wsi (3.2+dfsg-7) unstable; urgency=medium
+
+ * Relax initialization tests. Closes: #1104044
+
+ -- Sebastien Jodogne <s.jodogne at gmail.com> Sun, 27 Apr 2025 20:37:28 +0200
+
orthanc-wsi (3.2+dfsg-6) unstable; urgency=medium
* Fix d/tests/control
=====================================
debian/patches/init-test
=====================================
@@ -0,0 +1,28 @@
+Description: Fix issue #1104044
+Author: Sebastien Jodogne <s.jodogne at orthanc-labs.com>
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: OrthancWSI-3.2/ViewerPlugin/Plugin.cpp
+===================================================================
+--- OrthancWSI-3.2.orig/ViewerPlugin/Plugin.cpp
++++ OrthancWSI-3.2/ViewerPlugin/Plugin.cpp
+@@ -476,7 +476,8 @@ extern "C"
+ !OrthancWSI::ImageToolbox::IsNear(lab.GetA(), -128.0f) ||
+ !OrthancWSI::ImageToolbox::IsNear(lab.GetB(), -128.0f))
+ {
+- throw Orthanc::OrthancException(Orthanc::ErrorCode_InternalError);
++ // throw Orthanc::OrthancException(Orthanc::ErrorCode_InternalError);
++ LOG(WARNING) << "LABColor test: (" << lab.GetL() << "," << lab.GetA() << "," << lab.GetB() << ") vs. (100,-128,-128)";
+ }
+
+ if (!OrthancWSI::LABColor::DecodeDicomRecommendedAbsentPixelCIELab(lab, "0\\32896\\65535") ||
+@@ -484,7 +485,8 @@ extern "C"
+ !OrthancWSI::ImageToolbox::IsNear(lab.GetA(), 0.0f) ||
+ !OrthancWSI::ImageToolbox::IsNear(lab.GetB(), 127.0f))
+ {
+- throw Orthanc::OrthancException(Orthanc::ErrorCode_InternalError);
++ // throw Orthanc::OrthancException(Orthanc::ErrorCode_InternalError);
++ LOG(WARNING) << "LABColor test: (" << lab.GetL() << "," << lab.GetA() << "," << lab.GetB() << ") vs. (0,0,127)";
+ }
+ }
+ catch (Orthanc::OrthancException& e)
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+init-test
View it on GitLab: https://salsa.debian.org/med-team/orthanc-wsi/-/compare/30c0f9be393139bdf2bfca10786be22988650d17...03a50e8ee6c1a550be584bfe4a64fb328ed85f86
--
View it on GitLab: https://salsa.debian.org/med-team/orthanc-wsi/-/compare/30c0f9be393139bdf2bfca10786be22988650d17...03a50e8ee6c1a550be584bfe4a64fb328ed85f86
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/20250427/78161862/attachment-0001.htm>
More information about the debian-med-commit
mailing list