tags 398563 + patch
thanks

Hi,

Attached is the diff for my poppassd 1.8.5-3.1 NMU.
diff -Nru /tmp/dnGDzWSJFT/poppassd-1.8.5/debian/changelog 
/tmp/D3vuDdgJJt/poppassd-1.8.5/debian/changelog
--- /tmp/dnGDzWSJFT/poppassd-1.8.5/debian/changelog     2006-11-21 
19:57:16.000000000 +0100
+++ /tmp/D3vuDdgJJt/poppassd-1.8.5/debian/changelog     2006-11-21 
19:57:16.000000000 +0100
@@ -1,3 +1,12 @@
+poppassd (1.8.5-3.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Don't try to use update-inetd at purge time unless it is actually
+    available; fixes purge in some cases, patch from Andreas Henriksson.
+    (Closes: #398563)
+
+ -- Steinar H. Gunderson <[EMAIL PROTECTED]>  Tue, 21 Nov 2006 19:54:57 +0100
+
 poppassd (1.8.5-3) unstable; urgency=low
 
   * Move debian/copyright and debian/watch back to the old location.  With
diff -Nru /tmp/dnGDzWSJFT/poppassd-1.8.5/debian/postrm 
/tmp/D3vuDdgJJt/poppassd-1.8.5/debian/postrm
--- /tmp/dnGDzWSJFT/poppassd-1.8.5/debian/postrm        2006-11-21 
19:57:16.000000000 +0100
+++ /tmp/D3vuDdgJJt/poppassd-1.8.5/debian/postrm        2006-11-21 
19:57:16.000000000 +0100
@@ -1,7 +1,10 @@
 #!/bin/sh
 set -e
-update-inetd --remove '^poppassd'
-update-inetd --comment-chars "#disabled#" --enable poppassd
+
+if which update-inetd >/dev/null 2>&1 ; then
+       update-inetd --remove '^poppassd'
+       update-inetd --comment-chars "#disabled#" --enable poppassd
+fi
 
 #DEBHELPER#
 

Reply via email to