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 <diese-addy@funzt-halt.net>  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 <diese-addy@funzt-halt.net>  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 <pmatthaei@debian.org>  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 <diese-addy@funzt-halt.net>  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 <diese-addy@funzt-halt.net>  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 <diese-addy@funzt-halt.net>  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 <diese-addy@funzt-halt.net>  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 <diese-addy@funzt-halt.net>  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 <diese-addy@funzt-halt.net>  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 <diese-addy@funzt-halt.net>  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 <diese-addy@funzt-halt.net>  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 <pmatthaei@debian.org>  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 <pmatthaei@debian.org>  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 <diese-addy@funzt-halt.net>  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 <pmatthaei@debian.org>  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 <diese-addy@funzt-halt.net>  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 <pmatthaei@debian.org>  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 <diese-addy@funzt-halt.net>  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 <pmatthaei@debian.org>  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 <pmatthaei@debian.org>  Wed, 19 Aug 2009 18:57:34 +0200

mumble-django (0.9-1) unstable; urgency=low

  * Initial release.
    Closes: #524660

 -- Michael Ziegler <diese-addy@funzt-halt.net>  Sat, 11 Jul 2009 15:24:49 +0200
