[med-svn] r20303 - trunk/packages/dcmtk/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Mon Oct 26 11:06:09 UTC 2015


Author: tille
Date: 2015-10-26 11:06:08 +0000 (Mon, 26 Oct 2015)
New Revision: 20303

Modified:
   trunk/packages/dcmtk/trunk/debian/changelog
   trunk/packages/dcmtk/trunk/debian/dcmtk.prerm
Log:
Adapt prerm script for dash


Modified: trunk/packages/dcmtk/trunk/debian/changelog
===================================================================
--- trunk/packages/dcmtk/trunk/debian/changelog	2015-10-26 10:29:38 UTC (rev 20302)
+++ trunk/packages/dcmtk/trunk/debian/changelog	2015-10-26 11:06:08 UTC (rev 20303)
@@ -1,3 +1,10 @@
+dcmtk (3.6.1~20150629-3) UNRELEASED; urgency=medium
+
+  * Adapt prerm script for dash
+    Closes: #803008
+
+ -- Andreas Tille <tille at debian.org>  Mon, 26 Oct 2015 12:03:47 +0100
+
 dcmtk (3.6.1~20150629-2) unstable; urgency=medium
 
   * debian/copyright: DEP5

Modified: trunk/packages/dcmtk/trunk/debian/dcmtk.prerm
===================================================================
--- trunk/packages/dcmtk/trunk/debian/dcmtk.prerm	2015-10-26 10:29:38 UTC (rev 20302)
+++ trunk/packages/dcmtk/trunk/debian/dcmtk.prerm	2015-10-26 11:06:08 UTC (rev 20303)
@@ -11,7 +11,7 @@
 fi
 
 if [ -x "/etc/init.d/dcmqrscp" ]; then
-    if [ which invoke-rc.d ]; then
+    if which invoke-rc.d ; then
         invoke-rc.d --quiet dcmqrscp stop
     else
         /etc/init.d/dcmqrscp stop




More information about the debian-med-commit mailing list