Hello,

in the attachement you will find the diff for the NMU which I will
upload in a few minutes. The diff is also archived at
http://people.debian.org/~mario/nmu-diffs/uw-imap_7-2002edebian1-13.3.nmu.diff

Thanks and regards,

-- 
  .''`.     Mario Iseli <[EMAIL PROTECTED]>
 : :'  :    Debian GNU/Linux developer
 `. `'`
   `-  Debian - when you have better things to do than fixing a system
diff -Naur old/uw-imap-2002edebian1/debian/__PKG__.postrm._in new/uw-imap-2002edebian1/debian/__PKG__.postrm._in
--- old/uw-imap-2002edebian1/debian/__PKG__.postrm._in	2007-08-08 11:27:57.000000000 +0200
+++ new/uw-imap-2002edebian1/debian/__PKG__.postrm._in	2007-08-08 11:37:03.000000000 +0200
@@ -27,7 +27,9 @@
 		for daemonset in $daemonsets; do
 			service="`echo "$daemonset" | awk -F: '{ print $1 }'`"
 			if [ "$debconf_entry" = "$service" ]; then
-				update-inetd $UPDATE_INETD_ARG "${service}"
+				if [ -x /usr/sbin/update-inetd ]; then
+					update-inetd $UPDATE_INETD_ARG "${service}"
+				fi
 				seen="yes"
 				break
 			fi
diff -Naur old/uw-imap-2002edebian1/debian/changelog new/uw-imap-2002edebian1/debian/changelog
--- old/uw-imap-2002edebian1/debian/changelog	2007-08-08 11:27:57.000000000 +0200
+++ new/uw-imap-2002edebian1/debian/changelog	2007-08-08 11:38:10.000000000 +0200
@@ -1,3 +1,11 @@
+uw-imap (7:2002edebian1-13.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Only run update-inetd if it's available in __PKG__.postrm._in
+    (Closes: #431527, 431525).
+
+ -- Mario Iseli <[EMAIL PROTECTED]>  Wed, 08 Aug 2007 11:34:31 +0200
+
 uw-imap (7:2002edebian1-13.2) unstable; urgency=high
 
   * Non-maintainer upload.

Reply via email to