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

pmatthaei at alioth.debian.org pmatthaei at alioth.debian.org
Sun May 1 13:39:02 UTC 2011


Author: pmatthaei
Date: Sun May  1 13:38:58 2011
New Revision: 8905

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8905
Log:
* Wrap build dependencies.

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=8905&op=diff
==============================================================================
--- mumble/trunk/debian/changelog (original)
+++ mumble/trunk/debian/changelog Sun May  1 13:38:58 2011
@@ -8,8 +8,9 @@
     - Replace dh_clean -k with dh_prep.
   * Bump Standards-Version to 3.9.2 (no changes needed).
   * Build with enabled hardening-wrapper.
-
- -- Patrick Matthäi <pmatthaei at debian.org>  Sun, 01 May 2011 15:35:43 +0200
+  * Wrap build dependencies.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sun, 01 May 2011 15:38:39 +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=8905&op=diff
==============================================================================
--- mumble/trunk/debian/control (original)
+++ mumble/trunk/debian/control Sun May  1 13:38:58 2011
@@ -3,30 +3,44 @@
 Priority: optional
 Homepage: http://mumble.sourceforge.net/
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
-Uploaders: Patrick Matthäi <pmatthaei at debian.org>, Thorvald Natvig <thorvald at debian.org>
-Build-Depends: debhelper (>= 7.0.8), po-debconf,
+Uploaders: Patrick Matthäi <pmatthaei at debian.org>,
+ Thorvald Natvig <thorvald at debian.org>
+Build-Depends: debhelper (>= 7.0.8),
+ po-debconf,
  libboost1.46-dev | libboost-dev (>= 1.38.0),
  libboost-python1.46-dev | libboost-python-dev (>= 1.38.0),
- libqt4-dev (>= 4.5.0), hardening-wrapper,
+ libqt4-dev (>= 4.5.0),
+ hardening-wrapper,
  libgl1-mesa-dev | libgl-dev,
- libasound2-dev, libpulse-dev [!hurd-i386],
- libogg-dev, libspeex-dev, libspeexdsp-dev, libcelt-dev (>= 0.7.0), libsndfile1-dev,
+ libasound2-dev,
+ libpulse-dev [!hurd-i386],
+ libogg-dev,
+ libspeex-dev,
+ libspeexdsp-dev,
+ libcelt-dev (>= 0.7.0),
+ libsndfile1-dev,
  libssl-dev,
  libzeroc-ice34-dev | libzeroc-ice33-dev | libzeroc-ice32-dev | libzeroc-ice-dev,
  ice34-translators | ice33-translators | ice32-translators | ice-translators,
  ice34-slice | ice33-slice | ice32-slice | ice-slice,
  libg15daemon-client-dev,
  libspeechd-dev,
- protobuf-compiler, libprotobuf-dev, libavahi-compat-libdnssd-dev, libxi-dev,
+ protobuf-compiler,
+ libprotobuf-dev,
+ libavahi-compat-libdnssd-dev,
+ libxi-dev,
  libcap-dev [!kfreebsd-i386 !kfreebsd-amd64],
- libc6-dev-i386 [amd64], gcc-multilib [amd64]
+ libc6-dev-i386 [amd64],
+ gcc-multilib [amd64]
 Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/pkg-voip/mumble/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/mumble/?op=log
 
 Package: mumble
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libcelt0 (>= 0.7.0) | libcelt0-0 (>= 0.7.1~), libqt4-sql-sqlite, lsb-release
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ libcelt0 (>= 0.7.0) | libcelt0-0 (>= 0.7.1~),
+ libqt4-sql-sqlite, lsb-release
 Recommends: speech-dispatcher
 Suggests: mumble-server
 Description: Low latency VoIP client
@@ -40,7 +54,8 @@
 
 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
@@ -53,7 +68,8 @@
 Package: mumble-dbg
 Section: debug
 Architecture: any
-Depends: ${misc:Depends}, mumble (= ${binary:Version}) | mumble-server (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ mumble (= ${binary:Version}) | mumble-server (= ${binary:Version})
 Priority: extra
 Description: Low latency VoIP client (debugging symbols)
  Mumble is a low-latency, high quality voice chat program for gaming. It
@@ -69,7 +85,8 @@
 
 Package: mumble-server-web
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, mumble-server (>= ${binary:Version}),
+Depends: ${misc:Depends}, ${perl:Depends},
+ mumble-server (>= ${binary:Version}),
  apache2, exim4 | mail-transport-agent,
  libnet-dbus-perl, libcgi-session-perl, libhtml-template-perl,
  php-zeroc-ice,




More information about the Pkg-voip-commits mailing list