Package: libqt4-dbus Version: 4:4.5.3-4 Severity: normal Hi as lintian reported there was a warning that there as no manpage for qdbus. I created one. It is still rather rough but should be enough for a start.
-- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages libqt4-dbus depends on: ii libc6 2.10.2-2 GNU C Library: Shared libraries ii libgcc1 1:4.4.2-9 GCC support library ii libqt4-xml 4:4.5.3-4 Qt 4 XML module ii libqtcore4 4:4.5.3-4 Qt 4 core module ii libstdc++6 4.4.2-9 The GNU Standard C++ Library v3 libqt4-dbus recommends no packages. libqt4-dbus suggests no packages. -- no debconf information
..\" ..\" 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 EXAMBLE 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)