[Pkg-voip-commits] r7564 - in /mumble-django/trunk/debian/patches: 00list 03-template_bug.dpatch

svedrin-guest at alioth.debian.org svedrin-guest at alioth.debian.org
Sun Sep 6 14:30:54 UTC 2009


Author: svedrin-guest
Date: Sun Sep  6 14:30:54 2009
New Revision: 7564

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7564
Log:
add patch to fix an upstream bug in the template (fixed in upstream changeset 30323f1c5996).

Added:
    mumble-django/trunk/debian/patches/03-template_bug.dpatch   (with props)
Modified:
    mumble-django/trunk/debian/patches/00list

Modified: mumble-django/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/patches/00list?rev=7564&op=diff
==============================================================================
--- mumble-django/trunk/debian/patches/00list (original)
+++ mumble-django/trunk/debian/patches/00list Sun Sep  6 14:30:54 2009
@@ -1,2 +1,3 @@
 01-settings.dpatch
 02-munin.dpatch
+03-template_bug.dpatch

Added: mumble-django/trunk/debian/patches/03-template_bug.dpatch
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/patches/03-template_bug.dpatch?rev=7564&op=file
==============================================================================
--- mumble-django/trunk/debian/patches/03-template_bug.dpatch (added)
+++ mumble-django/trunk/debian/patches/03-template_bug.dpatch Sun Sep  6 14:30:54 2009
@@ -1,0 +1,23 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 03-template_bug.dpatch by  <Michael Ziegler <diese-addy at funzt-halt.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: This patch fixes a bug in the template introduced upstream in Version 0.10,
+## DP: that renders the channel viewer unusable as soon as a non-registered user
+## DP: joins the server.
+
+ at DPATCH@
+diff -urNad mumble-django-0.10~/template/mumble/mumble.htm mumble-django-0.10/template/mumble/mumble.htm
+--- mumble-django-0.10~/template/mumble/mumble.htm	2009-09-01 12:03:50.000000000 +0200
++++ mumble-django-0.10/template/mumble/mumble.htm	2009-09-06 16:28:45.000000000 +0200
+@@ -114,8 +114,10 @@
+           <li>{% trans "Sign-up date" %}: {{ item.mumbleuser.owner.date_joined }}</li>
+         </ul>
+       {% endif %}
++      {% if item.mumbleuser %}
+       <h2>{% trans "User Texture" %}</h2>
+       <img src="{% url mumble.views.showTexture DBaseObject.id item.mumbleuser.id %}" alt="user texture" />
++      {% endif %}
+     </div>
+     {% else %}
+     <div id="mumble_{{ item.id }}" class="mumble-ext x-hide-display">

Propchange: mumble-django/trunk/debian/patches/03-template_bug.dpatch
------------------------------------------------------------------------------
    svn:executable = *




More information about the Pkg-voip-commits mailing list