I have applied this patch to fix the netkit-inetd dependency:
diff -urN lukemftpd-1.1.original/debian/changelog lukemftpd-1.1/debian/changelog
--- lukemftpd-1.1.original/debian/changelog 2006-08-20 16:28:28.000000000
+0100
+++ lukemftpd-1.1/debian/changelog 2006-08-20 16:34:28.860095688 +0100
@@ -1,3 +1,12 @@
+lukemftpd (1.1-2.3) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * debian/control: Replace netkit-inetd dependency with a dependency on
+ netbase. netbase provides the necessary inetd dependency.
+ Closes: #382680.
+
+ -- Roger Leigh <[EMAIL PROTECTED]> Sun, 20 Aug 2006 16:33:19 +0100
+
lukemftpd (1.1-2.2) unstable; urgency=high
* NMU to fix CAN-2004-0794: Multiple remote vulnerabilities in lukemftpd
diff -urN lukemftpd-1.1.original/debian/control lukemftpd-1.1/debian/control
--- lukemftpd-1.1.original/debian/control 2006-08-20 16:28:28.000000000
+0100
+++ lukemftpd-1.1/debian/control 2006-08-20 16:33:11.373200186 +0100
@@ -7,7 +7,7 @@
Package: lukemftpd
Architecture: any
-Depends: ${shlibs:Depends}, netkit-inetd
+Depends: ${shlibs:Depends}, netbase (>= 4.08)
Conflicts: ftpd, wu-ftpd, proftpd, ftp-server, wu-ftpd-academ, proftpd-ldap,
proftpd-sql
Replaces: ftpd
Provides: ftp-server, ftpdPlease apply the diff and acknowledge it in your next maintainer upload. Thanks, Roger -- .''`. Roger Leigh : :' : Debian GNU/Linux http://people.debian.org/~rleigh/ `. `' Printing on GNU/Linux? http://gutenprint.sourceforge.net/ `- GPG Public Key: 0x25BFB848 Please GPG sign your mail.
pgpLViDLJRP4R.pgp
Description: PGP signature

