[SCM] gammaray packaging branch, master, updated. debian/2.0.2-1-10-g397d658

Jakub Adam xhaakon-guest at moszumanska.debian.org
Sun Jul 6 08:06:21 UTC 2014


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

The following commit has been merged in the master branch:
commit cc63045836f04ee67b71c346e66e74ba66baf758
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date:   Sat Jul 5 15:17:54 2014 +0200

    Create gammaray-plugin-quickinspector binary package
---
 debian/changelog                              |  1 +
 debian/control                                | 19 +++++++++++++++++++
 debian/gammaray-plugin-quickinspector.install |  2 ++
 3 files changed, 22 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index fcde66f..5fc7501 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ gammaray (2.1.0-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Removed no longer needed use-empty-rpath.patch.
   * Build-depend on qtdeclarative5-private-dev.
+  * Create gammaray-plugin-quickinspector binary package.
 
  -- Jakub Adam <jakub.adam at ktknet.cz>  Sun, 29 Jun 2014 08:06:06 +0200
 
diff --git a/debian/control b/debian/control
index 168e7ee..8ff91ec 100644
--- a/debian/control
+++ b/debian/control
@@ -65,6 +65,25 @@ Description: GammaRay support for inspecting Qt4 applications
 # Also, for use with 3D glasses, various types of stereoscopic rendering
 # are supported.
 
+Package: gammaray-plugin-quickinspector
+Architecture: any
+Depends: gammaray (= ${binary:Version}),
+         qml-module-qtquick2,
+         qml-module-qtquick-controls,
+         ${shlibs:Depends},
+         ${misc:Depends}
+Description: GammaRay plugin for inspecting QtQuick2 applications
+ This plugin provides the user with the following inspection and debugging
+ facilities:
+ .
+  * Tree view of all QQuickItems in the scene, marking invisible items
+    and items having focus.
+  * Object inspector allowing to see all the properties, inspect
+    signal-slot connections, and directly invoke slots and Q_INVOKABLE
+    methods.
+  * Live-preview of the QtQuick scene inside the GammaRay window.
+  * Qt Quick scene graph inspector.
+
 Package: gammaray-plugin-kjobtracker
 Architecture: any
 Depends: gammaray (= ${binary:Version}),
diff --git a/debian/gammaray-plugin-quickinspector.install b/debian/gammaray-plugin-quickinspector.install
new file mode 100644
index 0000000..7b66d17
--- /dev/null
+++ b/debian/gammaray-plugin-quickinspector.install
@@ -0,0 +1,2 @@
+usr/lib/gammaray/*/qt5*/gammaray_qmlsupport*
+usr/lib/gammaray/*/qt5*/gammaray_quickinspector*

-- 
gammaray packaging



More information about the pkg-kde-commits mailing list