[Pkg-voip-commits] r9324 - in /mumble-django/trunk/debian: changelog control
pmatthaei at alioth.debian.org
pmatthaei at alioth.debian.org
Sat Oct 8 12:44:16 UTC 2011
Author: pmatthaei
Date: Sat Oct 8 12:44:15 2011
New Revision: 9324
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9324
Log:
* Wrap all debian/control fields.
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=9324&op=diff
==============================================================================
--- mumble-django/trunk/debian/changelog (original)
+++ mumble-django/trunk/debian/changelog Sat Oct 8 12:44:15 2011
@@ -1,5 +1,6 @@
mumble-django (2.4-4) UNRELEASED; urgency=low
+ [ Michael Ziegler ]
* Incorporate dpkg-statoverride into the maintainer scripts and m-d-c in
order to allow file ownership and permissions of /usr/share/mumble-django
and /var/lib/mumble-django{,/mumble-django.db3} to be changed.
@@ -10,7 +11,10 @@
* Move mumble-server from Depends: to Recommends: because the slice can be
retrieved from Murmur directly, meaning M-D doesn't need the one from M-S.
- -- Michael Ziegler <diese-addy at funzt-halt.net> Mon, 05 Sep 2011 19:07:10 +0200
+ [ Patrick Matthäi ]
+ * Wrap all debian/control fields.
+
+ -- Patrick Matthäi <pmatthaei at debian.org> Sat, 08 Oct 2011 14:43:56 +0200
mumble-django (2.4-3) unstable; urgency=high
Modified: mumble-django/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/control?rev=9324&op=diff
==============================================================================
--- mumble-django/trunk/debian/control (original)
+++ mumble-django/trunk/debian/control Sat Oct 8 12:44:15 2011
@@ -2,7 +2,8 @@
Section: python
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
-Uploaders: Patrick Matthäi <pmatthaei at debian.org>, Kilian Krause <kilian at debian.org>,
+Uploaders: Patrick Matthäi <pmatthaei at debian.org>,
+ Kilian Krause <kilian at debian.org>,
Michael Ziegler <diese-addy at funzt-halt.net>
Standards-Version: 3.9.2
Build-Depends: debhelper (>= 7)
@@ -15,9 +16,15 @@
Package: python-django-mumble
Architecture: all
Suggests: mumble-django
-Depends: ${misc:Depends}, ${python:Depends}, python-zeroc-ice (>= 3.3.1-12),
- python-django (>= 1.2), python-django (<< 1.4), python-imaging (>= 1.1.6), python-simplejson,
- python-django-extdirect (>= 0.4), python-django-extdirect (<< 0.5)
+Depends: ${misc:Depends},
+ ${python:Depends},
+ python-zeroc-ice (>= 3.3.1-12),
+ python-django (>= 1.2),
+ python-django (<< 1.4),
+ python-imaging (>= 1.1.6),
+ python-simplejson,
+ python-django-extdirect (>= 0.4),
+ python-django-extdirect (<< 0.5)
Description: Mumble-Server config application for Django
mumble-django is a Django web interface application that configures a
Murmur server. It is able to create and remove vservers, start/stop them,
@@ -33,10 +40,15 @@
Package: mumble-django
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-django-registration (>= 0.7),
+Depends: ${misc:Depends},
+ ${python:Depends},
+ python-django-registration (>= 0.7),
python-django-mumble (>= ${source:Version})
Recommends: libapache2-mod-wsgi (>= 2.3)
-Suggests: munin-node, python-django-rosetta, python-qrencode, mumble-server
+Suggests: munin-node,
+ python-django-rosetta,
+ python-qrencode,
+ mumble-server
Enhances: mumble-server
Description: Mumble-Server web interface
mumble-django is a Django web interface application that configures a
More information about the Pkg-voip-commits
mailing list