Package: and Version: 1.2.2-1 Severity: normal Tags: patch Hi,
Attached is the diff for my and 1.2.2-1.1 NMU.
diff -Nru /tmp/g6vjZpOPqh/and-1.2.2/debian/and.init /tmp/bHYCyhWcV1/and-1.2.2/debian/and.init --- /tmp/g6vjZpOPqh/and-1.2.2/debian/and.init 2006-06-24 00:28:46.000000000 +0200 +++ /tmp/bHYCyhWcV1/and-1.2.2/debian/and.init 2006-06-24 00:28:46.000000000 +0200 @@ -25,7 +25,7 @@ ;; stop) echo -n "Stopping $DESC: " - start-stop-daemon --stop --quiet --exec $DAEMON >/dev/null 2>&1 + start-stop-daemon --stop --oknodo --quiet --exec $DAEMON >/dev/null 2>&1 echo "$NAME." ;; reload|force-reload) diff -Nru /tmp/g6vjZpOPqh/and-1.2.2/debian/changelog /tmp/bHYCyhWcV1/and-1.2.2/debian/changelog --- /tmp/g6vjZpOPqh/and-1.2.2/debian/changelog 2006-06-24 00:28:46.000000000 +0200 +++ /tmp/bHYCyhWcV1/and-1.2.2/debian/changelog 2006-06-24 00:28:46.000000000 +0200 @@ -1,3 +1,12 @@ +and (1.2.2-1.1) unstable; urgency=high + + * Non-maintainer upload. + * Add --oknodo to start-stop-daemon in the stop target in the init script; + fixes error on package removal when the daemon is stopped. + (Closes: #373651) + + -- Steinar H. Gunderson <[EMAIL PROTECTED]> Fri, 23 Jun 2006 23:25:49 +0200 + and (1.2.2-1) unstable; urgency=low * New upstream release