Sebastien Jodogne pushed to branch master at Debian Med / orthanc-wsi
Commits: abaac9b9 by jodogne-guest at 2021-10-24T11:38:56+02:00 preparing for 1.0-4 - - - - - 78743eb5 by jodogne-guest at 2021-10-24T11:48:57+02:00 Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/orthanc-framework - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +orthanc-wsi (1.0-4) unstable; urgency=medium + + * Fix build because of update in Orthanc framework. Closes: #997283 + + -- Sebastien Jodogne <[email protected]> Sun, 24 Oct 2021 11:38:12 +0200 + orthanc-wsi (1.0-3) unstable; urgency=medium * Added missing "Built-Using" attribute. Closes: #989126 ===================================== debian/control ===================================== @@ -15,7 +15,7 @@ Build-Depends: cmake, uuid-dev, yui-compressor, zlib1g-dev -Standards-Version: 4.5.1 +Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/med-team/orthanc-wsi Vcs-Git: https://salsa.debian.org/med-team/orthanc-wsi.git Homepage: http://www.orthanc-server.com/static.php?page=wsi ===================================== debian/patches/orthanc-framework ===================================== @@ -0,0 +1,31 @@ +Description: Fix build because of update in Orthanc framework +Author: Sebastien Jodogne <[email protected]> +Forwarded: yes +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: OrthancWSI-1.0/Resources/Orthanc/Stone/OrthancHttpConnection.cpp +=================================================================== +--- OrthancWSI-1.0.orig/Resources/Orthanc/Stone/OrthancHttpConnection.cpp ++++ OrthancWSI-1.0/Resources/Orthanc/Stone/OrthancHttpConnection.cpp +@@ -66,8 +66,9 @@ namespace OrthancStone + + client_.SetMethod(Orthanc::HttpMethod_Post); + client_.SetUrl(url_ + uri); +- client_.SetBody(body); ++ client_.SetExternalBody(body); + client_.ApplyAndThrowException(result); ++ client_.ClearBody(); + } + + +@@ -79,8 +80,9 @@ namespace OrthancStone + + client_.SetMethod(Orthanc::HttpMethod_Put); + client_.SetUrl(url_ + uri); +- client_.SetBody(body); ++ client_.SetExternalBody(body); + client_.ApplyAndThrowException(result); ++ client_.ClearBody(); + } + + ===================================== debian/patches/series ===================================== @@ -1,2 +1,3 @@ includes +orthanc-framework static-framework View it on GitLab: https://salsa.debian.org/med-team/orthanc-wsi/-/compare/392f1b12ffc1f0e909b9e5425abe18547ac359e0...78743eb5afd5db86dd91569bec10539e69dd77ad -- View it on GitLab: https://salsa.debian.org/med-team/orthanc-wsi/-/compare/392f1b12ffc1f0e909b9e5425abe18547ac359e0...78743eb5afd5db86dd91569bec10539e69dd77ad 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
