[med-svn] [orthanc] 05/05: update configuration files and fix lintian warnings

Sebastien Jodogne jodogne-guest at moszumanska.debian.org
Thu Nov 30 11:28:25 UTC 2017


This is an automated email from the git hooks/post-receive script.

jodogne-guest pushed a commit to branch master
in repository orthanc.

commit b1ef78e4b10deb97b04b006dc5f762ee245580ee
Author: jodogne-guest <s.jodogne at gmail.com>
Date:   Thu Nov 30 12:21:31 2017 +0100

    update configuration files and fix lintian warnings
---
 debian/configuration/orthanc.json          | 6 ++++++
 debian/control                             | 2 +-
 debian/copyright                           | 4 ++--
 debian/docs/Orthanc.1                      | 4 ++--
 debian/docs/OrthancRecoverCompressedFile.8 | 2 +-
 debian/watch                               | 2 +-
 6 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/debian/configuration/orthanc.json b/debian/configuration/orthanc.json
index ae0c811..3d12c0e 100644
--- a/debian/configuration/orthanc.json
+++ b/debian/configuration/orthanc.json
@@ -172,6 +172,12 @@
     // "clearcanvas" : [ "CLEARCANVAS", "192.168.1.1", 104, "ClearCanvas" ]
   },
 
+  // Whether the Orthanc SCP allows incoming C-Echo requests, even
+  // from SCU modalities it does not know about (i.e. that are not
+  // listed in the "DicomModalities" option above). Orthanc 1.3.0
+  // is the only version to behave as if this argument was set to "false".
+  "DicomAlwaysAllowEcho" : true,
+
   // Whether the Orthanc SCP allows incoming C-Store requests, even
   // from SCU modalities it does not know about (i.e. that are not
   // listed in the "DicomModalities" option above)
diff --git a/debian/control b/debian/control
index 9572675..f040f42 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Build-Depends: cmake,
                uuid-dev,
                zlib1g-dev,
                yui-compressor
-Standards-Version: 4.0.0
+Standards-Version: 4.1.1
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/orthanc.git
 Vcs-Git: https://anonscm.debian.org/git/debian-med/orthanc.git
 Homepage: http://www.orthanc-server.com/
diff --git a/debian/copyright b/debian/copyright
index 722bf41..2a8f73f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -23,11 +23,11 @@ Files: Core/SQLite/*
 Copyright: 2012-2015 CHU of Liege (Belgium), Sebastien Jodogne <s.jodogne at gmail.com>, and 2012 The Chromium Authors
 License: BSD-3-clause
 
-Files: OrthancServer/Internals/DicomImageDecoder.cpp OrthancServer/ParsedDicomFile.cpp
+Files: Core/DicomParsing/Internals/DicomImageDecoder.cpp Core/DicomParsing/ParsedDicomFile.cpp
 Copyright: 2012-2015 CHU of Liege (Belgium), Sebastien Jodogne <s.jodogne at gmail.com>, 2006-2011 Mathieu Malaterre, and 1993-2005 CREATIS
 License: GPL-3+ with OpenSSL exception
 
-Files: OrthancServer/DicomDirWriter.cpp OrthancServer/DicomProtocol/DicomUserConnection.cpp OrthancServer/Internals/CommandDispatcher.cpp OrthancServer/Internals/FindScp.cpp OrthancServer/Internals/MoveScp.cpp OrthancServer/Internals/StoreScp.cpp
+Files: Core/DicomParsing/DicomDirWriter.cpp Core/DicomNetworking/DicomUserConnection.cpp Core/DicomNetworking/Internals/CommandDispatcher.cpp Core/DicomNetworking/Internals/FindScp.cpp Core/DicomNetworking/Internals/MoveScp.cpp Core/DicomNetworking/Internals/StoreScp.cpp
 Copyright: 2012-2015 CHU of Liege (Belgium), Sebastien Jodogne <s.jodogne at gmail.com>, and 1994-2011 OFFIS e.V.
 License: GPL-3+ with OpenSSL exception
 
diff --git a/debian/docs/Orthanc.1 b/debian/docs/Orthanc.1
index 5c80d3f..4d222a0 100644
--- a/debian/docs/Orthanc.1
+++ b/debian/docs/Orthanc.1
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.4.
-.TH ORTHANC "1" "July 2017" "Orthanc 1.3.0" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.5.
+.TH ORTHANC "1" "November 2017" "Orthanc 1.3.1" "User Commands"
 .SH NAME
 Orthanc \- Lightweight, RESTful DICOM server for healthcare and medical research
 .SH SYNOPSIS
diff --git a/debian/docs/OrthancRecoverCompressedFile.8 b/debian/docs/OrthancRecoverCompressedFile.8
index aee140f..92be824 100644
--- a/debian/docs/OrthancRecoverCompressedFile.8
+++ b/debian/docs/OrthancRecoverCompressedFile.8
@@ -1,4 +1,4 @@
-.TH ORTHANC "8" "July 2017" "Orthanc 1.3.0" "System Administration tools and Deamons"
+.TH ORTHANC "8" "November 2017" "Orthanc 1.3.1" "System Administration tools and Deamons"
 .SH NAME
 Orthanc \- Lightweight, RESTful DICOM server for healthcare and medical research
 .SH SYNOPSIS
diff --git a/debian/watch b/debian/watch
index 83524cf..29c8156 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=4
 
 opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,downloadurlmangle=s/\/browse\.php\?path=//g,repack,compression=xz" \
-http://www.orthanc-server.com/browse.php?path=/orthanc downloads/get\.php\?path=/orthanc/Orthanc-(\d\S*)\.tar\.gz
+https://www.orthanc-server.com/browse.php?path=/orthanc downloads/get\.php\?path=/orthanc/Orthanc-(\d\S*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/orthanc.git



More information about the debian-med-commit mailing list