Bug#758531: Better looking patch

Felipe Sateler fsateler at debian.org
Wed Aug 20 14:34:14 UTC 2014


Hi,

On Wed, Aug 20, 2014 at 8:58 AM, Krzysztof A. Sobiecki <sobkas at gmail.com> wrote:
> A better looking patch to disable parallel builds
>
> --- pulseaudio-5.0.orig/src/Makefile.am
> +++ pulseaudio-5.0/src/Makefile.am
> @@ -2195,3 +2195,4 @@ coverage:
>  endif
>
>  .PHONY: massif update-all update-ffmpeg update-map-file coverage
> +.NOTPARALLEL:

Why disable parallel building?

>
>
> and a patch to disable tests as memblock-test fails, to lazy to fix
>
> --- pulseaudio-5.0-10/debian/rules      2014-08-17 19:41:11.000000000 +0200
> +++ pulseaudio-5.0/debian/rules 2014-08-20 05:29:51.232507731 +0200
> @@ -50,7 +50,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-tests \
>    --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
>    --with-module-dir=\$${prefix}/lib/pulse-$(DEB_UPSTREAM_VERSION)/modules

The whole point of the experimental uploads I'm doing is to enable
tests... so I won't be taking this patch :)

-- 

Saludos,
Felipe Sateler



More information about the pkg-pulseaudio-devel mailing list