[SCM] gammaray packaging branch, master, updated. debian/1.2.2-1-15-g6fbd840

Jakub Adam xhaakon-guest at alioth.debian.org
Mon Jan 28 21:49:12 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/gammaray.git;a=commitdiff;h=0e646f2

The following commit has been merged in the master branch:
commit 0e646f2a3ecdabf9632092163cdc98b02373fac9
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date:   Mon Jan 28 18:56:45 2013 +0100

    Enable KJob tracker plugin
    
    Plugin is packaged separately to avoid dependency of the whole GammaRay
    application on KDE.
---
 debian/changelog                           |    1 +
 debian/control                             |   10 ++++++++++
 debian/gammaray-plugin-kjobtracker.install |    1 +
 3 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4757a6d..a4e7e80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ gammaray (1.3.0-1) UNRELEASED; urgency=low
     lintian error.
   * Refreshed d/patches/widget-export-actions-location.patch and
     d/patches/gammaray-probe-versioned-soname.patch.
+  * Enable KJob tracker plugin.
 
  -- Jakub Adam <jakub.adam at ktknet.cz>  Mon, 28 Jan 2013 18:29:54 +0100
 
diff --git a/debian/control b/debian/control
index 335fe8e..fcfb1b9 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Jakub Adam <jakub.adam at ktknet.cz>
 Build-Depends: debhelper (>= 9),
                cmake,
+               kdelibs5-dev,
                libqt4-dev,
                libqt4-private-dev,
                libqtwebkit-dev,
@@ -45,6 +46,15 @@ Description: QObject hierarchy visualization plugin for GammaRay
  Also, for use with 3D glasses, various types of stereoscopic rendering
  are supported.
 
+Package: gammaray-plugin-kjobtracker
+Architecture: any
+Depends: gammaray (= ${binary:Version}),
+         ${shlibs:Depends},
+         ${misc:Depends}
+Description: KJob tracker plugin for GammaRay
+ This plugin can be used to monitor KJob instances within a KDE-based
+ application.
+
 Package: gammaray-dev
 Architecture: any
 Section: libdevel
diff --git a/debian/gammaray-plugin-kjobtracker.install b/debian/gammaray-plugin-kjobtracker.install
new file mode 100644
index 0000000..759b09f
--- /dev/null
+++ b/debian/gammaray-plugin-kjobtracker.install
@@ -0,0 +1 @@
+usr/lib/qt4/plugins/gammaray/gammaray_kjobtracker*

-- 
gammaray packaging



More information about the pkg-kde-commits mailing list