[Pkg-voip-commits] r8232 - in /mumble-django/trunk/debian: changelog control

svedrin-guest at alioth.debian.org svedrin-guest at alioth.debian.org
Wed Mar 24 10:51:12 UTC 2010


Author: svedrin-guest
Date: Wed Mar 24 10:51:12 2010
New Revision: 8232

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8232
Log:
* Replace "Depends: libapache2-mod-wsgi" with "Recommends:".
  Closes: #575102
* Same goes for mumble-server, as people might want to use MD with the static
  Murmur package.

Modified:
    mumble-django/trunk/debian/changelog
    mumble-django/trunk/debian/control

Modified: mumble-django/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/changelog?rev=8232&op=diff
==============================================================================
--- mumble-django/trunk/debian/changelog (original)
+++ mumble-django/trunk/debian/changelog Wed Mar 24 10:51:12 2010
@@ -1,3 +1,12 @@
+mumble-django (2.0-2) UNRELEASED; urgency=low
+
+  * Replace "Depends: libapache2-mod-wsgi" with "Recommends:".
+    Closes: #575102
+  * Same goes for mumble-server, as people might want to use MD with the static
+    Murmur package.
+
+ -- Michael Ziegler <diese-addy at funzt-halt.net>  Wed, 24 Mar 2010 11:48:05 +0100
+
 mumble-django (2.0-1) unstable; urgency=low
 
   * New upstream release.

Modified: mumble-django/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/control?rev=8232&op=diff
==============================================================================
--- mumble-django/trunk/debian/control (original)
+++ mumble-django/trunk/debian/control Wed Mar 24 10:51:12 2010
@@ -31,9 +31,9 @@
 
 Package: mumble-django
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, libapache2-mod-wsgi (>= 2.3),
- python-django-registration (>= 0.7), python-django-mumble (>= ${source:Version}),
- mumble-server (>= 1.2.1)
+Depends: ${misc:Depends}, ${python:Depends}, python-django-registration (>= 0.7),
+ python-django-mumble (>= ${source:Version})
+Recommends: libapache2-mod-wsgi (>= 2.3), mumble-server (>= 1.2.1)
 Suggests: munin-node, python-django-rosetta
 Enhances: mumble-server
 Description: A Mumble-Server web interface




More information about the Pkg-voip-commits mailing list