I NUM'd the package to delayed+1 Let's get this bug squashed! Attached the patch.
-- GNU/Linux registered user #224950 Proud Egyptian GNU/Linux User Group <www.eglug.org> Member. Life powered by Debian, Homepage: www.foolab.org -- Don't send me any attachment in Micro$oft (.DOC, .PPT) format please Read http://www.gnu.org/philosophy/no-word-attachments.html Preferable attachments: .PDF, .HTML, .TXT Thanx for adding this text to Your signature
diff -Naur xfingerd-0.6.orig/debian/changelog xfingerd-0.6/debian/changelog
--- xfingerd-0.6.orig/debian/changelog 2007-03-17 18:11:04.000000000 +0200
+++ xfingerd-0.6/debian/changelog 2007-03-17 17:57:56.000000000 +0200
@@ -1,3 +1,12 @@
+xfingerd (0.6-5.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * debian/control: Add openbsd-inetd | inet-superserver to Depends
+ * Drop "invoke-rc.d inetd reload" from xfingerd.postrm and xfingerd.postinst because
+ update-inetd takes care of thet. (Closes: #398371).
+
+ -- Mohammed Sameer <[EMAIL PROTECTED]> Sat, 17 Mar 2007 17:54:05 +0200
+
xfingerd (0.6-5) unstable; urgency=low
* Acknowledging NMU, thanks Pierre.
diff -Naur xfingerd-0.6.orig/debian/control xfingerd-0.6/debian/control
--- xfingerd-0.6.orig/debian/control 2007-03-17 18:11:04.000000000 +0200
+++ xfingerd-0.6/debian/control 2007-03-17 17:52:42.000000000 +0200
@@ -7,7 +7,7 @@
Package: xfingerd
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, netbase
+Depends: ${shlibs:Depends}, ${misc:Depends}, netbase, openbsd-inetd | inet-superserver
Conflicts: fingerd, cfingerd
Description: BSD-like finger daemon with qmail support
Yet another finger daemon. Mimics the output and behavior of the original
diff -Naur xfingerd-0.6.orig/debian/xfingerd.postinst xfingerd-0.6/debian/xfingerd.postinst
--- xfingerd-0.6.orig/debian/xfingerd.postinst 2007-03-17 18:11:04.000000000 +0200
+++ xfingerd-0.6/debian/xfingerd.postinst 2007-03-17 17:55:18.000000000 +0200
@@ -4,5 +4,3 @@
update-inetd --add "finger\t\tstream\ttcp\tnowait\tnobody\t/usr/sbin/tcpd\t/usr/sbin/in.xfingerd"
update-inetd --enable finger
-
-invoke-rc.d inetd reload
diff -Naur xfingerd-0.6.orig/debian/xfingerd.postrm xfingerd-0.6/debian/xfingerd.postrm
--- xfingerd-0.6.orig/debian/xfingerd.postrm 2007-03-17 18:11:04.000000000 +0200
+++ xfingerd-0.6/debian/xfingerd.postrm 2007-03-17 17:54:54.000000000 +0200
@@ -1,5 +1,3 @@
#!/bin/sh
#DEBHELPER#
-
-invoke-rc.d inetd reload
signature.asc
Description: Digital signature

