[Pkg-voip-commits] r9298 - in /mumble/trunk/debian: changelog control
pmatthaei at alioth.debian.org
pmatthaei at alioth.debian.org
Sat Oct 1 08:26:14 UTC 2011
Author: pmatthaei
Date: Sat Oct 1 08:26:13 2011
New Revision: 9298
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9298
Log:
* Wrap debian/control fields.
Modified:
mumble/trunk/debian/changelog
mumble/trunk/debian/control
Modified: mumble/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/mumble/trunk/debian/changelog?rev=9298&op=diff
==============================================================================
--- mumble/trunk/debian/changelog (original)
+++ mumble/trunk/debian/changelog Sat Oct 1 08:26:13 2011
@@ -10,12 +10,12 @@
- Replace dh_clean -k with dh_prep.
* Bump Standards-Version to 3.9.2 (no changes needed).
* Build with enabled hardening-wrapper.
- * Wrap build dependencies.
+ * Wrap debian/control fields.
* Add patch 01-fix-spelling-error.diff to fix an minor spelling error in
the source code.
* Clean up debian/rules a bit.
- -- Thorvald Natvig <thorvald at debian.org> Sun, 01 May 2011 19:32:42 -0700
+ -- Patrick Matthäi <pmatthaei at debian.org> Sat, 01 Oct 2011 10:25:47 +0200
mumble (1.2.3-91-g05d91c1-1) experimental; urgency=low
Modified: mumble/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/mumble/trunk/debian/control?rev=9298&op=diff
==============================================================================
--- mumble/trunk/debian/control (original)
+++ mumble/trunk/debian/control Sat Oct 1 08:26:13 2011
@@ -38,9 +38,11 @@
Package: mumble
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends},
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
libcelt0 (>= 0.7.0) | libcelt0-0 (>= 0.7.1~),
- libqt4-sql-sqlite, lsb-release
+ libqt4-sql-sqlite,
+ lsb-release
Recommends: speech-dispatcher
Suggests: mumble-server
Description: Low latency VoIP client
@@ -54,8 +56,11 @@
Package: mumble-server
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends},
- adduser, dbus, libqt4-sql-sqlite
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ adduser,
+ dbus,
+ libqt4-sql-sqlite
Suggests: mumble-server-web, mumble-django
Description: Low latency VoIP server
Murmur is the VoIP server component for Mumble. Murmur is installed
@@ -68,7 +73,8 @@
Package: mumble-dbg
Section: debug
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends},
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
mumble (= ${binary:Version}) | mumble-server (= ${binary:Version})
Priority: extra
Description: Low latency VoIP client (debugging symbols)
@@ -85,10 +91,14 @@
Package: mumble-server-web
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
+Depends: ${misc:Depends},
+ ${perl:Depends},
mumble-server (>= ${binary:Version}),
- apache2, exim4 | mail-transport-agent,
- libnet-dbus-perl, libcgi-session-perl, libhtml-template-perl,
+ apache2,
+ exim4 | mail-transport-agent,
+ libnet-dbus-perl,
+ libcgi-session-perl,
+ libhtml-template-perl,
php-zeroc-ice,
ice34-translators | ice33-translators | ice32-translators | ice-translators,
ice34-slice | ice33-slice | ice32-slice | ice-slice
More information about the Pkg-voip-commits
mailing list