[Pkg-voip-commits] r8058 - in /mumble-django/trunk/debian: changelog mumble-django.postinst

svedrin-guest at alioth.debian.org svedrin-guest at alioth.debian.org
Mon Feb 15 11:46:15 UTC 2010


Author: svedrin-guest
Date: Mon Feb 15 11:46:14 2010
New Revision: 8058

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8058
Log:
Change the owner of /usr/share/mumble-django to www-data so `manage.py
checkenv' doesn't fail.

Modified:
    mumble-django/trunk/debian/changelog
    mumble-django/trunk/debian/mumble-django.postinst

Modified: mumble-django/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/changelog?rev=8058&op=diff
==============================================================================
--- mumble-django/trunk/debian/changelog (original)
+++ mumble-django/trunk/debian/changelog Mon Feb 15 11:46:14 2010
@@ -6,8 +6,10 @@
   * 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.
 
- -- Michael Ziegler <diese-addy at funzt-halt.net>  Mon, 15 Feb 2010 12:38:35 +0100
+ -- Michael Ziegler <diese-addy at funzt-halt.net>  Mon, 15 Feb 2010 12:45:07 +0100
 
 mumble-django (1.4-1) unstable; urgency=low
 

Modified: mumble-django/trunk/debian/mumble-django.postinst
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/mumble-django.postinst?rev=8058&op=diff
==============================================================================
--- mumble-django/trunk/debian/mumble-django.postinst (original)
+++ mumble-django/trunk/debian/mumble-django.postinst Mon Feb 15 11:46:14 2010
@@ -6,6 +6,7 @@
 	invoke-rc.d --quiet mumble-server start
 	
 	chown -R www-data:www-data /var/lib/mumble-django
+	chown -R www-data:www-data /usr/share/mumble-django
 	
 	invoke-rc.d --quiet apache2 reload
 	if [ -x /etc/init.d/munin-node ]; then




More information about the Pkg-voip-commits mailing list