diff -pruN netkit-tftp-0.17/debian/changelog netkit-tftp-0.17.new/debian/changelog --- netkit-tftp-0.17/debian/changelog 2006-12-17 01:47:38.000000000 +0100 +++ netkit-tftp-0.17.new/debian/changelog 2006-12-17 16:11:00.000000000 +0100 @@ -1,3 +1,12 @@ +netkit-tftp (0.17-15ubuntu1) feisty; urgency=low + + * debian/control: Add update-inetd to tftpd's dependencies + (Closes Ubuntu: #76160). + * debian/control: Add openbsd-inetd | inet-superserver dependencies + as tftpd needs an inet server to work + + -- Lionel Porcheron Sun, 17 Dec 2006 16:08:24 +0100 + netkit-tftp (0.17-15) unstable; urgency=low * tftpd/tftpd.c: Fixed file mode when new files are uploaded. diff -pruN netkit-tftp-0.17/debian/control netkit-tftp-0.17.new/debian/control --- netkit-tftp-0.17/debian/control 2006-12-17 01:47:38.000000000 +0100 +++ netkit-tftp-0.17.new/debian/control 2006-12-17 16:15:05.000000000 +0100 @@ -17,7 +17,7 @@ Description: Trivial file transfer proto Package: tftpd Architecture: any -Depends: netbase, ${shlibs:Depends} +Depends: netbase, update-inetd, openbsd-inetd | inet-superserver, ${shlibs:Depends} Replaces: netstd Description: Trivial file transfer protocol server Tftpd is a server which supports the Internet Trivial File Transfer Protocol