[med-svn] [conquest-dicom-server] 15/17: Some info to manpage, install dgatesop.lst.
Pablo Lorenzzoni
spectra at moszumanska.debian.org
Mon Feb 3 16:47:52 UTC 2014
This is an automated email from the git hooks/post-receive script.
spectra pushed a commit to branch master
in repository conquest-dicom-server.
commit e75a710ba1aac97f0209b013633a331e4d62a9b9
Author: Pablo Lorenzzoni <spectra at debian.org>
Date: Sun Feb 2 11:08:15 2014 +0000
Some info to manpage, install dgatesop.lst.
---
debian/README.Debian | 2 +-
debian/TODO | 1 +
debian/manparts/files.h2m | 9 +++++++--
debian/rules | 11 ++++++-----
4 files changed, 15 insertions(+), 8 deletions(-)
diff --git a/debian/README.Debian b/debian/README.Debian
index fd3b198..82e8d83 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -66,7 +66,7 @@ Send a file:
bash$ storescu localhost 11112 input.dcm
What about /etc/conquest-dicom-server/acrnema.map file?
-----------------------------
+-------------------------------------------------------
This is the file where you should map the DICOM Nodes allowed to retrieve
content from ConQuest. A common mistake is to install ConQuest, point your
DICOM Viewer to it and get errors while trying to retrieve content (listing
diff --git a/debian/TODO b/debian/TODO
index 526f269..0a4db2e 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -4,6 +4,7 @@
[ ] Replace get-orig-source
[ ] Bind to 127.0.0.1 by default (probably have to patch source code)
+[**] Add dgatesop.lst to /etc/conquest-dicom-server
[**] Change the expected path for dicom.ini by default
[**] Add Manpage
[**] Convert Repository layout to git-buildpackage
diff --git a/debian/manparts/files.h2m b/debian/manparts/files.h2m
index d46d9c5..cfb912c 100644
--- a/debian/manparts/files.h2m
+++ b/debian/manparts/files.h2m
@@ -4,8 +4,10 @@ All of the locations below can be configured in
file. By default, in this package
.B ConQuest
expects dicom.ini to be present in the
-.B /etc/conquest-dicom-server.
-Please consider this while messing with the files below:
+.B /etc/conquest-dicom-server
+directory. This can be changed using
+.B -w
+option.
.TP 15
/etc/conquest-dicom-server/dicom.ini
Several self-explanatory configuration parameters for the server.
@@ -20,6 +22,9 @@ Database schema for the server
/etc/conquest-dicom-server/dgate.dic
DICOM dictionary
.TP
+/etc/conquest-dicom-server/dgatesop.lst
+DICOM SOP Class List
+.TP
/var/log/conquest-dicom-server/dgate.log
Log from the running server (equivalent to stderr)
.TP
diff --git a/debian/rules b/debian/rules
index 542fa47..8bb885c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,11 +34,12 @@ override_dh_auto_build: dgate.1
override_dh_install:
# DICOM Server:
- dh_install dgate usr/bin/
- dh_install dgate.dic etc/conquest-dicom-server/
- dh_install dicom.sql etc/conquest-dicom-server/
- dh_install dicom.ini etc/conquest-dicom-server/
- dh_install acrnema.map etc/conquest-dicom-server/
+ dh_install dgate usr/bin/
+ dh_install dgate.dic etc/conquest-dicom-server/
+ dh_install dicom.sql etc/conquest-dicom-server/
+ dh_install dicom.ini etc/conquest-dicom-server/
+ dh_install acrnema.map etc/conquest-dicom-server/
+ dh_install dgatesop.lst etc/conquest-dicom-server/
override_dh_auto_clean:
#dh_autoreconf_clean --sourcedirectory=jasper-1.900.1-6ct
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/conquest-dicom-server.git
More information about the debian-med-commit
mailing list