[med-svn] r18282 - in trunk/packages/orthanc/trunk/debian: . configuration docs patches
Sebastien Jodogne
jodogne-guest at moszumanska.debian.org
Tue Oct 14 07:44:38 UTC 2014
Author: jodogne-guest
Date: 2014-10-14 07:44:37 +0000 (Tue, 14 Oct 2014)
New Revision: 18282
Modified:
trunk/packages/orthanc/trunk/debian/changelog
trunk/packages/orthanc/trunk/debian/configuration/orthanc.json
trunk/packages/orthanc/trunk/debian/control
trunk/packages/orthanc/trunk/debian/docs/Orthanc.1
trunk/packages/orthanc/trunk/debian/patches/remove-jquery-version
Log:
Orthanc 0.8.4
Modified: trunk/packages/orthanc/trunk/debian/changelog
===================================================================
--- trunk/packages/orthanc/trunk/debian/changelog 2014-10-14 07:19:40 UTC (rev 18281)
+++ trunk/packages/orthanc/trunk/debian/changelog 2014-10-14 07:44:37 UTC (rev 18282)
@@ -1,7 +1,12 @@
orthanc (0.8.4+dfsg-1) UNRELEASED; urgency=medium
+ [ Andreas Tille ]
* New upstream version
+ [ Sebastien Jodogne ]
+ * Fixes
+ * Standards-Version: 3.9.6
+
-- Andreas Tille <tille at debian.org> Mon, 13 Oct 2014 11:50:53 +0200
orthanc (0.8.3+dfsg-1) unstable; urgency=medium
Modified: trunk/packages/orthanc/trunk/debian/configuration/orthanc.json
===================================================================
--- trunk/packages/orthanc/trunk/debian/configuration/orthanc.json 2014-10-14 07:19:40 UTC (rev 18281)
+++ trunk/packages/orthanc/trunk/debian/configuration/orthanc.json 2014-10-14 07:44:37 UTC (rev 18282)
@@ -69,6 +69,14 @@
// and "Chinese".
"DefaultEncoding" : "Latin1",
+ // The transfer syntaxes that are accepted by Orthanc C-Store SCP
+ "DeflatedTransferSyntaxAccepted" : true,
+ "JpegTransferSyntaxAccepted" : true,
+ "Jpeg2000TransferSyntaxAccepted" : true,
+ "JpegLosslessTransferSyntaxAccepted" : true,
+ "JpipTransferSyntaxAccepted" : true,
+ "Mpeg2TransferSyntaxAccepted" : true,
+ "RleTransferSyntaxAccepted" : true,
/**
Modified: trunk/packages/orthanc/trunk/debian/control
===================================================================
--- trunk/packages/orthanc/trunk/debian/control 2014-10-14 07:19:40 UTC (rev 18281)
+++ trunk/packages/orthanc/trunk/debian/control 2014-10-14 07:44:37 UTC (rev 18282)
@@ -4,7 +4,7 @@
Andreas Tille <tille at debian.org>
Section: science
Priority: optional
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
Homepage: https://code.google.com/p/orthanc/
Build-Depends: cmake (>= 2.8),
debhelper (>= 9),
Modified: trunk/packages/orthanc/trunk/debian/docs/Orthanc.1
===================================================================
--- trunk/packages/orthanc/trunk/debian/docs/Orthanc.1 2014-10-14 07:19:40 UTC (rev 18281)
+++ trunk/packages/orthanc/trunk/debian/docs/Orthanc.1 2014-10-14 07:44:37 UTC (rev 18282)
@@ -1,10 +1,10 @@
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.44.1.
-.TH ORTHANC "1" "September 2014" "Orthanc 0.8.3" "User Commands"
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
+.TH ORTHANC "1" "October 2014" "Orthanc 0.8.4" "User Commands"
.SH NAME
Orthanc \- Lightweight, RESTful DICOM server for healthcare and medical research
.SH SYNOPSIS
.B Orthanc
-[\fIOPTION\fR]... [\fICONFIGURATION\fR]
+[\fI\,OPTION\/\fR]... [\fI\,CONFIGURATION\/\fR]
.SH DESCRIPTION
Orthanc, lightweight, RESTful DICOM server for healthcare and medical research.
.PP
@@ -17,11 +17,11 @@
\fB\-\-help\fR
display this help and exit
.TP
-\fB\-\-logdir\fR=\fI[dir]\fR
+\fB\-\-logdir\fR=\fI\,[dir]\/\fR
directory where to store the log files
(if not used, the logs are dumped to stderr)
.TP
-\fB\-\-config\fR=\fI[file]\fR
+\fB\-\-config\fR=\fI\,[file]\/\fR
create a sample configuration file and exit
.TP
\fB\-\-trace\fR
Modified: trunk/packages/orthanc/trunk/debian/patches/remove-jquery-version
===================================================================
--- trunk/packages/orthanc/trunk/debian/patches/remove-jquery-version 2014-10-14 07:19:40 UTC (rev 18281)
+++ trunk/packages/orthanc/trunk/debian/patches/remove-jquery-version 2014-10-14 07:44:37 UTC (rev 18282)
@@ -2,8 +2,10 @@
Author: Sebastien Jodogne <s.jodogne at gmail.com>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/OrthancExplorer/explorer.html
-+++ b/OrthancExplorer/explorer.html
+Index: Orthanc-0.8.4/OrthancExplorer/explorer.html
+===================================================================
+--- Orthanc-0.8.4.orig/OrthancExplorer/explorer.html
++++ Orthanc-0.8.4/OrthancExplorer/explorer.html
@@ -6,15 +6,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Orthanc Explorer</title>
More information about the debian-med-commit
mailing list