From 1d1b5c2a2854ce0385a89401c504711270c6f7a3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 05:30:44 +0200 Subject: Adding debian version 4.9.1-1. Signed-off-by: Daniel Baumann --- debian/control | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..be07368 --- /dev/null +++ b/debian/control @@ -0,0 +1,51 @@ +Source: screen +Section: misc +Priority: standard +Maintainer: Axel Beckert +Uploaders: Antti Järvinen +Standards-Version: 4.6.2 +Build-Depends: debhelper-compat (= 13), + dpkg-dev (>= 1.16.1~), + libncurses-dev, + 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}, + debianutils (>= 5.3-1~) +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. -- cgit v1.2.3