diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2013-07-14 23:06:43 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2013-07-14 23:34:20 +0200 |
commit | 7f68139dbd5d4eb8c09bd2c717d60b51c9f28d45 (patch) | |
tree | 43a77573910a8e457a0fb7265b182cc6e161da24 | |
parent | 2c6b54474c6465dd0fee1a0d5995a643a3d2ce9d (diff) | |
download | screen-7f68139dbd5d4eb8c09bd2c717d60b51c9f28d45.tar.gz |
Add a package with debugging symbols (Closes: #715170)
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 12 | ||||
-rwxr-xr-x | debian/rules | 3 |
3 files changed, 16 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e2b3347..e23abb6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ screen (4.1.0~20120320gitdb59704-9) UNRELEASED; urgency=low Pashev for the report and patch. * screen-cleanup init.d script: Label /var/run/screen for SE Linux (Closes: #680360) + * Add a package with debugging symbols (Closes: #715170) -- Axel Beckert <abe@debian.org> Sun, 14 Jul 2013 21:23:58 +0200 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. diff --git a/debian/rules b/debian/rules index e27cf88..458baf8 100755 --- a/debian/rules +++ b/debian/rules @@ -58,3 +58,6 @@ override_dh_installinit: override_dh_fixperms: dh_fixperms -X/usr/bin/screen + +override_dh_strip: + dh_strip --dbg-package=screen-dbg |