[SCM] Qt 4 Debian packaging branch, master, updated. debian/4.6.0-1-60-gf75bcaf

Fathi Boudra fabo at alioth.debian.org
Wed Feb 3 14:24:58 UTC 2010


The following commit has been merged in the master branch:
commit f75bcaf72922faf2fa6f380465de1a68accfab2d
Author: Fathi Boudra <fabo at kde.org>
Date:   Wed Feb 3 15:24:39 2010 +0100

    Add a manpage fo qdbus. Thanks to Andreas Marschke. (Closes: #568186)
---
 debian/changelog           |    1 +
 debian/libqt4-dev.manpages |    1 +
 debian/manpages/qdbus.1    |   46 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 77c3ddb..012430a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -48,6 +48,7 @@ qt4-x11 (4:4.6.1-1) UNRELEASED; urgency=low
   * Update debian/libphonon-dev.install: Include headers have been changed.
     The only official method for including Phonon headers is <phonon/ClassName>
     or <phonon/classname.h>.
+  * Add a manpage fo qdbus. Thanks to Andreas Marschke. (Closes: #568186)
 
   [ Pino Toscano ]
   * Update debian/control: Don't build-depends on libasound2-dev for
diff --git a/debian/libqt4-dev.manpages b/debian/libqt4-dev.manpages
index 5a86266..c1bb1a6 100644
--- a/debian/libqt4-dev.manpages
+++ b/debian/libqt4-dev.manpages
@@ -1,4 +1,5 @@
 debian/manpages/lrelease-qt4.1
 debian/manpages/lupdate-qt4.1
 debian/manpages/moc-qt4.1
+debian/manpages/qdbus.1
 debian/manpages/uic-qt4.1
diff --git a/debian/manpages/qdbus.1 b/debian/manpages/qdbus.1
new file mode 100644
index 0000000..cd5b018
--- /dev/null
+++ b/debian/manpages/qdbus.1
@@ -0,0 +1,46 @@
+..\"
+..\" qdbus manual page.
+..\" Copyright (C) 2010 Andreas Marschke.
+..\"
+
+..TH qdbus x "Tue, 02 Feb 2010 23:35:52 +0100" "" "qdbus(1)"
+
+..SH NAME
+qdbus \- a communication-interface for qt-based applications
+
+..SH SYNOPSIS
+..B qdbus [\-\-system] [\-\-literal] [servicename] [path] [method] [args]
+
+..br
+
+..SH DESCRIPTION
+Qdbus provides  an interface to qt-based applications communicating over D-Bus.
+See http://www.freedesktop.org/software/dbus/ for more information about the big picture.
+
+By default qdbus will list all service names of services that are running and you can manipulate at the moment.
+You can also manipulate and run several types of methods for each dbus-enabled application.
+
+..IP \fBservicename\fP
+the service to connect to (e.g., org.freedesktop.DBus)
+..IP \fBpath\fP
+the path to the object (e.g., /)
+..IP \fBmethod\fP
+the method to call, with or without the interface
+..IP \fBargs\fP
+arguments to pass to the call
+
+
+..SH OPTIONS
+
+..IP \fB\-\-system\fP
+connect to the system bus
+..IP \fB\-\-literal\fP
+print replies literally
+
+..SH EXAMPLE
+Here is an example of using qdbus to list all status informations about a service:
+..br
+	~:$ qdbus org.ktorrent.ktorrent
+
+..SH "SEE ALSO"
+dbus-cleanup-sockets(1) dbus-launch(1) dbus-send dbus-daemon(1) dbus-monitor(1) dbus-uuidgen(1)

-- 
Qt 4 Debian packaging



More information about the pkg-kde-commits mailing list