tags 415685 + patch thanks Hi,
In order to finish the cdebconf transition, see: http://lists.debian.org/debian-devel/2005/08/msg00136.html I intend to *lovingly* NMU, with this very small change. I will upload to DELAYED-7, so that you still have time to stop it if needed. Attached is the diff for my update-inetd 4.27-0.6 NMU. -- ยท''`. If I can't dance to it, it's not my revolution : :' : -- Emma Goldman `. `' Proudly running Debian GNU/Linux (unstable) `- www.amayita.com www.malapecora.com www.chicasduras.com
diff -Nru /tmp/4GZaiPyGnA/update-inetd-4.27/debian/changelog /tmp/yZ1Al4jsAE/update-inetd-4.27/debian/changelog --- /tmp/4GZaiPyGnA/update-inetd-4.27/debian/changelog 2007-03-12 03:20:01.000000000 +0100 +++ /tmp/yZ1Al4jsAE/update-inetd-4.27/debian/changelog 2007-08-21 00:23:43.000000000 +0200 @@ -1,3 +1,11 @@ +update-inetd (4.27-0.6) unstable; urgency=low + + * Non-maintainer upload. + * cdebconf transition: allow the dependency on debconf to be satisfied with + an alternate of debconf-2.0 (Closes: #415685). + + -- Amaya Rodrigo Sastre <[EMAIL PROTECTED]> Tue, 21 Aug 2007 00:23:20 +0200 + update-inetd (4.27-0.5) unstable; urgency=low * Non-maintainer upload. diff -Nru /tmp/4GZaiPyGnA/update-inetd-4.27/debian/control /tmp/yZ1Al4jsAE/update-inetd-4.27/debian/control --- /tmp/4GZaiPyGnA/update-inetd-4.27/debian/control 2007-02-10 05:11:57.000000000 +0100 +++ /tmp/yZ1Al4jsAE/update-inetd-4.27/debian/control 2007-08-21 00:23:06.000000000 +0200 @@ -9,7 +9,7 @@ Package: update-inetd Architecture: all Conflicts: netbase (<< 4.27) -Depends: debconf +Depends: debconf | debconf-2.0 Description: inetd.conf updater This package provides a program used by other packages to automatically update /etc/inetd.conf.

