blob: 69e4a3a740cd6b40bc2d3729b647a567c95073c9 (
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
|
Source: netkit-telnet
Section: net
Priority: standard
Maintainer: Herbert Xu <herbert@debian.org>
Standards-Version: 3.5.6
Build-Depends: debhelper, libncurses-dev
Package: telnet
Architecture: any
Depends: ${shlibs:Depends}
Replaces: netstd
Provides: telnet-client
Description: The telnet client.
The telnet command is used for interactive communication with another host
using the TELNET protocol.
Package: telnetd
Architecture: any
Priority: optional
Depends: adduser, base-files (>= 2.1.8), dpkg (>= 1.7.0), netbase, passwd, ${shlibs:Depends}
Replaces: netstd
Conflicts: suidmanager (<< 0.50)
Description: The telnet server.
The in.telnetd program is a server which supports the DARPA telnet interactive
communication protocol.
|