[Pkg-voip-commits] r8018 - in /mumble-django/trunk/debian: changelog mumble-django.install

svedrin-guest at alioth.debian.org svedrin-guest at alioth.debian.org
Sat Feb 6 15:29:11 UTC 2010


Author: svedrin-guest
Date: Sat Feb  6 15:29:10 2010
New Revision: 8018

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8018
Log:
Remove *.py wildcard in mumble-django.install, as it causes settings.py
to be installed in the wrong place and breaks the installation process.

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

Modified: mumble-django/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/changelog?rev=8018&op=diff
==============================================================================
--- mumble-django/trunk/debian/changelog (original)
+++ mumble-django/trunk/debian/changelog Sat Feb  6 15:29:10 2010
@@ -1,3 +1,10 @@
+mumble-django (1.2-2) UNRELEASED; 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.
+
+ -- Michael Ziegler <diese-addy at funzt-halt.net>  Sat, 06 Feb 2010 16:28:01 +0100
+
 mumble-django (1.2-1) unstable; urgency=low
 
   [ Patrick Matthäi ]

Modified: mumble-django/trunk/debian/mumble-django.install
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/mumble-django.install?rev=8018&op=diff
==============================================================================
--- mumble-django/trunk/debian/mumble-django.install (original)
+++ mumble-django/trunk/debian/mumble-django.install Sat Feb  6 15:29:10 2010
@@ -1,5 +1,11 @@
 # Python code
-pyweb/*.py			/usr/share/mumble-django/pyweb
+pyweb/__init__.py		/usr/share/mumble-django/pyweb
+pyweb/manage.py 		/usr/share/mumble-django/pyweb
+pyweb/processors.py		/usr/share/mumble-django/pyweb
+pyweb/urls.py			/usr/share/mumble-django/pyweb
+pyweb/views.py			/usr/share/mumble-django/pyweb
+
+pyweb/settings.py		/etc/mumble-django
 
 pyweb/gen_secret_key.sh 	/usr/share/mumble-django/pyweb
 




More information about the Pkg-voip-commits mailing list