summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 12:46:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 12:46:01 +0000
commitf99ae3f90a40cab5ac45a299e82a8987b7264eab (patch)
tree46554594be2eb10da0f510e9135526d680637f6f /debian/control
parentAdding upstream version 4.8.0. (diff)
downloadscreen-f99ae3f90a40cab5ac45a299e82a8987b7264eab.tar.xz
screen-f99ae3f90a40cab5ac45a299e82a8987b7264eab.zip
Adding debian version 4.8.0-6.debian/4.8.0-6debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control50
1 files changed, 50 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..d089c68
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,50 @@
+Source: screen
+Section: misc
+Priority: standard
+Maintainer: Axel Beckert <abe@debian.org>
+Uploaders: Antti Järvinen <antti.jarvinen@katiska.org>
+Standards-Version: 4.5.1
+Build-Depends: debhelper-compat (= 13),
+ dpkg-dev (>= 1.16.1~),
+ libncursesw5-dev (>= 6.0+20160319-2~),
+ libpam0g-dev,
+ libutempter-dev,
+ texinfo
+Homepage: https://savannah.gnu.org/projects/screen
+Vcs-Git: https://salsa.debian.org/debian/screen.git
+Vcs-Browser: https://salsa.debian.org/debian/screen
+Rules-Requires-Root: binary-targets
+
+Package: screen
+Architecture: any
+Depends: ${misc:Depends},
+ ${shlibs:Depends}
+Suggests: byobu | screenie | iselect (>= 1.4.0-1),
+ ncurses-term
+Description: terminal multiplexer with VT100/ANSI terminal emulation
+ GNU Screen is a terminal multiplexer 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, including configurable
+ input and output translation, serial port support, configurable logging,
+ and multi-user support.
+
+Package: screen-udeb
+Architecture: any
+Section: debian-installer
+Package-Type: udeb
+Depends: ${misc:Depends},
+ ${shlibs:Depends}
+Description: terminal multiplexer with VT100/ANSI terminal emulation - udeb
+ GNU Screen is a terminal multiplexer 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, including configurable
+ input and output translation, serial port support, configurable logging,
+ and multi-user support.
+ .
+ This is stripped-down version of screen for debian-installer.