summaryrefslogtreecommitdiff
path: root/debian/control
blob: a9a4bdc9ea87968324913234a8a2c85dcb99a361 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: screen
Section: misc
Priority: optional
Maintainer: Adam Lazur <zal@debian.org>
Standards-Version: 3.6.1
Build-Depends: libncursesw5-dev, texinfo, libpam0g-dev, base-passwd (>= 2.0.3.4), debhelper (>> 4.1.17)

Package: screen
Architecture: any
Depends: ${shlibs:Depends}, base-passwd (>= 2.0.3.4), passwd (>= 1:4.0.3-10)
Pre-Depends: debconf (>= 0.2.17)
Conflicts: suidmanager (<< 0.52)
Description: a terminal multiplexor with VT100/ANSI terminal emulation
 screen is a terminal multiplexor that runs several separate "screens" on a
 single physical character-based terminal.  Each virtual terminal emulates a
 DEC VT100 plus several ANSI X3.64 and ISO 2022 functions.  Screen sessions
 can be detached and resumed later on a different terminal.
 .
 Screen also supports a whole slew of other features.  Some of these are:
 configurable input and output translation, serial port support, configurable
 logging, multi-user support, and utf8 charset support.