[Pkg-voip-commits] r10177 - in /mumble-django/trunk/debian: changelog patches/01-settings.diff

svedrin-guest at alioth.debian.org svedrin-guest at alioth.debian.org
Sun May 12 19:22:39 UTC 2013


Author: svedrin-guest
Date: Sun May 12 19:22:39 2013
New Revision: 10177

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10177
Log:
Remove the hunk that adds MessageMiddleware to settings.py (applied
upstream).

Modified:
    mumble-django/trunk/debian/changelog
    mumble-django/trunk/debian/patches/01-settings.diff

Modified: mumble-django/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/changelog?rev=10177&op=diff
==============================================================================
--- mumble-django/trunk/debian/changelog (original)
+++ mumble-django/trunk/debian/changelog Sun May 12 19:22:39 2013
@@ -5,6 +5,8 @@
   * 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).
 
  -- Michael Ziegler <diese-addy at funzt-halt.net>  Sun, 12 May 2013 21:12:12 +0200
 

Modified: mumble-django/trunk/debian/patches/01-settings.diff
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/patches/01-settings.diff?rev=10177&op=diff
==============================================================================
--- mumble-django/trunk/debian/patches/01-settings.diff (original)
+++ mumble-django/trunk/debian/patches/01-settings.diff Sun May 12 19:22:39 2013
@@ -35,14 +35,6 @@
          'USER':     '',
          'PASSWORD': '',
          'HOST':     '',
-@@ -243,6 +243,7 @@
-     'django.middleware.csrf.CsrfViewMiddleware',
-     'django.middleware.locale.LocaleMiddleware',
-     'django.contrib.auth.middleware.AuthenticationMiddleware',
-+    'django.contrib.messages.middleware.MessageMiddleware',
- )
- 
- ROOT_URLCONF = 'pyweb.urls'
 @@ -276,7 +277,7 @@
  #TEST_MURMUR_LAB_DIR   = join( dirname(MUMBLE_DJANGO_ROOT), 'murmur' )
  #TEST_MURMUR_FILES_DIR = join( MUMBLE_DJANGO_ROOT, 'testdata' )




More information about the Pkg-voip-commits mailing list