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