diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-05-18 13:02:49 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-05-18 13:02:49 +0200 |
commit | bbcd089868fe4d79c3fdfefe7994cb4d27a6b41d (patch) | |
tree | e92ac7cdde5dcc451f010d266d988b8e69ffad68 /ubuntu/maverick/applications/gtk-qt-engine | |
parent | 51580029b9041969ade6d934c467200e5e28acd0 (diff) | |
parent | 3033b338e5f09deb6cbb9e26235fd1bed96537cd (diff) | |
download | tde-packaging-bbcd089868fe4d79c3fdfefe7994cb4d27a6b41d.tar.gz tde-packaging-bbcd089868fe4d79c3fdfefe7994cb4d27a6b41d.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/applications/gtk-qt-engine')
-rw-r--r-- | ubuntu/maverick/applications/gtk-qt-engine/debian/control | 10 | ||||
-rw-r--r-- | ubuntu/maverick/applications/gtk-qt-engine/debian/gtk-qt-engine-trinity.install | 5 |
2 files changed, 15 insertions, 0 deletions
diff --git a/ubuntu/maverick/applications/gtk-qt-engine/debian/control b/ubuntu/maverick/applications/gtk-qt-engine/debian/control index a1529b6d8..86143b89b 100644 --- a/ubuntu/maverick/applications/gtk-qt-engine/debian/control +++ b/ubuntu/maverick/applications/gtk-qt-engine/debian/control @@ -21,3 +21,13 @@ Description: theme engine using Qt for GTK+ 2.x and Trinity . Please note that this package is targeted at Trinity users and therefore provides a way to configure it from within KControl. + +Package: gtk-qt-engine-trinity-dbg +Section: devel +Architecture: any +Priority: extra +Depends: gtk-qt-engine-trinity (= ${binary:Version}), tdelibs-trinity-dbg +Description: debugging symbols for the GTK-Qt Theme Engine [Trinity] + This package contains the debugging symbols associated with gtk-qt-engine-trinity. + They will automatically be used by gdb for debugging gtk-qt-engine-trinity-related + issues. diff --git a/ubuntu/maverick/applications/gtk-qt-engine/debian/gtk-qt-engine-trinity.install b/ubuntu/maverick/applications/gtk-qt-engine/debian/gtk-qt-engine-trinity.install new file mode 100644 index 000000000..73ebaf828 --- /dev/null +++ b/ubuntu/maverick/applications/gtk-qt-engine/debian/gtk-qt-engine-trinity.install @@ -0,0 +1,5 @@ +debian/tmp/opt/trinity/lib/trinity/*.so* +debian/tmp/opt/trinity/lib/trinity/*.la +debian/tmp/opt/trinity/share/ +debian/tmp/usr/lib/ +debian/tmp/usr/share/themes/Qt/gtk-2.0/ |