Author: malat-guest
Date: 2011-03-28 13:34:07 +0000 (Mon, 28 Mar 2011)
New Revision: 6388

Modified:
   trunk/packages/dcmtk/trunk/debian/changelog
   trunk/packages/dcmtk/trunk/debian/control
   trunk/packages/dcmtk/trunk/debian/dcmtk.postrm
Log:
Update dcmtk package

Modified: trunk/packages/dcmtk/trunk/debian/changelog
===================================================================
--- trunk/packages/dcmtk/trunk/debian/changelog 2011-03-25 13:32:27 UTC (rev 
6387)
+++ trunk/packages/dcmtk/trunk/debian/changelog 2011-03-28 13:34:07 UTC (rev 
6388)
@@ -1,3 +1,10 @@
+dcmtk (3.6.0-5) unstable; urgency=low
+
+  * Fix invalid dep. to apache with apache2
+  * Make sure rmdir returns 0
+
+ -- Mathieu Malaterre <[email protected]>  Mon, 28 Mar 2011 15:33:06 
+0200
+
 dcmtk (3.6.0-4) unstable; urgency=low
 
   * new release fixes segfault. Closes: #615977

Modified: trunk/packages/dcmtk/trunk/debian/control
===================================================================
--- trunk/packages/dcmtk/trunk/debian/control   2011-03-25 13:32:27 UTC (rev 
6387)
+++ trunk/packages/dcmtk/trunk/debian/control   2011-03-28 13:34:07 UTC (rev 
6388)
@@ -65,7 +65,7 @@
 Package: dcmtk-www
 Section: web
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, dcmtk, apache | httpd, 
${perl:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, dcmtk, apache2 | httpd, 
${perl:Depends}
 Description: The OFFIS DICOM toolkit worklist www server application
  DCMTK includes a collection of libraries and applications for examining, 
  constructing and converting DICOM image files, handling offline media, 

Modified: trunk/packages/dcmtk/trunk/debian/dcmtk.postrm
===================================================================
--- trunk/packages/dcmtk/trunk/debian/dcmtk.postrm      2011-03-25 13:32:27 UTC 
(rev 6387)
+++ trunk/packages/dcmtk/trunk/debian/dcmtk.postrm      2011-03-28 13:34:07 UTC 
(rev 6388)
@@ -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


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit

Reply via email to