This is an automated email from the git hooks/post-receive script. fsateler pushed a commit to branch master in repository pulseaudio.
commit 3afb3cff4d0fd1875e877f3f80318afb2e7599c8 Author: Felipe Sateler <[email protected]> Date: Thu Jun 11 00:09:08 2015 -0300 Do not build bluez4 module, it is no longer available --- debian/control | 2 +- debian/rules | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index e7bec36..327ee1f 100644 --- a/debian/control +++ b/debian/control @@ -286,7 +286,7 @@ Description: RAOP module for PulseAudio sound server (debugging symbols) Package: pulseaudio-module-bluetooth Architecture: linux-any Priority: extra -Depends: ${shlibs:Depends}, ${misc:Depends}, bluez (>= 4.40) +Depends: ${shlibs:Depends}, ${misc:Depends}, bluez (>= 5.23) Breaks: pulseaudio (<< 0.9.14-2) Description: Bluetooth module for PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and diff --git a/debian/rules b/debian/rules index 2da2991..434932a 100755 --- a/debian/rules +++ b/debian/rules @@ -49,6 +49,7 @@ DEB_CONFIGURE_EXTRA_FLAGS = --enable-x11 \ --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \ --with-module-dir=\$${prefix}/lib/pulse-$(DEB_UPSTREAM_VERSION)/modules \ --with-zsh-completion-dir=\$${datadir}/zsh/vendor-completions \ + --disable-bluez4 ifeq ($(words $(sort $(filter stage1,$(DEB_BUILD_PROFILES)))),1) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-pulseaudio/pulseaudio.git _______________________________________________ pkg-pulseaudio-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-pulseaudio-devel

