[med-svn] r6314 - trunk/packages/dcmtk/trunk/debian
Mathieu Malaterre
malat-guest at alioth.debian.org
Sat Mar 19 15:24:27 UTC 2011
Author: malat-guest
Date: 2011-03-19 15:24:19 +0000 (Sat, 19 Mar 2011)
New Revision: 6314
Modified:
trunk/packages/dcmtk/trunk/debian/changelog
trunk/packages/dcmtk/trunk/debian/dcmtk-www.README.Debian
trunk/packages/dcmtk/trunk/debian/dcmtk.postrm
Log:
minor tweaks
Modified: trunk/packages/dcmtk/trunk/debian/changelog
===================================================================
--- trunk/packages/dcmtk/trunk/debian/changelog 2011-03-19 12:03:47 UTC (rev 6313)
+++ trunk/packages/dcmtk/trunk/debian/changelog 2011-03-19 15:24:19 UTC (rev 6314)
@@ -128,7 +128,7 @@
| Pablo
-- Juergen Salk <jsa at debian.org> Sun, 15 Jan 2006 17:31:38 +0000
-
+
dcmtk (3.5.4-1) unstable; urgency=low
* New upstream release
@@ -156,7 +156,7 @@
* dcmqrdb/etc/dcmqrscp.cfg: Commented out and adjusted example configuration
* dcmqrdb/docs/dcmqrcnf.txt: Adjusted UserName/GroupName examples
* dcmwlm/wlistdb/OFFIS: Added newline to prevent lintian "zero-bye" warning
-
+
-- Juergen Salk <jsa at debian.org> Tue, 20 Dec 2005 20:29:15 +0000
dcmtk (3.5.3-5) unstable; urgency=low
@@ -168,7 +168,7 @@
* ./dcmnet/etc/storescp.cfg: Added missing Verification SOP Class
-- Juergen Salk <juergen.salk at gmx.de> Mon, 24 Oct 2005 20:16:56 +0000
-z
+
dcmtk (3.5.3-4) unstable; urgency=low
* debian/control: Added dependency on adduser for dcmtk package
Modified: trunk/packages/dcmtk/trunk/debian/dcmtk-www.README.Debian
===================================================================
--- trunk/packages/dcmtk/trunk/debian/dcmtk-www.README.Debian 2011-03-19 12:03:47 UTC (rev 6313)
+++ trunk/packages/dcmtk/trunk/debian/dcmtk-www.README.Debian 2011-03-19 15:24:19 UTC (rev 6314)
@@ -7,3 +7,7 @@
point your browser to
http://localhost/dcmtk/main.pl
+
+Or
+
+ http://localhost/cgi-bin/dcmtk_wlm/main.pl
Modified: trunk/packages/dcmtk/trunk/debian/dcmtk.postrm
===================================================================
--- trunk/packages/dcmtk/trunk/debian/dcmtk.postrm 2011-03-19 12:03:47 UTC (rev 6313)
+++ trunk/packages/dcmtk/trunk/debian/dcmtk.postrm 2011-03-19 15:24:19 UTC (rev 6314)
@@ -7,7 +7,7 @@
if [ "$1" = "purge" ] ; then
if [ -d /var/lib/dcmtk/db ]; then
- rm -f /var/lib/dcmtk/db
+ rmdir /var/lib/dcmtk/db
rmdir /var/lib/dcmtk
fi
More information about the debian-med-commit
mailing list