summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2008-04-03 04:09:16 +0000
committerGuillem Jover <guillem@hadrons.org>2010-06-10 23:21:22 +0200
commit0b2f41b6de6683d77693535e16d227513291891a (patch)
treeaaeb17a553a667c749c50cba78200620f92f22a2
parent959f481d0954d243a8984954be0a4c0ef09d0ab3 (diff)
downloadinetutils-0b2f41b6de6683d77693535e16d227513291891a.tar.gz
Add dependencies on 'inetutils-inetd | inet-superserver'
To inetutils-talkd and inetutils-telnetd as they use update-inetd.
-rw-r--r--debian/changelog2
-rw-r--r--debian/control.in6
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 6f8dd40..6d89f42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,8 @@ inetutils (2:1.5.dfsg.1-5) UNRELEASED; urgency=low
- Move the unpatch step from the clean dependency to the body, after
the distclean call.
- Remove all files that autoreconf might have modified.
+ * Add dependency on 'inetutils-inetd | inet-superserver' to inetutils-talkd
+ and inetutils-telnetd as they use update-inetd.
-- Guillem Jover <guillem@debian.org> Fri, 18 May 2007 07:37:19 +0300
diff --git a/debian/control.in b/debian/control.in
index 2d867d5..b2e9cc5 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -80,7 +80,8 @@ Architecture: any
Provides: talkd
Conflicts: talkd
Replaces: talkd-hurd
-Depends: ${shlibs:Depends}, netbase, inetutils-syslogd | system-log-daemon
+Depends: ${shlibs:Depends}, netbase, inetutils-syslogd | system-log-daemon,
+ inetutils-inetd | inet-superserver
Description: Remote user communication server
Talkd is the server that notifies a user that someone else wants to initiate
a conversation. It acts a repository of invitations, responding to requests
@@ -102,7 +103,8 @@ Architecture: any
Provides: telnet-server
Conflicts: telnet-server
Replaces: telnetd-hurd
-Depends: ${shlibs:Depends}, netbase, inetutils-syslogd | system-log-daemon
+Depends: ${shlibs:Depends}, netbase, inetutils-syslogd | system-log-daemon,
+ inetutils-inetd | inet-superserver
Description: Telnet server
The in.telnetd program is a server which supports the DARPA telnet
interactive communication protocol.