tags 574624 + pending
thanks

Dear maintainer,

I've prepared an NMU for dibbler (versioned as 0.7.3-1.3) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-    NP: Bloodhound Gang: The Roof
diff -u dibbler-0.7.3/debian/dibbler-client.init dibbler-0.7.3/debian/dibbler-client.init
--- dibbler-0.7.3/debian/dibbler-client.init
+++ dibbler-0.7.3/debian/dibbler-client.init
@@ -45,7 +45,7 @@
 	;;
   stop)
 	echo -n "Stopping $DESC: "
-	($DAEMON stop 2>&1 > /dev/null; true)
+	($DAEMON stop 2>&1 > /dev/null || true)
 	echo "$NAME."
 	;;
   status)
@@ -71,7 +71,7 @@
 	#	just the same as "restart".
 	#
 	echo -n "Restarting $DESC: "
-	($DAEMON stop 2>&1 > /dev/null|| true)
+	($DAEMON stop 2>&1 > /dev/null || true)
 	sleep 1
 	$DAEMON start 2>&1 > /dev/null
 	echo "$NAME."
diff -u dibbler-0.7.3/debian/changelog dibbler-0.7.3/debian/changelog
--- dibbler-0.7.3/debian/changelog
+++ dibbler-0.7.3/debian/changelog
@@ -1,3 +1,12 @@
+dibbler (0.7.3-1.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "after removing package with dselect impossible to purge it.":
+    also return successfully from 'stop'; patch by Chris Butler
+    (closes: #574624).
+
+ -- gregor herrmann <gre...@debian.org>  Fri, 24 Sep 2010 15:12:28 +0200
+
 dibbler (0.7.3-1.2) unstable; urgency=low
 
   * Non-maintainer upload.

Attachment: signature.asc
Description: Digital signature

Reply via email to