diff options
author | Guillem Jover <guillem@debian.org> | 2006-11-06 05:23:45 +0000 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2010-06-10 23:21:21 +0200 |
commit | aef6d2d421c66760950d2416463040198b13093a (patch) | |
tree | ccc6431c556943e9e4e6cbaa0f95d7c3558c6b21 | |
parent | e746ad3cadbdf486e2ea313efcdf166186374af5 (diff) | |
download | inetutils-aef6d2d421c66760950d2416463040198b13093a.tar.gz |
Add a Depends on tcpd in inetutils-inetd
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control.in | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 4c45e49..47ce4d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +inetutils (2:1.5.dfsg.1-2) UNRELEASED; urgency=low + + * Add a Depends on tcpd in inetutils-inetd. + + -- Guillem Jover <guillem@debian.org> Mon, 6 Nov 2006 07:23:09 +0200 + inetutils (2:1.5.dfsg.1-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control.in b/debian/control.in index b1f7e9a..451f562 100644 --- a/debian/control.in +++ b/debian/control.in @@ -34,7 +34,7 @@ Priority: @inetutils:Priority@ Architecture: any Provides: inet-superserver, netkit-inetd Conflicts: inet-superserver, netkit-inetd -Depends: ${shlibs:Depends}, update-inetd, lsb-base, inetutils-syslogd | system-log-daemon +Depends: ${shlibs:Depends}, update-inetd, tcpd, lsb-base, inetutils-syslogd | system-log-daemon XB-Tag: interface::daemon, protocol::ip, role::prorgam, network::server, network::service Description: Internet super server Inetd is the daemon that listens on various TCP and UDP ports and spawns |