This is an automated email from the git hooks/post-receive script. fsateler pushed a commit to branch master in repository pulseaudio.
commit 2e05f57b6076f8604c61f81c46eee595db08c7a4 Author: Felipe Sateler <[email protected]> Date: Thu Jun 11 00:11:43 2015 -0300 Pass --disable-hal-compat to configure We are not installing so don't build it either Partially reverts commit aa2b9fd0e38ef6cf531b7dd20f3c14f554110ac0. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 434932a..9be766f 100755 --- a/debian/rules +++ b/debian/rules @@ -45,7 +45,7 @@ clean:: # Libs should be in the multi-arch path, but the modules should be in the # normal directory as pulseaudio is foreign -DEB_CONFIGURE_EXTRA_FLAGS = --enable-x11 \ +DEB_CONFIGURE_EXTRA_FLAGS = --enable-x11 --disable-hal-compat \ --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \ --with-module-dir=\$${prefix}/lib/pulse-$(DEB_UPSTREAM_VERSION)/modules \ --with-zsh-completion-dir=\$${datadir}/zsh/vendor-completions \ -- 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

