debian/0000755000000000000000000000000012246474204007173 5ustar debian/README.Debian0000644000000000000000000000201611520070043011216 0ustar ------------------------ Mumble-Django for Debian ------------------------ This package contains the full source code of Mumble-Django. Upstream, the code is kept in a Mercurial repository available at: http://bitbucket.org/Svedrin/mumble-django/ The manual and further documentation can be found at: http://www.mumble-django.org/docs/ For further assistance, please visit the forums at http://www.mumble-django.org/forum/ or join the #mumble channel on irc://irc.freenode.net. It can be checked out by using hg to clone from this URL. To patch the code for Debian, run debian/rules patch. To run the basic configuration for Mumble-Django after the installation, run mumble-django-configure. It will handle the ``manage.py syncdb`` and ``manage.py checkenv`` steps from the Installation part of the manual, as well as configuration of the Apache2 web server and the Munin plugin. Mumble-Django will then be accessible via the URL: http:///mumble-django http://localhost/mumble-django Have fun :) debian/rules0000755000000000000000000000033412244714654010257 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 get-orig-source: @@dh_testdir @@[ -d ../tarballs/. ]||mkdir -p ../tarballs @@uscan --force-download --destdir ../tarballs %: dh $@ debian/changelog0000644000000000000000000003457212246474167011070 0ustar mumble-django (2.10-2) unstable; urgency=low * Update ice34-slice dependency to ice35-slice. -- Michael Ziegler Sun, 01 Dec 2013 00:41:45 +0100 mumble-django (2.10-1) unstable; urgency=low * New upstream version. * Bump Standards-Version to 3.9.5 (no changes needed). * Bump Django dependency to 1.6. * Bump python-django-extdirect dependency to 0.9. * Convert debian/rules to using dh. -- Michael Ziegler Mon, 25 Nov 2013 19:29:08 +0100 mumble-django (2.9-2) unstable; urgency=low * Adapt configs for Apache 2.4 (Closes: 669817). * Depend on libjs-extjs (>= 3.4.0) and refrain from installing the embedded copy of ExtJS 3.2.0. * Bump python-django-extdirect dependency to >= 0.8 (needed for Django 1.5). -- Michael Ziegler Sun, 19 May 2013 18:21:53 +0200 mumble-django (2.9-1) unstable; urgency=low * New upstream release. * Drop DM-Upload-Allowed as it isn't used any longer. * Update VCS-{SVN,Browser} tags. * Update Django dependency to 1.5. * Remove template patch for django-registration 0.8 (applied upstream). * Remove the hunk that adds MessageMiddleware to settings.py (applied upstream). * Disable the registration app for now (incompatible to Django 1.5). * Remove dependency to python-simplejson. * Adapt apache config to staticfiles change. -- Michael Ziegler Sun, 19 May 2013 18:06:11 +0200 mumble-django (2.7-7) unstable; urgency=low * Include Japanese Debconf translation (Closes: 691939). * Fix Lintian warning (spelling-error-in-description). -- Michael Ziegler Wed, 31 Oct 2012 22:22:16 +0100 mumble-django (2.7-6) unstable; urgency=low * Add 03-templates.diff that adds "activation_complete.html" and removes an obsolete check from "registration_complete.html". Closes: 685141 -- Michael Ziegler Fri, 24 Aug 2012 19:32:22 +0200 mumble-django (2.7-5) unstable; urgency=low * Add Danish debconf translation (Closes: 680373). -- Michael Ziegler Mon, 09 Jul 2012 20:34:44 +0200 mumble-django (2.7-4) unstable; urgency=low * Fix apache2.conf to work with mod_deflate and mod_headers enabled. -- Michael Ziegler Sun, 10 Jun 2012 17:49:17 +0200 mumble-django (2.7-3) unstable; urgency=low [ Patrick Matthäi ] * Remove myself from uploaders. [ Michael Ziegler ] * Include Spanish debconf translation (Closes: 675988). * Adapt 01-settings.diff to include the MessageMiddleware needed by the admin system for Django 1.4 compatibility. -- Michael Ziegler Sun, 10 Jun 2012 12:22:07 +0200 mumble-django (2.7-2) unstable; urgency=low * Include French debconf translation (Closes: 671445). * Include German debconf translation (Closes: 673407). * Include Swedish debconf translation (Closes: 673869). * Include Czech debconf translation (Closes: 674049). * Include Russian debconf translation (Closes: 674187). * Include Portuguese debconf translation (Closes: 674608). -- Michael Ziegler Sat, 31 Mar 2012 20:50:12 +0200 mumble-django (2.7-1) unstable; urgency=low * New upstream release. * Use debconf to display the "please run m-d-c" message. * Add dependency to ice34-slice. * Refresh 01-settings.py patch to apply cleanly. * Change to machine-readable debian/changelog format. * Bump Django dependency to >=1.4 and <<1.5. * Bump Standards-Version to 3.9.3. * Add lintian-overrides that silence debconf warnings. * Adapt Apache2.conf for new /static layout. -- Michael Ziegler Sat, 31 Mar 2012 20:23:06 +0200 mumble-django (2.5-1) unstable; urgency=low * New upstream release. * Bump Standards-Version to 3.9.2 (no changes needed). * Update 01-settings.patch to reflect the new settings.py layout. * Change mumble-django-configure to handle mumble-server not being installed. * Remove obsolete symlink to htdocs/mumble. -- Michael Ziegler Sun, 09 Oct 2011 20:55:04 +0200 mumble-django (2.4-4) unstable; urgency=low [ Michael Ziegler ] * Incorporate dpkg-statoverride into the maintainer scripts and m-d-c in order to allow file ownership and permissions of /usr/share/mumble-django and /var/lib/mumble-django{,/mumble-django.db3} to be changed. Closes: #624426 * [m-d-c] Display the configured default connstring when querying for one. * Bump Standards-Version to 3.9.2 (no changes needed). * Update README.Debian which has been horribly outdated. * Move mumble-server from Depends: to Recommends: because the slice can be retrieved from Murmur directly, meaning M-D doesn't need the one from M-S. [ Patrick Matthäi ] * Wrap all debian/control fields. * Lower dependency on python-django-extdirect. Closes: #644165 * Add missing build-arch and build-indep target. -- Patrick Matthäi Sat, 08 Oct 2011 14:51:26 +0200 mumble-django (2.4-3) unstable; urgency=high * Bump python-django dependency to <<1.4. * Fix description-synopsis-starts-with-article. * Bump urgency to high, this change will stop blocking python-django from entering testing, which is release critical. -- Michael Ziegler Wed, 13 Apr 2011 18:54:23 +0200 mumble-django (2.4-2) unstable; urgency=low [ Michael Ziegler ] * Update README.Debian to mention the URLs of the new website and the mumble-django-configure script. [ Patrick Matthäi ] * Uploading to unstable. -- Michael Ziegler Wed, 13 Apr 2011 18:29:18 +0200 mumble-django (2.4-1) experimental; urgency=low [ Michael Ziegler ] * New upstream release. * Add dependency to python-django-extdirect=0.4. * Add suggestion to python-qrencode. * Set Django dependency to = 1.2 to prevent issues with future releases. * Refresh line numbers in 01-settings.patch. * Adapt various paths to upstream refactoring. * Bump standards-version to 3.9.1 (no changes needed). * Allow Debian Maintainer uploads. [ Patrick Matthäi ] * Uploading to experimental. * Remove extra license file ext-3.2.0/license.txt. * No need to remove executable flag of fr/LC_MESSAGES/django.po anymore. -- Patrick Matthäi Sun, 02 Jan 2011 12:32:26 +0100 mumble-django (2.3-1) unstable; urgency=low * New upstream release. * Update 01-settings.diff to match the new layout for settings.py. * Update 02-munin.diff to match the new layout for munin.py. * Bump python-django dependency to 1.2.1. -- Michael Ziegler Thu, 24 Jun 2010 14:20:22 +0200 mumble-django (2.1-2) unstable; urgency=low * Bump dependency to python-zeroc-ice to 3.3.1-12 (needed for Murmur 1.2.3). * Remove call to invoke-rc.d mumble-server start (m-d-c does that itself). * Remove call to invoke-rc.d munin-node restart (m-d-c does that itself). * Only call invoke-rc.d apache2 reload if Apache2 is actually installed. -- Michael Ziegler Mon, 14 Jun 2010 17:06:58 +0200 mumble-django (2.1-1) unstable; urgency=low * New upstream release. * Replace "Depends: libapache2-mod-wsgi" with "Recommends:". Closes: #575102 * Compress the JavaScript and CSS files using mod_deflate, if available. * Bump Python version requirement to 2.5. -- Michael Ziegler Tue, 27 Apr 2010 23:32:57 +0200 mumble-django (2.0-1) unstable; urgency=low * New upstream release. * Update 01-settings.diff to include the conversionsql path. * Update patches to follow DEP-3. * Remove patch 03-channel-selector-bug (fixed upstream). * Install database conversion scripts to /usr/share/pyshared-data. * Fix 01-settings.py to contain the correct orig DATABASE_NAME line. -- Michael Ziegler Thu, 14 Mar 2010 13:37:26 +0100 mumble-django (1.5-2) unstable; urgency=low [ Michael Ziegler ] * Add patch to fix the upstream bug in the default channel selector that makes the "add server instance" form unusable. See here for details: http://bitbucket.org/Svedrin/mumble-django/changeset/5e815cf03009/ [ Thorvald Natvig ] * Update watch file to download .orig.tar.bz2 -- Michael Ziegler Tue, 16 Feb 2010 22:59:15 +0100 mumble-django (1.5-1) unstable; urgency=low * New upstream release. * Upstream fixed a bug in the Munin plugin that caused Munin to only graph the alphabetically first server instance. * gen_secret_key.sh has been removed upstream and replaced by an automatism inside settings.py. * Update 01-settings.diff with new line numbers. * 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. * Add suggests: python-django-rosetta to Mumble-Django. -- Michael Ziegler Tue, 16 Feb 2010 00:42:45 +0100 mumble-django (1.4-1) unstable; urgency=low * New upstream release. * Remove modification of SLICE_VERSION as it is not necessary anymore. * Update patches/01-settings.diff to reflect the new settings.py layout. * Add check if apache2 init script exists before trying to invoke it in postrm. -- Michael Ziegler Tue, 09 Feb 2010 17:59:08 +0100 mumble-django (1.2-2) unstable; urgency=medium * Remove *.py wildcard in mumble-django.install, as it causes settings.py to be installed in the wrong place and breaks the installation process. * Move the dependency to mumble-server into mumble-django. -- Michael Ziegler Sun, 07 Feb 2010 12:07:07 +0100 mumble-django (1.2-1) unstable; urgency=low [ Patrick Matthäi ] * Bump Standards-Version to 3.8.4 (no changes needed). * Drop not needed quilt build dependency. [ Michael Ziegler ] * New upstream release * Remove template directory for python-django-mumble from settings.py, as it should be detected automatically now. * Update template paths for python-django-mumble and mumble-django. * Remove deferred_resolver as it has been removed upstream. * Replace python script names with *.py wildcard in mumble-django.install. -- Patrick Matthäi Mon, 01 Feb 2010 19:30:48 +0100 mumble-django (1.1-1) unstable; urgency=low [ Michael Ziegler ] * New upstream release. - Remove the patch for the registration bug added in 1.0-1. * Fix postrm script to remove pyweb/settings.pyc. * Replace dependency to python-dbus by python-zeroc-ice * Change Murmur version setting and dependency to 1.2.1. [ Patrick Matthäi ] * Add "Enhances: mumble-server" to mumble-django. -- Patrick Matthäi Mon, 11 Jan 2010 12:55:13 +0100 mumble-django (1.0-1) unstable; urgency=medium [ Michael Ziegler ] * New upstream release v1.0. * Bump dependency for mumble-server to 1.2.0. * Remove hunk that changes the SLICE_VERSION variable in settings.py. * Remove chmod for ja/LC_MESSAGES/django.po (fixed upstream). * Patch DEFAULT_CONNSTR variable in settings.py to point to Ice. * Add patch to fix the bug that prevents the channel viewer from loading when a player without a valid email address joins the server (see upstream changeset 09afc1bf3580). -- Michael Ziegler Thu, 24 Dec 2009 09:32:40 +0100 mumble-django (0.12-1) unstable; urgency=low [ Patrick Matthäi ] * Convert package to the 3.0 (quilt) format and replace dpatch with quilt. * Wrap long dependency lines in debian/control. * Bump dependency on mumble-server to 1.2.0~beta1. * Depend on python-django-mumble with >= ${source:Version}. * Rediff hunky 02-munin.diff patch. * Remove executable bit of ja/LC_MESSAGES/django.po. [ Michael Ziegler ] * New upstream release v0.12. * Bump dependency on mumble-server to 1.2.0~beta2. * Update 01-settings.diff to set SLICE_VERSION to 1.2.0. * Add a dbshell option to mumble-django-configure. -- Patrick Matthäi Wed, 02 Dec 2009 19:14:29 +0100 mumble-django (0.11-2) unstable; urgency=low * Update settings and m-d-configure script to work with Murmur 1.2.0. * Change mumble-server version in Depends: to 1.2.0. -- Michael Ziegler Thu, 12 Nov 2009 20:28:43 +0100 mumble-django (0.11-1) unstable; urgency=low [ Michael Ziegler ] * Fix Munin plugin not being uninstalled during Purge. * New Upstream release v0.11. * Change mumble-django-configure to run the checkenv command. * Change URL in debian/watch to match the new URLs on BitBucket. * Install settings.py to /etc/mumble-django. * Patch gen_secret_key.sh to follow symlinks. [ Patrick Matthäi ] * Add missing patch description to 03-genkey-follow-symlink.dpatch. Thanks lintian. -- Patrick Matthäi Sat, 26 Sep 2009 10:19:09 +0200 mumble-django (0.10-2) unstable; urgency=medium * Remove call to "manage.py syncdb" from postinst because it fails when Django is being installed together with Mumble-Django. * Add mumble-django-configure script that runs syncdb (and a few other tasks). * Add patch to fix an upsteam bug in the template (changeset 30323f1c5996). * Set priority to medium due to the aforementioned bug. -- Michael Ziegler Sun, 06 Sep 2009 16:39:15 +0200 mumble-django (0.10-1) unstable; urgency=low [ Michael Ziegler ] * New upstream release. * Update apache2.conf to not create a complete VirtualHost anymore. * Run postinst for dpkg-reconfigure as well. [ Patrick Matthäi ] * Remove old hack to remove +x from ja/LC_MESSAGES/django.po. -- Patrick Matthäi Wed, 02 Sep 2009 20:55:07 +0200 mumble-django (0.9-2) unstable; urgency=low [ Patrick Matthäi ] * Bump Standards-Version to 3.8.3. - Add debian/README.source. * Remove executable bit of pyweb/mumble/locale/ja/LC_MESSAGES/django.po. [ Michael Ziegler ] * Add translation files * Add Munin plugin * Add "Conflicts:" entry for mumble-server-web <1.2.0 due to an URL clash that has been fixed in 1.2.0. * Update Standards-Version to 3.8.3. -- Patrick Matthäi Wed, 19 Aug 2009 18:57:34 +0200 mumble-django (0.9-1) unstable; urgency=low * Initial release. Closes: #524660 -- Michael Ziegler Sat, 11 Jul 2009 15:24:49 +0200 debian/python-django-mumble.install0000644000000000000000000000142212146175060014617 0ustar # Python code pyweb/mumble/templatetags/* /usr/share/python-support/python-django-mumble/mumble/templatetags pyweb/mumble/management/* /usr/share/python-support/python-django-mumble/mumble/management pyweb/mumble/*.py /usr/share/python-support/python-django-mumble/mumble # SQL scripts for the database conversion pyweb/mumble/conversionsql/* /usr/share/pyshared-data/python-django-mumble/conversionsql # Translations pyweb/mumble/locale/* /usr/share/python-support/python-django-mumble/mumble/locale # Templates pyweb/mumble/templates/* /usr/share/python-support/python-django-mumble/mumble/templates # Static content pyweb/mumble/static/* /usr/share/pyshared-data/python-django-mumble/static # Murmur CLI pyweb/mucli.py /usr/share/python-support/python-django-mumble/mumble debian/python-django-mumble.links0000644000000000000000000000007711631177005014275 0ustar /usr/share/pyshared/mumble/mucli.py /usr/bin/mumble-server-cli debian/mumble-django.manpages0000644000000000000000000000004511250743244013425 0ustar debian/man/mumble-django-configure.1 debian/source/0000755000000000000000000000000012246474204010473 5ustar debian/source/format0000644000000000000000000000001411305470004011666 0ustar 3.0 (quilt) debian/pycompat0000644000000000000000000000000211176041346010740 0ustar 2 debian/python-django-mumble.README.debian0000644000000000000000000000210311572415277015335 0ustar ------------------------ Mumble-Django for Debian ------------------------ This package is part of Mumble-Django. It contains the core Django application that handles all communication to the Mumble server. Using Python-Django-Mumble: --------------------------- This application is meant to be included in a Django project of your own. It has been installed on the system to be on the pythonpath, so you can simply import it in a Django project: >>> import mumble >>> from mumble.models import Mumble, MumbleUser If you are instead looking for a full-featured web interface, you should install the Mumble-Django package. File locations: --------------- - Code: /usr/share/pyshared/mumble/ This is the code for the application. All models and views can be found here. - Static content: /usr/share/pyshared-data/python-django-mumble/htdocs Images/CSS needed for the channel viewer. - Templates: /usr/share/pyshared-data/python-django-mumble/templates Templates for the channel viewer and the main page including the registration and server admin forms. debian/compat0000644000000000000000000000000211176041346010367 0ustar 7 debian/mumble-django.install0000644000000000000000000000130512147720625013304 0ustar # Python code pyweb/__init__.py /usr/share/mumble-django/pyweb pyweb/manage.py /usr/share/mumble-django/pyweb pyweb/processors.py /usr/share/mumble-django/pyweb pyweb/urls.py /usr/share/mumble-django/pyweb pyweb/views.py /usr/share/mumble-django/pyweb pyweb/settings.py /etc/mumble-django # static content htdocs/*.css /usr/share/mumble-django/htdocs/ htdocs/*.js /usr/share/mumble-django/htdocs/ htdocs/*.png /usr/share/mumble-django/htdocs/ # templates pyweb/templates/* /usr/share/mumble-django/pyweb/templates # WSGI conf mumble-django.wsgi /usr/share/mumble-django # Munin plugin munin.py /usr/share/mumble-django # Configuration script debian/mumble-django-configure /usr/sbin debian/python-django-mumble.manpages0000644000000000000000000000003711336252677014757 0ustar debian/man/mumble-server-cli.1 debian/mumble-django.README.Debian0000644000000000000000000000310011572415277013754 0ustar ------------------------ Mumble-Django for Debian ------------------------ This package contains a Django project wrapped around python-mumble-django to provide a full web interface. Using Mumble-Django: -------------------- After the installation of this package, run mumble-django-configure as root. This script will allow you to run a series of maintenance commands, such as installing the database, detecting existing Mumble server instances and installing the Munin plugin. For the first run of this script, selecting the default values for each question should be fine, and get your Mumble-Django installation ready for use. If you have more than one Murmur installation which you want to manage using Mumble-Django, just run mumble-django-configure multiple times to detect all of them. After you are done, you can browse your MD installation at: http://localhost/mumble-django To alter the location where MD can be reached, take a look at the Apache2 configuration shipped with Mumble-Django. If you want to change the setup, be sure to update the MUMBLE_DJANGO_URL setting appropriately. For documentation on the web server configuration, see: http://www.mumble-django.org/docs/en/web_server_setup.html File locations: --------------- - Configs: /etc/mumble-django - settings.py: main configuration for Mumble-Django. - apache2.conf: VirtualHost config for the Apache2 web server. - Database: /var/lib/mumble-django contains all data stored in the web interface. - Source code: /usr/share/mumble-django contains all code necessary to run mumble-django. debian/control0000644000000000000000000000637312246474144010612 0ustar Source: mumble-django Section: python Priority: optional Maintainer: Debian VoIP Team Uploaders: Kilian Krause , Michael Ziegler Standards-Version: 3.9.5 Build-Depends: debhelper (>= 7), po-debconf, 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.7), 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}, debconf, 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 debian/patches/0000755000000000000000000000000012246474204010622 5ustar debian/patches/series0000644000000000000000000000003712143765726012047 0ustar 01-settings.diff 02-munin.diff debian/patches/01-settings.diff0000755000000000000000000000446112146174574013550 0ustar Description: Configure base URL, installation path and database path. Forwarded: not-needed Author: Michael Ziegler Index: mumble-django-2.9/pyweb/settings.py =================================================================== --- mumble-django-2.9.orig/pyweb/settings.py 2013-05-19 18:10:32.043868910 +0200 +++ mumble-django-2.9/pyweb/settings.py 2013-05-19 18:10:32.039868910 +0200 @@ -37,8 +37,8 @@ ## ## ## The path inside the VirtualHost that M-D lives in: ## ## ## -MUMBLE_DJANGO_URL = '/' ## -#MUMBLE_DJANGO_URL = '/mumble-django/' ## +#MUMBLE_DJANGO_URL = '/' ## +MUMBLE_DJANGO_URL = '/mumble-django/' ## ## ## ## Make sure you use a trailing slash! ## ## ## @@ -50,7 +50,7 @@ ## extracted Mumble-Django. ## ## ## ## Default: Auto Detection ## -MUMBLE_DJANGO_ROOT = None ## +MUMBLE_DJANGO_ROOT = '/usr/share/mumble-django' ## ## Examples: ## #MUMBLE_DJANGO_ROOT = '/srv/mumble-django' ## #MUMBLE_DJANGO_ROOT = 'c:/web/mumble-django' ## @@ -165,7 +165,7 @@ DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', - 'NAME': join( MUMBLE_DJANGO_ROOT, 'db', 'mumble-django.db3' ), + 'NAME': '/var/lib/mumble-django/mumble-django.db3', 'USER': '', 'PASSWORD': '', 'HOST': '', @@ -271,7 +271,7 @@ #TEST_MURMUR_LAB_DIR = join( dirname(MUMBLE_DJANGO_ROOT), 'murmur' ) #TEST_MURMUR_FILES_DIR = join( MUMBLE_DJANGO_ROOT, 'testdata' ) -CONVERSIONSQL_ROOT = join( MUMBLE_DJANGO_ROOT, "pyweb", "mumble", "conversionsql" ) +CONVERSIONSQL_ROOT = "/usr/share/pyshared-data/python-django-mumble/conversionsql" INSTALLED_APPS = [ 'django.contrib.auth', debian/patches/02-munin.diff0000755000000000000000000000123011407715045013017 0ustar Description: Sets /usr/share/mumble-django as MUMBLE_DJANGO_ROOT path in munin.py. This is merely a precaution. Forwarded: not-needed Author: Michael Ziegler Index: mumble-django-2.2/munin.py =================================================================== --- mumble-django-2.2.orig/munin.py 2010-06-21 18:57:05.626959997 +0200 +++ mumble-django-2.2/munin.py 2010-06-21 18:57:13.748974104 +0200 @@ -97,7 +97,7 @@ """ # Set this to the same path you used in settings.py, or None for auto-detection. -MUMBLE_DJANGO_ROOT = None +MUMBLE_DJANGO_ROOT = '/usr/share/mumble-django' ### DO NOT CHANGE ANYTHING BELOW THIS LINE ### debian/source.lintian-overrides0000644000000000000000000000007311735636312014055 0ustar mumble-django source: source-contains-hg-tags-file .hgtags debian/mumble-django.links0000644000000000000000000000023012147720723012751 0ustar /etc/mumble-django/settings.py /usr/share/mumble-django/pyweb/settings.py /usr/share/javascript/extjs /usr/share/mumble-django/htdocs/ext-3.2.0 debian/mumble-django.postinst0000644000000000000000000000123612146675226013531 0ustar #!/bin/sh set -e . /usr/share/debconf/confmodule if [ "$1" = "configure" ] ; then setperm(){ FILE="$1" PERM="$2" dpkg-statoverride --list /var/lib/mumble-django/mumble-django.db3 >/dev/null || \ dpkg-statoverride --update --add www-data www-data "$PERM" "$FILE" } setperm "/usr/share/mumble-django" 0750 setperm "/var/lib/mumble-django" 0750 setperm "/var/lib/mumble-django/mumble-django.db3" 0640 if [ -e /usr/share/apache2/apache2-maintscript-helper ] ; then . /usr/share/apache2/apache2-maintscript-helper apache2_invoke enconf mumble-django fi db_input high mumble-django/run-mumble-django-configure || true db_go fi #DEBHELPER# debian/watch0000644000000000000000000000035311342022354010214 0ustar version=3 opts=filenamemangle=s#/Svedrin/mumble-django/get/v([\d\.]*)\.tar\.bz2#mumble-django_$1\.orig\.tar\.bz2# \ http://bitbucket.org/Svedrin/mumble-django/downloads/ \ /Svedrin/mumble-django/get/v([\d\.]*)\.tar\.bz2 \ debian debian/copyright0000644000000000000000000001541611735634517011144 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=202 Upstream-Name: djExtDirect Source: http://bitbucket.org/Svedrin/mumble-django Files: * Copyright: 2009-2012, Michael Ziegler License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full license can be found at "/usr/share/common-licenses/GPL-2". Files: debian/* Copyright: 2010-2012, Michael Ziegler License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full license can be found at "/usr/share/common-licenses/GPL-2". Files: htdocs/ext-3.2.0/* Copyright: 2010-2012, Michael Ziegler License: GPL-3 Ext JS - JavaScript Library Copyright © 2006-2010, Ext JS, LLC All rights reserved. licensing@extjs.com . http://extjs.com/license . Open Source License ------------------------------------------------------------------- Ext is licensed under the terms of the Open Source GPL 3.0 license. . http://www.gnu.org/licenses/gpl.html . There are several FLOSS exceptions available for use with this release for open source applications that are distributed under a license other than the GPL. . * Open Source License Exception for Applications . http://extjs.com/products/floss-exception.php . * Open Source License Exception for Development . http://extjs.com/products/ux-exception.php . Commercial License ------------------------------------------------------------------- This is the appropriate option if you are creating proprietary applications and you are not prepared to distribute and share the source code of your application under the GPL v3 license. Please visit http://extjs.com/license for more details. . OEM / Reseller License ------------------------------------------------------------------- For more details, please visit: http://extjs.com/license. . -- . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. Files: pyweb/mumble/media/img/* Copyright: 2005-2009, Martin Skilnand License: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of the Mumble Developers nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS `AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: pyweb/mumble/locale/hr/LC_MESSAGES/django.po Copyright: 2009-2012, Michael Ziegler, 2009, Vid "Night" Marić License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full license can be found at "/usr/share/common-licenses/GPL-2". Files: pyweb/mumble/locale/it/LC_MESSAGES/django.po Copyright: 2009-2012, Michael Ziegler, 2009, satinez License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full license can be found at "/usr/share/common-licenses/GPL-2". debian/README.source0000644000000000000000000000274311242313115011344 0ustar This package uses dpatch to manage all modifications to the upstream source. Changes are stored in the source package as diffs in debian/patches and applied during the build. To get the fully patched source after unpacking the source package, cd to the root level of the source package and run: debian/rules patch Removing a patch is as simple as removing its entry from the debian/patches/00list file, and please also remove the patch file itself. Creating a new patch is done with "dpatch-edit-patch patch XX_patchname" where you should replace XX with a new number and patchname with a descriptive shortname of the patch. You can then simply edit all the files your patch wants to edit, and then simply "exit 0" from the shell to actually create the patch file. To tweak an already existing patch, call "dpatch-edit-patch XX_patchname" and replace XX_patchname with the actual filename from debian/patches you want to use. To clean up afterwards again, "debian/rules unpatch" will do the work for you - or you can of course choose to call "fakeroot debian/rules clean" all together. --- this documentation is part of dpatch package, and may be used by packages using dpatch to comply with policy on README.source. This documentation is meant to be useful to users who are not proficient in dpatch in doing work with dpatch-based packages. Please send any improvements to the BTS of dpatch package. original text by Gerfried Fuchs, edited by Junichi Uekawa 10 Aug 2008. debian/mumble-django.dirs0000644000000000000000000000002611177105702012571 0ustar var/lib/mumble-django debian/mumble-django-configure0000755000000000000000000001233211644366421013624 0ustar #!/bin/sh # # Copyright (C) 2009, Michael "Svedrin" Ziegler # # Mumble-Django is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This package is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # set -e set -u MUMBLE_DJANGO_INSTDIR="/usr/share/mumble-django" MUMBLE_DJANGO_MUNIN="/etc/munin/plugins/mumble-django" MURMUR_CONNSTR="Meta:tcp -h 127.0.0.1 -p 6502" # Query dpkg-statoverride to find out the user MD is running as if dpkg-statoverride --list /var/lib/mumble-django/mumble-django.db3 then MUMBLE_DJANGO_USER=$(dpkg-statoverride --list /var/lib/mumble-django/mumble-django.db3 | cut -f1 '-d ') else MUMBLE_DJANGO_USER="www-data" fi echo "Welcome to mumble-django-configure!" echo "-------------------------------------------" if [ ! -z "$@" ]; then echo " This script allows you to configure various aspects of Mumble-Django." echo " It lets you detect new Mumble-Server instances, create new superuser" echo " accounts and install or remove the Munin plugin." echo " This script should at least be run once after installing the Mumble-" echo " Django package, because it will create the initial database needed" echo " in order to run." echo echo " Options: none - this script is meant to be run interactively. you will" echo " be asked a series of questions after starting the script, and it will" echo " act accordingly." exit 1 fi if [ ! -z "${MUMBLE_DJANGO_USER}" -a "${USER}" != "root" -a "${USER}" != "${MUMBLE_DJANGO_USER}" ]; then echo " ERROR: If manage.py should be run as a different user, then" echo " $0 must be run as that user or as root." echo " Configuring Apache2 and Munin is only possible when running as root." exit 1 fi invoke_manage() { if [ -z "${MUMBLE_DJANGO_USER}" -o "${USER}" = "${MUMBLE_DJANGO_USER}" ]; then echo "Running as $USER: manage.py $@" ./pyweb/manage.py $@ else echo "Running as ${MUMBLE_DJANGO_USER}: manage.py $@" su "${MUMBLE_DJANGO_USER}" -s /bin/bash -c "./pyweb/manage.py $@" fi } cd "${MUMBLE_DJANGO_INSTDIR}" echo " What do you want to do?" echo " > 1) Detect a new Mumble-Server instance and make it known to Mumble-Django" echo " 2) Create a new SuperUser for Mumble-Django's web admin interface" echo " Note: This will be done automatically when you run 1) for the first time." echo " 3) Drop to a Python shell." echo " 4) Drop to a Database shell." read ACTION if [ -z "$ACTION" -o "$ACTION" = "1" ]; then echo " Mumble-Server detection" echo " -----------------------" echo " If this is the first time you run this script, you might want to probe for the" echo " Debian default configuration instead of entering the service string yourself." echo " Please choose what service string to use." echo " > 1) Debian default ($MURMUR_CONNSTR)" echo " 2) user defined" read CHOICE if [ -z "$CHOICE" -o "$CHOICE" = "1" ]; then if [ "$USER" = "root" -a -x "/etc/init.d/mumble-server" ]; then /usr/sbin/invoke-rc.d --quiet mumble-server start fi export MURMUR_CONNSTR fi invoke_manage syncdb elif [ "$ACTION" = "2" ]; then invoke_manage createsuperuser elif [ "$ACTION" = "3" ]; then # Not using invoke_manage here, because www-data can't start iPython and # running the shell as root usually isn't a problem anyway. ./pyweb/manage.py shell exit 0 elif [ "$ACTION" = "4" ]; then invoke_manage dbshell exit 0 fi echo if [ "$USER" = "root" ]; then echo " Apache2" echo " -----------------------" echo " If you have changed any settings in settings.py, you should reload the Web server" echo " in order for the changes to take effect. Do you want to reload Apache2 now?" echo " 1) Yes, reload Apache2." echo " > 2) No, don't do anything." read ACTION if [ "$ACTION" = "1" ]; then /usr/sbin/invoke-rc.d apache2 reload fi echo echo " Munin" echo " -----------------------" if [ -x "/etc/init.d/munin-node" ]; then if [ -x "${MUMBLE_DJANGO_MUNIN}" ]; then echo " The Munin plugin is currently installed. Do you wish to uninstall it?" echo " 1) Yes, uninstall it." echo " > 2) No, don't do anything." read ACTION if [ "$ACTION" = "1" ]; then rm "${MUMBLE_DJANGO_MUNIN}" invoke-rc.d munin-node restart fi else echo " Mumble-Django ships with a Munin plugin, and you appear to have Munin-Node installed." echo " Probing now if installing the plugin is advised..." echo -n " " ./munin.py autoconf echo echo " Do you want to install the Munin plugin?" echo " 1) Yes, install it." echo " > 2) No, don't do anything." read ACTION if [ "$ACTION" = "1" ]; then ln -s "${MUMBLE_DJANGO_INSTDIR}/munin.py" "${MUMBLE_DJANGO_MUNIN}" invoke-rc.d munin-node restart fi fi else echo " You do not appear to have Munin-Node installed, skipping." fi else echo " Configuring Apache2 and Munin is only possible when running as root." fi echo echo "Running a few checks..." invoke_manage checkenv echo "Goodbye." debian/mumble-django.templates0000644000000000000000000000044011735635233013635 0ustar Template: mumble-django/run-mumble-django-configure Type: note _Description: In order to complete the installation of Mumble-Django, you need to run the following command: . mumble-django-configure . Please refer to /usr/share/doc/mumble-django/README.Debian for more information. debian/mumble-django.postrm0000644000000000000000000000151411571241210013150 0ustar #!/bin/sh set -e if [ -x "`which invoke-rc.d 2>/dev/null`" -a -x "/etc/init.d/apache2" ] ; then invoke-rc.d --quiet apache2 reload fi if [ "$1" = "purge" ] ; then for FILE in /usr/share/mumble-django /var/lib/mumble-django /var/lib/mumble-django/mumble-django.db3 do dpkg-statoverride --list /var/lib/mumble-django/mumble-django.db3 >/dev/null && \ dpkg-statoverride --remove "$FILE" done rm -rf /var/lib/mumble-django # mumble-django-configure might have installed the Munin plugin. rm -f /etc/munin/plugins/mumble-django # Remove .secret.txt created by settings.py. rm -f /usr/share/mumble-django/.secret.txt if [ -x /etc/init.d/munin-node ]; then invoke-rc.d --quiet munin-node restart fi fi if [ -e /usr/share/mumble-django/pyweb/settings.pyc ] ; then rm /usr/share/mumble-django/pyweb/settings.pyc fi #DEBHELPER# debian/man/0000755000000000000000000000000012246474204007746 5ustar debian/man/mumble-server-cli.10000644000000000000000000000337411336253366013374 0ustar .TH MUMBLE-SERVER-CLI "1" "February 2010" "mumble-server-cli" "User Commands" .SH NAME mumble-server-cli \- allows calling methods of mumble-server from the shell .SH SYNOPSIS .B mumble-server-cli [\fIoptions\fR] [\fI\fR] [\fI\fR] .SH DESCRIPTION Each method argument has the form: [:]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 . debian/man/mumble-django-configure.10000644000000000000000000000140211250746650014526 0ustar .TH MUMBLE-DJANGO-CONFIGURE 1 "2009 September 06" .SH NAME mumble\-django\-configure \- helper script to configure various aspects of Mumble\-Django. .SH SYNOPSIS .B mumble\-django\-configure .SH DESCRIPTION This script allows you to detect new Mumble\-Server instances, create new superuser accounts and install or remove the Munin plugin. It should at least be run once after installing the Mumble\-Django package, because it will create the initial database needed in order to run. .SH OPTIONS None \- this script is meant to be run interactively. You will be asked a series of questions after starting the script, and it will act accordingly. .SH AUTHOR Mumble\-Django and mumble\-django\-configure have been written by Michael Ziegler . debian/apache2/0000755000000000000000000000000012246474204010476 5ustar debian/apache2/mumble-django.conf0000644000000000000000000000203112146175531014062 0ustar Alias /mumble-django/static/mumble/ /usr/share/pyshared-data/python-django-mumble/static/mumble/ Alias /mumble-django/static/admin/ /usr/share/pyshared/django/contrib/admin/static/admin/ Alias /mumble-django/static/ /usr/share/mumble-django/htdocs/ WSGIScriptAlias /mumble-django /usr/share/mumble-django/mumble-django.wsgi WSGIDaemonProcess mumble-django threads=25 WSGIProcessGroup mumble-django WSGIScriptReloading Off Header set Cache-Control "max-age=86400, must-revalidate" FileETag None AddOutputFilterByType DEFLATE text/html text/plain text/css text/javascript image/png image/jpeg image/gif # properly handle requests coming from behind proxies Header unset ETag Header append Vary User-Agent debian/po/0000755000000000000000000000000012246474204007611 5ustar debian/po/es.po0000644000000000000000000000427611765120643010571 0ustar # mumble-django_2.7-1 po-debconf translation to Spanish # Copyright (C) 2012 Software in the Public Interest # This file is distributed under the same license as the mumble-django package. # # Changes: # - Initial translation # Iván Casco Valero # # - Updates # TRANSLATOR # # Traductores, si no conocen el formato PO, merece la pena leer la # documentación de gettext, especialmente las secciones dedicadas a este # formato, por ejemplo ejecutando: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # # Equipo de traducción al español, por favor lean antes de traducir # los siguientes documentos: # # - El proyecto de traducción de Debian al español # http://www.debian.org/intl/spanish/ # especialmente las notas y normas de traducción en # http://www.debian.org/intl/spanish/notas # # - La guía de traducción de po's de debconf: # /usr/share/doc/po-debconf/README-trans # o http://www.debian.org/intl/l10n/po-debconf/README-trans # msgid "" msgstr "" "Project-Id-Version: mumble-django\n" "Report-Msgid-Bugs-To: mumble-django@packages.debian.org\n" "POT-Creation-Date: 2012-03-31 19:09+0200\n" "PO-Revision-Date: 2012-05-24 18:10+0100\n" "Last-Translator: Iván Casco Valero \n" "Language-Team: ES \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid "In order to complete the installation of Mumble-Django, you need to" msgstr "Configuración necesaria para Mumble-Django" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid "run the following command:" msgstr "Para completar la instalación de Mumble-Django, necesita ejecutar la siguiente orden:" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid " mumble-django-configure" msgstr " mumble-django-configure" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid "Please refer to /usr/share/doc/mumble-django/README.Debian for more information." msgstr "Puede consultar «/usr/share/doc/mumble-django/README.Debian» para más información." debian/po/pt.po0000644000000000000000000000260711760370013010572 0ustar # mumble-django's portuguese debconf messages. # Copyright (C) 2012 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the mumble-django package. # Pedro Ribeiro , 2012. # msgid "" msgstr "" "Project-Id-Version: mumble-django\n" "Report-Msgid-Bugs-To: mumble-django@packages.debian.org\n" "POT-Creation-Date: 2012-03-31 19:09+0200\n" "PO-Revision-Date: 2012-05-21 23:06+0000\n" "Last-Translator: Pedro Ribeiro \n" "Language-Team: Portuguese \n" "Language: Portuguese\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid "In order to complete the installation of Mumble-Django, you need to" msgstr "Para completar a instalação do Mumble-Django, precisa de" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid "run the following command:" msgstr "correr o comando seguinte:" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid " mumble-django-configure" msgstr " mumble-django-configure" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid "" "Please refer to /usr/share/doc/mumble-django/README.Debian for more " "information." msgstr "" "Veja por favor o /usr/share/doc/mumble-django/README.Debian para mais " "informações." debian/po/POTFILES.in0000644000000000000000000000006211735635233011367 0ustar [type: gettext/rfc822deb] mumble-django.templates debian/po/ja.po0000644000000000000000000000264212044313270010536 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # victory , 2012. # msgid "" msgstr "" "Project-Id-Version: mumble-django\n" "Report-Msgid-Bugs-To: mumble-django@packages.debian.org\n" "POT-Creation-Date: 2012-08-26 15:38+0000\n" "PO-Revision-Date: 2012-08-27 00:38+0900\n" "Last-Translator: victory \n" "Language-Team: Japanese \n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid "In order to complete the installation of Mumble-Django, you need to" msgstr "Mumble-Django のインストールを完了させるためには、" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid "run the following command:" msgstr "以下のコマンドを実行する必要があります:" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid " mumble-django-configure" msgstr " mumble-django-configure" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid "" "Please refer to /usr/share/doc/mumble-django/README.Debian for more " "information." msgstr "" "さらなる情報については、/usr/share/doc/mumble-django/README.Debian を参照して" "ください。" debian/po/cs.po0000644000000000000000000000277111760370013010556 0ustar # Czech PO debconf template translation of mumble-django. # Copyright (C) 2012 Michal Simunek # This file is distributed under the same license as the mumble-django package. # Michal Simunek , 2012. # msgid "" msgstr "" "Project-Id-Version: mumble-django\n" "Report-Msgid-Bugs-To: mumble-django@packages.debian.org\n" "POT-Creation-Date: 2012-03-31 19:09+0200\n" "PO-Revision-Date: 2012-05-22 20:31+0200\n" "Last-Translator: Michal Simunek \n" "Language-Team: Czech \n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid "In order to complete the installation of Mumble-Django, you need to" msgstr "Nezbytné nastavení pro Mumble-Django" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid "run the following command:" msgstr "" "K dokončení instalace Mumble-Django je třeba použít následující " "příkaz:" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid " mumble-django-configure" msgstr " mumble-django-configure" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid "" "Please refer to /usr/share/doc/mumble-django/README.Debian for more " "information." msgstr "" "Pro více informací se prosím podívejte do souboru /usr/share/doc/mumble-django/" "README.Debian." debian/po/templates.pot0000644000000000000000000000220111735635233012331 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: mumble-django\n" "Report-Msgid-Bugs-To: mumble-django@packages.debian.org\n" "POT-Creation-Date: 2012-03-31 19:09+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid "In order to complete the installation of Mumble-Django, you need to" msgstr "" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid "run the following command:" msgstr "" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid " mumble-django-configure" msgstr "" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid "" "Please refer to /usr/share/doc/mumble-django/README.Debian for more " "information." msgstr "" debian/po/da.po0000644000000000000000000000260411776622537010552 0ustar # Danish translation mumble-django. # Copyright (C) 2012 mumble-django & nedenstående oversættere. # This file is distributed under the same license as the mumble-django package. # Joe Hansen , 2012. # msgid "" msgstr "" "Project-Id-Version: mumble-django\n" "Report-Msgid-Bugs-To: mumble-django@packages.debian.org\n" "POT-Creation-Date: 2012-03-31 19:09+0200\n" "PO-Revision-Date: 2012-07-05 17:30+01:00\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" "Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid "In order to complete the installation of Mumble-Django, you need to" msgstr "For at færdiggøre installationen af Mumble-Django, skal du" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid "run the following command:" msgstr "køre den følgende kommando:" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid " mumble-django-configure" msgstr " mumble-django-configure" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid "" "Please refer to /usr/share/doc/mumble-django/README.Debian for more " "information." msgstr "" "Se venligst /usr/share/doc/mumble-django/README.Debian for yderligere " "information." debian/po/sv.po0000644000000000000000000000271711760370013010601 0ustar # Translation of mumble-django debconf template to Swedish # Copyright (C) 2012 Martin Bagge # This file is distributed under the same license as the mumble-django package. # # Martin Bagge , 2012 msgid "" msgstr "" "Project-Id-Version: mumble-django\n" "Report-Msgid-Bugs-To: mumble-django@packages.debian.org\n" "POT-Creation-Date: 2012-03-31 19:09+0200\n" "PO-Revision-Date: 2012-05-21 20:51+0100\n" "Last-Translator: Martin Bagge / brother \n" "Language-Team: Swedish \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Swedish\n" "X-Poedit-Country: Sweden\n" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid "In order to complete the installation of Mumble-Django, you need to" msgstr "För att slutföra installationen av Mumble-Django behöver du" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid "run the following command:" msgstr "köra följande kommando:" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid " mumble-django-configure" msgstr " mumble-django-configure" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid "" "Please refer to /usr/share/doc/mumble-django/README.Debian for more " "information." msgstr "" "Läs mer i /usr/share/doc/mumble-django/README.Debian för ytterligare " "information." debian/po/de.po0000644000000000000000000000260211760370013010532 0ustar # Translation of mumble-django debconf templates to German # Copyright (C) Helge Kreutzmann , 2012. # This file is distributed under the same license as the mumble-django package. # msgid "" msgstr "" "Project-Id-Version: mumble-django 2.7-1\n" "Report-Msgid-Bugs-To: mumble-django@packages.debian.org\n" "POT-Creation-Date: 2012-03-31 19:09+0200\n" "PO-Revision-Date: 2012-05-18 14:34+0200\n" "Last-Translator: Helge Kreutzmann \n" "Language-Team: de \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid "In order to complete the installation of Mumble-Django, you need to" msgstr "Um die Installation von Mumble-Django abzuschließen, müssen Sie" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid "run the following command:" msgstr "den folgenden Befehl ausführen:" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid " mumble-django-configure" msgstr " mumble-django-configure" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid "" "Please refer to /usr/share/doc/mumble-django/README.Debian for more " "information." msgstr "" "Bitte lesen Sie /usr/share/doc/mumble-django/README.Debian für weitere " "Informationen." debian/po/fr.po0000644000000000000000000000314011760370013010547 0ustar # Translation of mumble-django debconf template to French. # Copyright (C) 2012 Debian French l10n team # This file is distributed under the same license as the mumble-django package. # Translators: # Christian Perrier , 2012. msgid "" msgstr "" "Project-Id-Version: mumble-django\n" "Report-Msgid-Bugs-To: mumble-django@packages.debian.org\n" "POT-Creation-Date: 2012-03-31 19:09+0200\n" "PO-Revision-Date: 2012-05-01 22:24+0200\n" "Last-Translator: Christian Perrier \n" "Language-Team: French \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Lokalize 1.2\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid "In order to complete the installation of Mumble-Django, you need to" msgstr "Configuration indispensable pour Mumble-Django" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid "run the following command:" msgstr "" "Afin de terminer l'installation de Mumble-Django, il est nécessaire " "d'utiliser la commande suivante :" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid " mumble-django-configure" msgstr " mumble-django-configure" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid "" "Please refer to /usr/share/doc/mumble-django/README.Debian for more " "information." msgstr "" "Veuillez consulter le fichier /usr/share/doc/mumble-django/README.Debian " "pour plus d'informations." debian/po/ru.po0000644000000000000000000000311411760370013010567 0ustar # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the mumble-django package. # # Yuri Kozlov , 2012. msgid "" msgstr "" "Project-Id-Version: mumble-django 2.7-1\n" "Report-Msgid-Bugs-To: mumble-django@packages.debian.org\n" "POT-Creation-Date: 2012-03-31 19:09+0200\n" "PO-Revision-Date: 2012-05-23 21:01+0400\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Lokalize 1.2\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<" "=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid "In order to complete the installation of Mumble-Django, you need to" msgstr "Чтобы завершить установку Mumble-Django, требуется" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid "run the following command:" msgstr "запустить следующую команду:" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid " mumble-django-configure" msgstr " mumble-django-configure" #. Type: note #. Description #: ../mumble-django.templates:1001 msgid "" "Please refer to /usr/share/doc/mumble-django/README.Debian for more " "information." msgstr "" "Более полную информацию можно найти в файле " "/usr/share/doc/mumble-django/README.Debian." debian/mumble-django.lintian-overrides0000644000000000000000000000010711735643301015270 0ustar mumble-django: no-debconf-config mumble-django: postinst-uses-db-input debian/pyversions0000644000000000000000000000000511357732677011347 0ustar 2.5-