diff options
author | Reinhard Tartler <siretart@tauware.de> | 2012-12-08 18:25:28 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2012-12-09 09:40:08 +0100 |
commit | 19685c5665850cfdee350023f6187f6d8a22e5d5 (patch) | |
tree | b8160a78c3b5e105b7d5b3bec19008b3e6e245cc /debian/control | |
parent | 26901cc52224dbfbf308b9252640563e4b52e960 (diff) | |
download | nx-libs-19685c5665850cfdee350023f6187f6d8a22e5d5.tar.gz nx-libs-19685c5665850cfdee350023f6187f6d8a22e5d5.tar.bz2 nx-libs-19685c5665850cfdee350023f6187f6d8a22e5d5.zip |
install debug symbols for all packages in a new binary package 'nx-x11-dbg'
this package contains debugging information for all code that is built
from this source package.
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 c1e4b149d..5be88029a 100644 --- a/debian/control +++ b/debian/control @@ -239,3 +239,15 @@ Description: NX shadowing library headers . This package provides a library for shadow session support (header files). + +Package: nx-x11-dbg +Section: debug +Architecture: any +Description: Debug Symbols for nx-x11 libraries + NX is a software suite which implements very efficient + compression of the X11 protocol. This increases performance when + using X applications over a network, especially a slow one. + . + This package contains detached debug symbols that help generating more + helpful backtraces. You can safely remove it if you do not intend to + debug X2Go packages on this system. |