[Pkg-kde-commits] rev 1273 - in trunk/packages/qt-x11-free/debian: . maintain/man

Adeodato Simó adeodato@costa.debian.org
Tue, 12 Jul 2005 20:22:20 +0000


Author: adeodato
Date: 2005-07-12 20:22:20 +0000 (Tue, 12 Jul 2005)
New Revision: 1273

Added:
   trunk/packages/qt-x11-free/debian/maintain/man/linguist.1
Modified:
   trunk/packages/qt-x11-free/debian/changelog
   trunk/packages/qt-x11-free/debian/rules
Log:
Included from Christopher's changes:
  * Add linguist manpage. Thanks to Jeremy Laine. (Closes: #268882)


Modified: trunk/packages/qt-x11-free/debian/changelog
===================================================================
--- trunk/packages/qt-x11-free/debian/changelog	2005-07-12 20:18:00 UTC (rev 1272)
+++ trunk/packages/qt-x11-free/debian/changelog	2005-07-12 20:22:20 UTC (rev 1273)
@@ -22,6 +22,8 @@
 
   * Don't duplicate the information in the qvfb manpage. (Closes: #282217)
 
+  * Add linguist manpage. Thanks to Jeremy Laine. (Closes: #268882)
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Tue, 12 Jul 2005 22:14:57 +0200
 
 qt-x11-free (3:3.3.4-3) unstable; urgency=medium

Added: trunk/packages/qt-x11-free/debian/maintain/man/linguist.1
===================================================================
--- trunk/packages/qt-x11-free/debian/maintain/man/linguist.1	2005-07-12 20:18:00 UTC (rev 1272)
+++ trunk/packages/qt-x11-free/debian/maintain/man/linguist.1	2005-07-12 20:22:20 UTC (rev 1273)
@@ -0,0 +1,37 @@
+.TH LINGUIST 1 "28 August 2004"
+.SH "NAME"
+linguist \- Translation tool for Qt.
+
+.SH "SYNPOSIS"
+.B linguist
+[
+.I TRANSLATION
+]
+
+.SH "DESCRIPTION"
+.B Qt Linguist
+is a tool for adding translations to Qt applications. It
+introduces the concept of a translation "context" which
+means a group of phrases that appear together on the
+screen e.g. in the same menu or dialog.
+
+The only parameter accepted on the command line is 
+.I TRANSLATION
+wich is the name of the translation file you wish to open.
+
+.SH FILES
+.I ~/.qt/qt_designerrc
+.RS
+Per user configuration file.
+
+.SH SEE ALSO
+.B Qt Linguist
+is too complex to be described completely in the "man" page
+format. If your system is properly configured, you can access
+the full documentation within
+.B Qt Linguist
+under the Help menu.
+
+.SH AUTHOR
+This manual page was written by Jeremy Lainé <jeremy.laine@m4x.org>,
+for the Debian GNU/Linux system (but may be used by others).

Modified: trunk/packages/qt-x11-free/debian/rules
===================================================================
--- trunk/packages/qt-x11-free/debian/rules	2005-07-12 20:18:00 UTC (rev 1272)
+++ trunk/packages/qt-x11-free/debian/rules	2005-07-12 20:22:20 UTC (rev 1273)
@@ -358,6 +358,7 @@
 	dh_installman -pqt3-dev-tools-embedded debian/maintain/man/makeqpf.1 debian/maintain/man/qvfb.1
 	dh_installman -pqt3-dev-tools doc/man/man1/lupdate.1 doc/man/man1/lrelease.1 debian/maintain/man/qembed.1
 	dh_installman -pqt3-qtconfig debian/maintain/man/qtconfig.1
+	dh_installman -pqt3-linguist debian/maintain/man/linguist.1
 
 	# copy README.Debian
 	for a in libqt3-dev libqt3-mt-dev qt3-doc; do install -D `pwd`/debian/README.Debian `pwd`/debian/"$$a"/usr/share/doc/"$$a"/README.Debian; done