[med-svn] r6443 - trunk/packages/dcmtk/trunk/debian
Mathieu Malaterre
malat-guest at alioth.debian.org
Sun Apr 3 16:29:16 UTC 2011
Author: malat-guest
Date: 2011-04-03 16:29:07 +0000 (Sun, 03 Apr 2011)
New Revision: 6443
Modified:
trunk/packages/dcmtk/trunk/debian/changelog
trunk/packages/dcmtk/trunk/debian/dcmtk.README.Debian
trunk/packages/dcmtk/trunk/debian/dcmtk.postrm
Log:
Remove rmdir hack. Update documentation.
Modified: trunk/packages/dcmtk/trunk/debian/changelog
===================================================================
--- trunk/packages/dcmtk/trunk/debian/changelog 2011-04-03 15:39:47 UTC (rev 6442)
+++ trunk/packages/dcmtk/trunk/debian/changelog 2011-04-03 16:29:07 UTC (rev 6443)
@@ -1,7 +1,6 @@
dcmtk (3.6.0-5) unstable; urgency=low
* Fix invalid dep. to apache with apache2
- * Make sure rmdir returns 0
-- Mathieu Malaterre <mathieu.malaterre at gmail.com> Mon, 28 Mar 2011 15:33:06 +0200
Modified: trunk/packages/dcmtk/trunk/debian/dcmtk.README.Debian
===================================================================
--- trunk/packages/dcmtk/trunk/debian/dcmtk.README.Debian 2011-04-03 15:39:47 UTC (rev 6442)
+++ trunk/packages/dcmtk/trunk/debian/dcmtk.README.Debian 2011-04-03 16:29:07 UTC (rev 6443)
@@ -30,8 +30,8 @@
More information about using the DCMTK network applications for secure
DICOM communication can be found in
- /usr/share/docs/dcmtk/ciphers.txt
- /usr/share/docs/dcmtk/randseed.txt
+ /usr/share/docs/dcmtk/ciphers.txt(.gz)
+ /usr/share/docs/dcmtk/randseed.txt(.gz)
DCMTK optionally supports Wietse Venema's TCP wrappers library
(libwrap) which is freely available for most Unix platforms and part
@@ -44,9 +44,8 @@
You can use the dcmnet applications for testing DICOM connectivity. A
brief description can be found in
- /usr/share/docs/dcmtk/testing.txt
+ /usr/share/doc/dcmtk/testing.txt(.gz)
-
The DCMTK dcmqrscp application implements a DICOM image
storage/query/retrieve SCP which has been designed primarily as an
independent framework for cooperative tests and demonstrations of
@@ -54,8 +53,8 @@
dcmqrdb as a DICOM image storage server please read both the dcmqrscp
manual pages and the supplemental documentation in
- /usr/share/doc/dcmtk/dcmqrcnf.txt
- /usr/share/doc/dcmtk/dcmqrset.txt
+ /usr/share/doc/dcmtk/dcmqrcnf.txt(.gz)
+ /usr/share/doc/dcmtk/dcmqrset.txt(.gz)
The dcmqrscp application can be invoked as a daemon process at boot
time by setting DCMQRSCP_ENABLE=Yes in /etc/defaults/dcmqrscp. You will
Modified: trunk/packages/dcmtk/trunk/debian/dcmtk.postrm
===================================================================
--- trunk/packages/dcmtk/trunk/debian/dcmtk.postrm 2011-04-03 15:39:47 UTC (rev 6442)
+++ trunk/packages/dcmtk/trunk/debian/dcmtk.postrm 2011-04-03 16:29:07 UTC (rev 6443)
@@ -7,8 +7,8 @@
if [ "$1" = "purge" ] ; then
if [ -d /var/lib/dcmtk/db ]; then
- -rmdir /var/lib/dcmtk/db
- -rmdir /var/lib/dcmtk
+ rmdir /var/lib/dcmtk/db
+ rmdir /var/lib/dcmtk
fi
if [ -e /etc/default/imagectn.dpkg-old ]; then
More information about the debian-med-commit
mailing list