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

pmatthaei at alioth.debian.org pmatthaei at alioth.debian.org
Mon Feb 14 16:56:04 UTC 2011


Author: pmatthaei
Date: Mon Feb 14 16:56:00 2011
New Revision: 8768

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8768
Log:
* Do not build with non existant libpulse-dev on hurd-i386.

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=8768&op=diff
==============================================================================
--- mumble/trunk/debian/changelog (original)
+++ mumble/trunk/debian/changelog Mon Feb 14 16:56:00 2011
@@ -1,3 +1,9 @@
+mumble (1.2.3~rc3-3) UNRELEASED; urgency=low
+
+  * Do not build with non existant libpulse-dev on hurd-i386.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Mon, 14 Feb 2011 17:55:16 +0100
+
 mumble (1.2.3~rc3-2) unstable; urgency=low
 
   * Add Ice 3.4 as valid option.

Modified: mumble/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/mumble/trunk/debian/control?rev=8768&op=diff
==============================================================================
--- mumble/trunk/debian/control (original)
+++ mumble/trunk/debian/control Mon Feb 14 16:56:00 2011
@@ -7,7 +7,7 @@
 Build-Depends: debhelper (>= 7.0.8), po-debconf,
  libboost-dev (>= 1.36.0), libboost-python-dev (>= 1.36.0),
  libqt4-dev (>= 4.5.0), libqt4-opengl-dev (>= 4.5.0),
- libasound2-dev, libpulse-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,




More information about the Pkg-voip-commits mailing list