[Pkg-voip-commits] r849 - iaxclient/trunk/debian
Tzafrir Cohen
tzafrir-guest at costa.debian.org
Sat Oct 15 05:10:39 UTC 2005
Author: tzafrir-guest
Date: 2005-10-15 05:10:39 +0000 (Sat, 15 Oct 2005)
New Revision: 849
Added:
iaxclient/trunk/debian/iaxcomm.1
iaxclient/trunk/debian/testcall.1
Modified:
iaxclient/trunk/debian/changelog
iaxclient/trunk/debian/rules
Log:
* Man pages for iaxcomm and testcall (approved by Mikael Magnusson)
* The man page for testcall is not complete. I din't use it so I can't
complete the description there.
Modified: iaxclient/trunk/debian/changelog
===================================================================
--- iaxclient/trunk/debian/changelog 2005-10-15 04:55:14 UTC (rev 848)
+++ iaxclient/trunk/debian/changelog 2005-10-15 05:10:39 UTC (rev 849)
@@ -1,6 +1,7 @@
iaxclient (0.0+cvs20050725-5~1) UNRELEASED; urgency=low
* debian/copyright: add Speex copyright and license.
+ * add man pages for iaxcomm and testcall (Tzafrir)
-- Mikael Magnusson <mikma at users.sourceforge.net> Mon, 3 Oct 2005 13:44:39 +0200
Added: iaxclient/trunk/debian/iaxcomm.1
===================================================================
--- iaxclient/trunk/debian/iaxcomm.1 2005-10-15 04:55:14 UTC (rev 848)
+++ iaxclient/trunk/debian/iaxcomm.1 2005-10-15 05:10:39 UTC (rev 849)
@@ -0,0 +1,27 @@
+.TH iaxcomm 1 "2005-10-13"
+.SH "NAME"
+iaxcomm \(em IAX Software phone
+.SH "SYNOPSIS"
+.B iaxcomm
+.I [ number ]
+
+.SH "DESCRIPTION"
+.B iaxcomm
+Runs the iaxComm IAX2 software telephone. The software includes on-line
+user manual the "Help" menu.
+
+If a number is given on the command-line it will be dialed through the
+default account at startup.
+
+.SH SEE ALSO
+testcall(1)
+
+.SH AUTHOR
+
+This manual page was written by Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+Permission is granted to copy, distribute and/or modify this document under
+the terms of the GNU General Public License, Version 2 any
+later version published by the Free Software Foundation.
+
+On Debian systems, the complete text of the GNU General Public
+License can be found in /usr/share/common-licenses/GPL.
Modified: iaxclient/trunk/debian/rules
===================================================================
--- iaxclient/trunk/debian/rules 2005-10-15 04:55:14 UTC (rev 848)
+++ iaxclient/trunk/debian/rules 2005-10-15 05:10:39 UTC (rev 849)
@@ -72,6 +72,8 @@
$(MAKE) -C objs install DESTDIR=$(CURDIR)/debian/tmp
+ dh_installman -p iaxcomm debian/iaxcomm.1
+ dh_installman -p libiaxclient-dev debian/testcall.1
dh_install -s --list-missing
# Must not depend on anything. This is to be called by
Added: iaxclient/trunk/debian/testcall.1
===================================================================
--- iaxclient/trunk/debian/testcall.1 2005-10-15 04:55:14 UTC (rev 848)
+++ iaxclient/trunk/debian/testcall.1 2005-10-15 05:10:39 UTC (rev 849)
@@ -0,0 +1,31 @@
+.TH testcall 1 "2005-10-13"
+.SH "NAME"
+testcall \(em IAX command-line test caller.
+.SH "SYNOPSIS"
+.B testcall [-v [-v ...]]
+.B [ -s
+.I silense_level
+.B ] [-f
+.I output_file
+.B ] [
+.I number
+.B ]
+
+.SH "DESCRIPTION"
+.B testcall
+Runs an interactive command-line program to initiate IAX2 calls.
+
+However it is not yet fully documented in this man page.
+
+.SH SEE ALSO
+iaxcomm(1)
+
+.SH AUTHOR
+
+This manual page was written by Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+Permission is granted to copy, distribute and/or modify this document under
+the terms of the GNU General Public License, Version 2 any
+later version published by the Free Software Foundation.
+
+On Debian systems, the complete text of the GNU General Public
+License can be found in /usr/share/common-licenses/GPL.
More information about the Pkg-voip-commits
mailing list