[med-svn] r7531 - trunk/packages/dcmtk/trunk/debian
Mathieu Malaterre
malat-guest at alioth.debian.org
Tue Aug 23 14:35:37 UTC 2011
Author: malat-guest
Date: 2011-08-23 14:35:36 +0000 (Tue, 23 Aug 2011)
New Revision: 7531
Modified:
trunk/packages/dcmtk/trunk/debian/dcmtk.README.Debian
trunk/packages/dcmtk/trunk/debian/storescp.init
Log:
Fix lintian errors & warnings
Modified: trunk/packages/dcmtk/trunk/debian/dcmtk.README.Debian
===================================================================
--- trunk/packages/dcmtk/trunk/debian/dcmtk.README.Debian 2011-08-23 13:22:41 UTC (rev 7530)
+++ trunk/packages/dcmtk/trunk/debian/dcmtk.README.Debian 2011-08-23 14:35:36 UTC (rev 7531)
@@ -57,7 +57,7 @@
/var/lib/dcmtk/db/STORESCP
Please see the following section for dcmqrscp to prevent any conflicts
-with your storescp deamon and dcmqrscp deamon. Also you will need
+with your storescp daemon and dcmqrscp daemon. Also you will need
to use two different ports for each of them if you plan to be running
both on the same machine. storescp does not support quota, so use
with care.
@@ -183,7 +183,7 @@
There is currently no official support for shared libraries in DCMTK.
-We had to perfom some magic to have the DCMTK end user utilies
+We had to perform some magic to have the DCMTK end user utilies
linked dynamically against shared DCMTK library versions without
forcing the utilities themselves to be compiled with -fPIC (which
would impose some performance penalty upon them).
@@ -196,7 +196,7 @@
In the last step we run `make all'. This will build both the
utilities and the static libraries without -fPIC but links the
utilities dynamically against the shared library versions.
-We also had to remove explicitely any reference for CharLS from the DCMTK
+We also had to remove explicitly any reference for CharLS from the DCMTK
source distribution to allow compilation with external CharLS library.
Modified: trunk/packages/dcmtk/trunk/debian/storescp.init
===================================================================
--- trunk/packages/dcmtk/trunk/debian/storescp.init 2011-08-23 13:22:41 UTC (rev 7530)
+++ trunk/packages/dcmtk/trunk/debian/storescp.init 2011-08-23 14:35:36 UTC (rev 7531)
@@ -1,14 +1,11 @@
#!/bin/sh
### BEGIN INIT INFO
# Provides: storescp
-# Required-Start: $network $local_fs
-# Required-Stop:
+# Required-Start: $network $local_fs $remote_fs
+# Required-Stop: $network $local_fs $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
-# Short-Description: <Enter a short description of the sortware>
-# Description: <Enter a long description of the software>
-# <...>
-# <...>
+# Short-Description: Init-Script for DCMTK STORE SCP: storescp
### END INIT INFO
# Author: Mathieu Malaterre <mathieu.malaterre at gmail.com>
More information about the debian-med-commit
mailing list