[Pkg-voip-commits] r7413 - in /mumble-django/trunk/debian/patches: 00list 02-munin.dpatch

svedrin-guest at alioth.debian.org svedrin-guest at alioth.debian.org
Sat Jul 11 14:16:37 UTC 2009


Author: svedrin-guest
Date: Sat Jul 11 14:16:36 2009
New Revision: 7413

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7413
Log:
added just-to-make-sure patch that sets the path in munin.py.

Added:
    mumble-django/trunk/debian/patches/02-munin.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=7413&op=diff
==============================================================================
--- mumble-django/trunk/debian/patches/00list (original)
+++ mumble-django/trunk/debian/patches/00list Sat Jul 11 14:16:36 2009
@@ -1,1 +1,2 @@
 01-settings.dpatch
+02-munin.dpatch

Added: mumble-django/trunk/debian/patches/02-munin.dpatch
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/patches/02-munin.dpatch?rev=7413&op=file
==============================================================================
--- mumble-django/trunk/debian/patches/02-munin.dpatch (added)
+++ mumble-django/trunk/debian/patches/02-munin.dpatch Sat Jul 11 14:16:36 2009
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01-munin.dpatch by  <mistagee at cYrano>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad mumble-django-0.8~/munin.py mumble-django-0.8/munin.py
+--- mumble-django-0.8~/munin.py	2009-07-11 14:51:15.000000000 +0200
++++ mumble-django-0.8/munin.py	2009-07-11 16:15:25.113522493 +0200
+@@ -15,7 +15,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 ###
+ 

Propchange: mumble-django/trunk/debian/patches/02-munin.dpatch
------------------------------------------------------------------------------
    svn:executable = *




More information about the Pkg-voip-commits mailing list