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

Pino Toscano pino-guest at alioth.debian.org
Mon Feb 15 15:09:36 UTC 2010


The following commit has been merged in the master branch:
commit 0c01b38d401193f7eeaeeb2f73efe96f11aacf73
Author: Pino Toscano <pino at kde.org>
Date:   Mon Feb 15 16:05:18 2010 +0100

    polish qdbus manpage a bit
    
    * remove extra dots from groff/troff commands
    * highlight the qdbus command as bold (like done generally in manpages)
    * fix few typos (eg "qt" -> "Qt")
    * fix section
    * add missing (1) to dbus-send, and put commas between each command in the "see also" list
    * add my copyright (due to all the changes above)
---
 debian/changelog        |    3 +-
 debian/manpages/qdbus.1 |   51 ++++++++++++++++++++++++-----------------------
 2 files changed, 28 insertions(+), 26 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4f113f8..2b649ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -63,8 +63,9 @@ qt4-x11 (4:4.6.2-1) UNRELEASED; urgency=low
   * Add 82_hurd_SA_SIGINFO.diff: fix FTBFS on GNU/Hurd causes by unconditional
     usage of SA_SIGINFO.
   * Adapt watch file to the new file names of the Qt/X11 tarballs.
+  * Polish a bit qdbus manpage.
 
- -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 15 Feb 2010 14:11:37 +0100
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 15 Feb 2010 16:04:13 +0100
 
 qt4-x11 (4:4.6.0-1) experimental; urgency=low
 
diff --git a/debian/manpages/qdbus.1 b/debian/manpages/qdbus.1
index cd5b018..0250da5 100644
--- a/debian/manpages/qdbus.1
+++ b/debian/manpages/qdbus.1
@@ -1,46 +1,47 @@
-..\"
-..\" qdbus manual page.
-..\" Copyright (C) 2010 Andreas Marschke.
-..\"
+.\"
+.\" qdbus manual page.
+.\" Copyright (C) 2010 Andreas Marschke.
+.\" Copyright (C) 2010 Pino Toscano <pino at kde.org>.
+.\"
 
-..TH qdbus x "Tue, 02 Feb 2010 23:35:52 +0100" "" "qdbus(1)"
+.TH qdbus 1 "Tue, 02 Feb 2010 23:35:52 +0100" "" "User commands"
 
-..SH NAME
+.SH NAME
 qdbus \- a communication-interface for qt-based applications
 
-..SH SYNOPSIS
-..B qdbus [\-\-system] [\-\-literal] [servicename] [path] [method] [args]
+.SH SYNOPSIS
+\fBqdbus\fR [\-\-system] [\-\-literal] [servicename] [path] [method] [args]
 
-..br
+.br
 
-..SH DESCRIPTION
-Qdbus provides  an interface to qt-based applications communicating over D-Bus.
+.SH DESCRIPTION
+\fBqdbus\fR 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.
+By default \fBqdbus\fR 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
+.IP \fBservicename\fP
 the service to connect to (e.g., org.freedesktop.DBus)
-..IP \fBpath\fP
+.IP \fBpath\fP
 the path to the object (e.g., /)
-..IP \fBmethod\fP
+.IP \fBmethod\fP
 the method to call, with or without the interface
-..IP \fBargs\fP
+.IP \fBargs\fP
 arguments to pass to the call
 
 
-..SH OPTIONS
+.SH OPTIONS
 
-..IP \fB\-\-system\fP
+.IP \fB\-\-system\fP
 connect to the system bus
-..IP \fB\-\-literal\fP
+.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 EXAMPLE
+Here is an example of using \fBqdbus\fR 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)
+.SH "SEE ALSO"
+dbus-cleanup-sockets(1), dbus-launch(1), dbus-send(1), dbus-daemon(1), dbus-monitor(1), dbus-uuidgen(1)

-- 
Qt 4 Debian packaging



More information about the pkg-kde-commits mailing list