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 <[email protected]>  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


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

Reply via email to