File: control

package info (click to toggle)
mumble-django 2.13-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 14,148 kB
  • ctags: 1,763
  • sloc: python: 4,589; sh: 167; sql: 160; makefile: 6; xml: 5
file content (78 lines) | stat: -rw-r--r-- 3,301 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Source: mumble-django
Section: python
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
Uploaders: Kilian Krause <kilian@debian.org>,
 Michael Ziegler <diese-addy@funzt-halt.net>
Standards-Version: 3.9.5
Build-Depends: debhelper (>= 7), apache2-dev
Build-Depends-Indep: python-support (>= 0.3)
Homepage: http://www.bitbucket.org/Svedrin/mumble-django/
Vcs-Svn: svn://anonscm.debian.org/pkg-voip/mumble-django/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-voip/mumble-django/trunk/

Package: python-django-mumble
Architecture: all
Suggests: mumble-django
Depends: ${misc:Depends},
 ${python:Depends},
 python-zeroc-ice (>= 3.3.1-12),
 ice35-slice,
 python-django (>= 1.6),
 python-django (<< 1.8),
 python-imaging (>= 1.1.6),
 python-django-extdirect (>= 0.9),
Description: Mumble-Server config application for Django
 mumble-django is a Django web interface application that configures a
 Murmur server. It is able to create and remove vservers, start/stop them,
 and configure them.
 .
 Furthermore, registered Django users can sign up for user accounts on the
 configured vservers and change their registration names and passwords.
 .
 This package only contains the "mumble" Django application, without a Django
 project that actually uses it. Use this if you plan to integrate mumble-django
 in your own web project. In this case, you don't need to install the
 mumble-django package, which has more dependencies than this one.

Package: mumble-django
Architecture: all
Depends: ${misc:Depends},
 ${python:Depends},
 python-django-registration (>= 0.7),
 python-django-mumble (>= ${source:Version}),
 libjs-extjs (>= 3.4.0)
Recommends: libapache2-mod-wsgi (>= 2.3)
Suggests: munin-node,
 python-django-rosetta,
 python-qrencode,
 mumble-server
Enhances: mumble-server
Description: Mumble-Server web interface
 mumble-django is a Django web interface application that configures a
 Murmur server. It is able to create and remove vservers, start/stop them,
 and configure them.
 .
 Furthermore, registered Django users can sign up for user accounts on the
 configured vservers and change their registration names and passwords.
 .
 This package contains a fully functional Django project that runs as a
 standalone web application. Use this if you do not have a Django-driven
 website that you could integrate mumble-django in.
 .
 Main Features:
  * Channel viewer
  * Detailed server configuration via Django's Admin interface (for the hoster)
  * User registration: Users can register and manage their accounts themselves
  * Granting/revoking membership in the Admin group
  * existing server instances and users are recognized during installation
  * Admin group members can configure basic settings like MOTD and server
    password via the web interface, without getting access to settings like
    maximum user count and allowed bandwidth
  * Does not require access to Murmur's database
  * Setting users' textures
  * Munin plugin that graphs the user count on each server instance
  * Reusable: via the python-django-mumble package, the Mumble app can easily
    be integrated into other Django projects
  * Extendable: Writing Python scripts that access mumble-django's database and
    use its API to interact with Murmur is easy