Hi,

On Tue, 2008-10-21 at 00:11 +0100, Adam D. Barratt wrote:
> Attached is the diff for my NMU of netkit-rwall (versioned as 0.17-6.1).
> The changelog entry for the upload is:
> 
>  netkit-rwall (0.17-6.1) unstable; urgency=low
> 
>    * Non-maintainer upload.
>    * Add missing dependencies on openbsd-inetd | inet-superserver and
>      update-inetd, since netbase no longer provides either (Closes: #502828)

Unfortunately it appears the update-inetd dependency was ill-advised;
see http://lists.debian.org/debian-devel/2007/07/msg01013.html for
further details.

I've attached the diff for my 0.17-6.2 NMU which removes that
dependency; apologies for not having spotted that originally.

Regards,

Adam
diff -u netkit-rwall-0.17/debian/changelog netkit-rwall-0.17/debian/changelog
--- netkit-rwall-0.17/debian/changelog
+++ netkit-rwall-0.17/debian/changelog
@@ -1,3 +1,12 @@
+netkit-rwall (0.17-6.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop the update-inetd dependency introduced in -6.1 as the interface
+    is guaranteed to be provided by anything implementing inet-superserver.
+    (c.f. http://lists.debian.org/debian-devel/2007/07/msg01013.html)
+
+ -- Adam D. Barratt <[EMAIL PROTECTED]>  Tue, 21 Oct 2008 18:34:09 +0100
+
 netkit-rwall (0.17-6.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u netkit-rwall-0.17/debian/control netkit-rwall-0.17/debian/control
--- netkit-rwall-0.17/debian/control
+++ netkit-rwall-0.17/debian/control
@@ -7,7 +7,7 @@
 
 Package: rwalld
 Architecture: any
-Depends: portmap, netbase, ${shlibs:Depends}, openbsd-inetd | inet-superserver, update-inetd
+Depends: portmap, netbase, ${shlibs:Depends}, openbsd-inetd | inet-superserver
 Description: Write messages to users currently logged in server
  rpc.rwalld is a server which will send a message to users currently logged in
  to the system.  This server invokes the wall(1) command to actually write the

Reply via email to