This is an automated email from the git hooks/post-receive script.

fsateler pushed a commit to branch master
in repository pulseaudio.

commit 3c4879e1bb42b0a5f10a6ca4e3be5e7ad632db3e
Author: Jelmer Vernooij <jel...@debian.org>
Date:   Mon May 26 19:05:54 2014 -0400

    Disable building against tdb on the hurd, where it is not available. 
Closes: #749333
---
 debian/changelog | 5 +++++
 debian/control   | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 29878eb..2127a38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 pulseaudio (5.0-3) UNRELEASED; urgency=medium
 
+  [ Felipe Sateler ]
   * Drop workaround for ARM < v6, upstream now conditionally compiles it.
   * Add udev rule for Asus P5K-SE motherboard. Closes: #744831
   * Drop special patches rule, not used anymore
@@ -23,6 +24,10 @@ pulseaudio (5.0-3) UNRELEASED; urgency=medium
      - Do not autostart pulseaudio twice under KDE, it sometimes leads
        to slow system startup. Closes: #705426
 
+  [ Jelmer Vernooij ]
+  * Disable building against tdb on the hurd, where it is not available.
+     Closes: #749333
+
  -- Felipe Sateler <fsate...@debian.org>  Mon, 14 Apr 2014 10:02:36 -0300
 
 pulseaudio (5.0-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 2021423..95818ab 100644
--- a/debian/control
+++ b/debian/control
@@ -36,7 +36,7 @@ Build-Depends: debhelper (>= 9),
     libssl-dev,
     libsystemd-login-dev [linux-any],
     libsystemd-journal-dev [linux-any],
-    libtdb-dev,
+    libtdb-dev [!hurd-any],
     libudev-dev (>= 143) [linux-any],
     libwebrtc-audio-processing-dev,
     libwrap0-dev,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-pulseaudio/pulseaudio.git

_______________________________________________
pkg-pulseaudio-devel mailing list
pkg-pulseaudio-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-pulseaudio-devel

Reply via email to