[med-svn] [Git][med-team/orthanc-dicomweb][master] 3 commits: preparing 1.3+dfsg-2
Sebastien Jodogne
gitlab at salsa.debian.org
Wed Dec 9 17:59:35 GMT 2020
Sebastien Jodogne pushed to branch master at Debian Med / orthanc-dicomweb
Commits:
d62a747b by jodogne-guest at 2020-12-09T18:46:08+01:00
preparing 1.3+dfsg-2
- - - - -
0bbf958f by jodogne-guest at 2020-12-09T18:48:52+01:00
fix Changed-By
- - - - -
43b20302 by jodogne-guest at 2020-12-09T18:58:59+01:00
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- + debian/patches/logging
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+orthanc-dicomweb (1.3+dfsg-2) unstable; urgency=medium
+
+ * Fix missing include because of upgraded liborthancframework-dev
+
+ -- Sebastien Jodogne <s.jodogne at gmail.com> Wed, 09 Dec 2020 18:44:40 +0100
+
orthanc-dicomweb (1.3+dfsg-1) unstable; urgency=medium
* New upstream version
=====================================
debian/control
=====================================
@@ -22,7 +22,7 @@ Build-Depends: cmake,
uuid-dev,
zlib1g-dev,
yui-compressor
-Standards-Version: 4.5.0
+Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/orthanc-dicomweb
Vcs-Git: https://salsa.debian.org/med-team/orthanc-dicomweb.git
Homepage: https://www.orthanc-server.com/static.php?page=dicomweb
=====================================
debian/patches/logging
=====================================
@@ -0,0 +1,52 @@
+Description: Add missing includes because of the new version of liborthancframework-dev
+Author: Sebastien Jodogne <s.jodogne at orthanc-labs.com>
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: OrthancDicomWeb-1.3/Plugin/DicomWebClient.cpp
+===================================================================
+--- OrthancDicomWeb-1.3.orig/Plugin/DicomWebClient.cpp
++++ OrthancDicomWeb-1.3/Plugin/DicomWebClient.cpp
+@@ -27,6 +27,7 @@
+ #include <Compatibility.h>
+ #include <HttpServer/MultipartStreamReader.h>
+ #include <ChunkedBuffer.h>
++#include <Logging.h>
+ #include <Toolbox.h>
+
+ #include <json/reader.h>
+Index: OrthancDicomWeb-1.3/Plugin/Plugin.cpp
+===================================================================
+--- OrthancDicomWeb-1.3.orig/Plugin/Plugin.cpp
++++ OrthancDicomWeb-1.3/Plugin/Plugin.cpp
+@@ -26,6 +26,7 @@
+ #include "WadoRs.h"
+ #include "WadoUri.h"
+
++#include <Logging.h>
+ #include <SystemToolbox.h>
+ #include <Toolbox.h>
+
+Index: OrthancDicomWeb-1.3/Plugin/QidoRs.cpp
+===================================================================
+--- OrthancDicomWeb-1.3.orig/Plugin/QidoRs.cpp
++++ OrthancDicomWeb-1.3/Plugin/QidoRs.cpp
+@@ -27,6 +27,7 @@
+
+ #include <DicomFormat/DicomMap.h>
+ #include <DicomFormat/DicomTag.h>
++#include <Logging.h>
+ #include <Toolbox.h>
+
+ #include <list>
+Index: OrthancDicomWeb-1.3/Plugin/WadoRsRetrieveRendered.cpp
+===================================================================
+--- OrthancDicomWeb-1.3.orig/Plugin/WadoRsRetrieveRendered.cpp
++++ OrthancDicomWeb-1.3/Plugin/WadoRsRetrieveRendered.cpp
+@@ -25,6 +25,7 @@
+ #include <Images/Image.h>
+ #include <Images/ImageProcessing.h>
+ #include <Images/ImageTraits.h>
++#include <Logging.h>
+ #include <Toolbox.h>
+
+ #include <boost/algorithm/string/predicate.hpp>
=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
cmake
+logging
View it on GitLab: https://salsa.debian.org/med-team/orthanc-dicomweb/-/compare/42be3abea3d262a97faafd378bbb94c2c203e16b...43b20302be2590ca5fd3d75e3b4efbe9af47b5bc
--
View it on GitLab: https://salsa.debian.org/med-team/orthanc-dicomweb/-/compare/42be3abea3d262a97faafd378bbb94c2c203e16b...43b20302be2590ca5fd3d75e3b4efbe9af47b5bc
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/20201209/787a1630/attachment-0001.html>
More information about the debian-med-commit
mailing list