Source: pulseaudio
Version: 5.0-2
Severity: normal
Tags: patch
Please drop the dependency on tdb on GNU/Hurd, as tdb relies on byte
range locking which is not available on the Hurd.
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE= (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff --git a/debian/changelog b/debian/changelog
index 29878eb..ba492e9 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,9 @@ 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.
+
-- Felipe Sateler <[email protected]> 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,
_______________________________________________
pkg-pulseaudio-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-pulseaudio-devel