summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-14 21:48:31 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-14 21:48:31 -0600
commit124623b8aab031cabb2f6382eafa92b9bc7ced2d (patch)
treea4c765c9813d5b070dbd5819cc5eb23cd98f526a /ubuntu/maverick
parentc5c42041c22e7dfa79862d00acbc24bcb6148516 (diff)
downloadtde-packaging-124623b8aab031cabb2f6382eafa92b9bc7ced2d.tar.gz
tde-packaging-124623b8aab031cabb2f6382eafa92b9bc7ced2d.zip
Add debug symbols package to tde-style-qtcurve
Diffstat (limited to 'ubuntu/maverick')
-rw-r--r--ubuntu/maverick/applications/tde-style-qtcurve/debian/control9
-rwxr-xr-xubuntu/maverick/applications/tde-style-qtcurve/debian/rules2
2 files changed, 11 insertions, 0 deletions
diff --git a/ubuntu/maverick/applications/tde-style-qtcurve/debian/control b/ubuntu/maverick/applications/tde-style-qtcurve/debian/control
index 881960a08..31caeb0c4 100644
--- a/ubuntu/maverick/applications/tde-style-qtcurve/debian/control
+++ b/ubuntu/maverick/applications/tde-style-qtcurve/debian/control
@@ -29,3 +29,12 @@ Description: This is a set of widget styles for Trinity and Gtk2 based apps
This is an empty dummy package which will drag the packages
tde-style-qtcurve and gtk2-engines-qtcurve in your system.
+Package: tde-style-qtcurve-trinity-dbg
+Section: libdevel
+Architecture: any
+Priority: extra
+Depends: tde-style-qtcurve-trinity (= ${Source-Version}), tdelibs-trinity-dbg
+Description: debugging symbols for tde-style-qtcurve-trinity
+ This package contains the debugging symbols associated with tde-style-qtcurve.
+ They will automatically be used by gdb for debugging tde-style-qtcurve-related
+ issues.
diff --git a/ubuntu/maverick/applications/tde-style-qtcurve/debian/rules b/ubuntu/maverick/applications/tde-style-qtcurve/debian/rules
index 52bf17ae4..d8db5a04b 100755
--- a/ubuntu/maverick/applications/tde-style-qtcurve/debian/rules
+++ b/ubuntu/maverick/applications/tde-style-qtcurve/debian/rules
@@ -19,6 +19,8 @@ include debian/cdbs/debian-qt-kde.mk
DEB_KDE_APIDOX := yes
+DEB_DH_STRIP_ARGS := --dbg-package=tde-style-qtcurve-trinity-dbg
+
CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS -g -Wall $(DEB_OPT_FLAG)
DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \