diff options
author | Guillem Jover <guillem@debian.org> | 2006-10-04 02:00:24 +0000 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2010-06-10 23:21:20 +0200 |
commit | 956337151f60435997590001cb73538d499d77a9 (patch) | |
tree | 622974c1739124e3adac3eac417fcbe9be24423a | |
parent | bc0ea53f8acb04acad5a6727e277b3c97461b7a3 (diff) | |
download | inetutils-956337151f60435997590001cb73538d499d77a9.tar.gz |
Update inetutils-inetd to match new changes in netbase
Change Provides and Conflicts on inetd to inet-superserver.
Add a Depends on update-inetd.
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control.in | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 3eebb44..a02252d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,9 @@ inetutils (2:1.4.3+20060719-3) UNRELEASED; urgency=low * Do not link against uneeded libz, remove Build-Depends. - debian/patches/00_no_link_libbsd.patch: Renamed to ... - debian/patches/00_no_link_extralibs.patch: ... this. + * Update inetutils-inetd to match new changes in netbase: + - Change Provides and Conflicts on inetd to inet-superserver. + - Add a Depends on update-inetd. -- Guillem Jover <guillem@debian.org> Tue, 3 Oct 2006 04:35:45 +0300 diff --git a/debian/control.in b/debian/control.in index 85543e5..c0caf26 100644 --- a/debian/control.in +++ b/debian/control.in @@ -31,9 +31,9 @@ Description: File Transfer Protocol server Package: inetutils-inetd Priority: @inetutils:Priority@ Architecture: any -Provides: inetd, netkit-inetd -Conflicts: inetd, netkit-inetd -Depends: ${shlibs:Depends}, netbase, lsb-base, inetutils-syslogd | system-log-daemon +Provides: inet-superserver, netkit-inetd +Conflicts: inet-superserver, netkit-inetd +Depends: ${shlibs:Depends}, update-inetd, 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 |