diff options
author | Timothy Pearson <tpearson@raptorengineering.com> | 2019-05-08 20:13:27 -0500 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2019-05-08 20:13:43 -0500 |
commit | 2e6027a54921b23e137f9bade6d12db0203ba948 (patch) | |
tree | cccf928155ef50f6ef9478ae86bd15f4a2abaa61 /lib | |
parent | 256facf7d34b09ba5da23af652a3bccd69ffe8f1 (diff) | |
download | ulab-2e6027a54921b23e137f9bade6d12db0203ba948.tar.gz ulab-2e6027a54921b23e137f9bade6d12db0203ba948.zip |
Build debug symbols for libtdekrb and libtqtrla on Debian systems
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libtdekrb/debian/control | 10 | ||||
-rw-r--r-- | lib/libtqtrla/debian/control | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/lib/libtdekrb/debian/control b/lib/libtdekrb/debian/control index f453157..9ee0a91 100644 --- a/lib/libtdekrb/debian/control +++ b/lib/libtdekrb/debian/control @@ -20,3 +20,13 @@ Description: Kerberos network library for TDE Kerberos network library for TDE. . libtdekrb-trinity-dev contains development files and documentation. + +Package: libtdekrb-trinity-dbg +Section: devel +Architecture: any +Priority: extra +Depends: libtdekrb-trinity (= ${binary:Version}) +Description: debugging symbols for the TDE Kerberos network library + This package contains the debugging symbols associated with libtdekrb-trinity. + They will automatically be used by gdb for debugging libtdekrb-trinity-related + issues. diff --git a/lib/libtqtrla/debian/control b/lib/libtqtrla/debian/control index 9f1d810..80e14d2 100644 --- a/lib/libtqtrla/debian/control +++ b/lib/libtqtrla/debian/control @@ -21,3 +21,13 @@ Description: Remote Laboratory Access shared library Shared objects for the Remote Laboratory Access system . libtqtrla-dev contains development files and documentation. + +Package: libtqtrla-dbg +Section: devel +Architecture: any +Priority: extra +Depends: libtqtrla (= ${binary:Version}) +Description: debugging symbols for the Remote Laboratory Access shared library + This package contains the debugging symbols associated with libtqtrla. + They will automatically be used by gdb for debugging libtqtrla-related + issues. |