summaryrefslogtreecommitdiff
path: root/debian/control.in
blob: 43b3d34847eea61c1a3f02462614b6f782bd20cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
Source: inetutils
Section: net
Priority: extra
Maintainer: Guillem Jover <guillem@debian.org>
Uploaders: Jeff Bailey <jbailey@raspberryginger.com>, Marcus Brinkmann <brinkmd@debian.org>
Standards-Version: 3.7.2
Build-Depends: debhelper (>= 5), quilt (>= 0.40), autoconf, automake1.9,
 texinfo, bison, libreadline5-dev | libreadline-dev, libpam0g-dev, libopie-dev,
 libwrap0-dev
Build-Conflicts: autoconf2.13, automake1.4

Package: inetutils-ftp
Priority: @inetutils:Priority@
Architecture: any
Depends: ${shlibs:Depends}, netbase
XB-Tag: filetransfer::ftp, interface::text-mode, protocol::ftp, role::program, network::client, use::downloading, works-with::file
Description: File Transfer Protocol client
 The ftp command is used to transfer files between hosts using the
 FTP protocol.

Package: inetutils-ftpd
Priority: @inetutils:Priority@
Architecture: any
Provides: ftp-server
Conflicts: ftp-server
Depends: ${shlibs:Depends}, netbase, inetutils-syslogd | system-log-daemon
XB-Tag: filetransfer::ftp, interface::daemon, protocol::ftp, role::program, network::server, works-with::file
Description: File Transfer Protocol server
 Ftpd is the server that allows another host to connect with the ftp
 command to transfer files using the FTP protocol.

Package: inetutils-inetd
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
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
 programs that can't or won't do it for themselves.

Package: inetutils-ping
Priority: @inetutils:Priority@
Architecture: any
Provides: ping
Conflicts: ping, hurd (<= 20010718-1)
Depends: ${shlibs:Depends}, netbase
XB-Tag: admin::monitoring, interface::commandline, network::scanner, role::program, use::scanning
Description: ICMP ECHO tool
 Ping (The Packet InterNet Gropper) uses ICMP to send out echo requests,
 and uses the reply packets to calculate latency between the sending and
 the destination hosts.

Package: inetutils-syslogd
Section: @syslogd:Section@
Priority: @syslogd:Priority@
Architecture: any
Provides: system-log-daemon, ${syslogd:Provides}
Conflicts: system-log-daemon, ${syslogd:Provides}
Replaces: syslogd
Depends: ${shlibs:Depends}, netbase, lsb-base
XB-Tag: admin::logging, interface::daemon, role::program, network::server, works-with::logfile
Description: System logging daemon
 The syslog daemon is responsible for providing logging of messages
 received from programs and facilities on the local host as well as
 from remote hosts.

Package: inetutils-talk
Priority: @inetutils:Priority@
Architecture: any
Provides: talk
Replaces: talk-hurd
Depends: ${shlibs:Depends}, netbase
XB-Tag: interface::text-mode, role::program, network::client, uitoolkit::ncurses, use::chatting
Description: Talk to another user
 Talk is a visual communication program which copies lines from your terminal
 to that of another user.

Package: inetutils-talkd
Priority: @inetutils:Priority@
Architecture: any
Provides: talkd
Conflicts: talkd
Replaces: talkd-hurd
Depends: ${shlibs:Depends}, netbase, inetutils-syslogd | system-log-daemon
XB-Tag: interface::daemon, role::program, network::server, use::chatting
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
 by clients wishing to rendezvous to hold a conversation.

Package: inetutils-telnet
Priority: @inetutils:Priority@
Architecture: any
Provides: telnet-client
Replaces: telnet-hurd
Depends: ${shlibs:Depends}, netbase
XB-Tag: interface::text-mode, role::program, network::client, uitoolkit::ncurses, use::login
Description: Telnet client
 The telnet command is used for interactive communication with another host
 using the TELNET protocol.

Package: inetutils-telnetd
Priority: @inetutils:Priority@
Architecture: any
Provides: telnet-server
Conflicts: telnet-server
Replaces: telnetd-hurd
Depends: ${shlibs:Depends}, netbase, inetutils-syslogd | system-log-daemon
XB-Tag: interface::daemon, role::program, network::server, use::login
Description: Telnet server
 The in.telnetd program is a server which supports the DARPA telnet
 interactive communication protocol.

Package: inetutils-tools
Priority: @inetutils:Priority@
Architecture: any
Provides: ${tools:Provides}
Depends: ${shlibs:Depends}
XB-Tag: interface::commandline, network::configuration, role::program
Description: Base networking utilities (experimental package)
 Base utilities for network administration (ifconfig, etc).
 .
 WARNING: The current ifconfig implementation provided is not fully
 compatible with the net-tool's ifconfig version.