diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 36b9f7b..56ada7b 100644 --- a/debian/control +++ b/debian/control @@ -28,3 +28,15 @@ Description: terminal multiplexer with VT100/ANSI terminal emulation 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-dbg +Section: debug +Architecture: any +Priority: extra +Depends: screen (= ${binary:Version}), + ${misc:Depends} +Description: Debugging symbols for GNU Screen + GNU Screen is a terminal multiplexer that runs several separate "screens" on + a single physical character-based terminal. + . + This package contains the debugging symbols for GNU Screen. |