[Pkg-voip-commits] r7236 - /mumble-django/trunk/debian/control
svedrin-guest at alioth.debian.org
svedrin-guest at alioth.debian.org
Tue May 19 08:01:15 UTC 2009
Author: svedrin-guest
Date: Tue May 19 08:01:14 2009
New Revision: 7236
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7236
Log:
added PIL as dependency (v0.7 will need it)
Modified:
mumble-django/trunk/debian/control
Modified: mumble-django/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/control?rev=7236&op=diff
==============================================================================
--- mumble-django/trunk/debian/control (original)
+++ mumble-django/trunk/debian/control Tue May 19 08:01:14 2009
@@ -14,7 +14,7 @@
Package: python-django-mumble
Architecture: all
Suggests: mumble-django
-Depends: ${python:Depends}, python-dbus (>= 0.82.4), python-django (>= 1.0), mumble-server (>=1.1.4), ${misc:Depends}
+Depends: ${python:Depends}, python-dbus (>= 0.82.4), python-django (>= 1.0), python-imaging (>=1.1.6), mumble-server (>=1.1.4), ${misc:Depends}
Description: A 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,
@@ -53,5 +53,6 @@
password via the web interface, without getting access to settings like
maximum user count and allowed bandwith
* Does not require access to Murmur's database
+ * Setting users' textures
* Reusable: the Mumble app can easily be integrated into other Django
projects
More information about the Pkg-voip-commits
mailing list