[Pkg-voip-commits] r8062 - in /mumble-django/trunk/debian: changelog man/mumble-server-cli.1 python-django-mumble.install

svedrin-guest at alioth.debian.org svedrin-guest at alioth.debian.org
Mon Feb 15 14:01:01 UTC 2010


Author: svedrin-guest
Date: Mon Feb 15 14:00:53 2010
New Revision: 8062

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8062
Log:
Include mucli.py from upstream as mumble-server-cli.

Added:
    mumble-django/trunk/debian/man/mumble-server-cli.1
Modified:
    mumble-django/trunk/debian/changelog
    mumble-django/trunk/debian/python-django-mumble.install

Modified: mumble-django/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/changelog?rev=8062&op=diff
==============================================================================
--- mumble-django/trunk/debian/changelog (original)
+++ mumble-django/trunk/debian/changelog Mon Feb 15 14:00:53 2010
@@ -9,8 +9,9 @@
   * Change the owner of /usr/share/mumble-django to www-data so `manage.py
     checkenv' doesn't fail.
   * Remove .secret.txt when being purged.
+  * Include mucli.py from upstream as mumble-server-cli.
 
- -- Michael Ziegler <diese-addy at funzt-halt.net>  Mon, 15 Feb 2010 12:48:27 +0100
+ -- Michael Ziegler <diese-addy at funzt-halt.net>  Mon, 15 Feb 2010 15:00:29 +0100
 
 mumble-django (1.4-1) unstable; urgency=low
 

Added: mumble-django/trunk/debian/man/mumble-server-cli.1
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/man/mumble-server-cli.1?rev=8062&op=file
==============================================================================
--- mumble-django/trunk/debian/man/mumble-server-cli.1 (added)
+++ mumble-django/trunk/debian/man/mumble-server-cli.1 Mon Feb 15 14:00:53 2010
@@ -1,0 +1,54 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.37.1.
+.TH MUMBLE-SERVER-CLI "1" "February 2010" "mumble-server-cli 1.5" "User Commands"
+.SH NAME
+mumble-server-cli \- manual page for mumble-server-cli 1.5
+.SH SYNOPSIS
+.B mumble-server-cli
+[\fIoptions\fR] [\fI<method name>\fR] [\fI<method arguments>\fR]
+.SH DESCRIPTION
+Each method argument has the form: [<data type: bool|int|float|string>:]value
+.PP
+If you do not specify a data type, string will be assumed, otherwise
+`value' will be converted to the given type first. The bool conversion
+interprets each of 'True', 'true', '1', 'Yes', 'yes' as True, everything else
+as False.
+.IP
+Example: int:4 float:3.5 string:oh:hai foobar bool:yes
+.SH OPTIONS
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+show this help message and exit
+.TP
+\fB\-d\fR DJANGO_SETTINGS, \fB\-\-django\-settings\fR=\fIDJANGO_SETTINGS\fR
+if specified, get connstring and slice defaults from
+the given Django settings module. Default: empty.
+.TP
+\fB\-c\fR CONNSTRING, \fB\-\-connstring\fR=\fICONNSTRING\fR
+connection string to use. Default is 'Meta:tcp \fB\-h\fR
+127.0.0.1 \fB\-p\fR 6502'.
+.TP
+\fB\-s\fR SLICE, \fB\-\-slice\fR=\fISLICE\fR
+path to the slice file. Default is
+\&'/usr/share/slice/Murmur.ice'.
+.TP
+\fB\-e\fR ENCODING, \fB\-\-encoding\fR=\fIENCODING\fR
+Character set arguments are encoded in. Default: Read
+from LANG env variable with fallback to UTF\-8.
+.TP
+\fB\-v\fR, \fB\-\-verbose\fR
+Show verbose messages on stderr
+.SH "SEE ALSO"
+The full documentation for
+.B mumble-server-cli
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B mumble-server-cli
+programs are properly installed at your site, the command
+.IP
+.B info mumble-server-cli
+.PP
+should give you access to the complete manual.
+.SH AUTHOR
+Mumble\-Django and mumble\-server\-cli have been written by Michael Ziegler
+<diese-addy at funzt-halt.net>.

Modified: mumble-django/trunk/debian/python-django-mumble.install
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/python-django-mumble.install?rev=8062&op=diff
==============================================================================
--- mumble-django/trunk/debian/python-django-mumble.install (original)
+++ mumble-django/trunk/debian/python-django-mumble.install Mon Feb 15 14:00:53 2010
@@ -11,3 +11,6 @@
 
 # Static content
 htdocs/mumble/*			/usr/share/pyshared-data/python-django-mumble/htdocs/mumble
+
+# Murmur CLI
+pyweb/mucli.py			/usr/bin/mumble-server-cli




More information about the Pkg-voip-commits mailing list