This is an automated email from the git hooks/post-receive script. fsateler pushed a commit to branch debian/experimental in repository pulseaudio.
commit 5e9d5cd45d186744552ea08322aad4bd312c24fb Author: Felipe Sateler <[email protected]> Date: Tue Dec 23 21:27:20 2014 -0300 Reenable socket activation, as it no longer disables autospawn --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8b783e6..d377b19 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ pulseaudio (5.99.2-1) UNRELEASED; urgency=medium * Remove all patches: applied upstream * Build-Depend on newer libsystemd-dev instead of the older -login and -journal variants + * Reenable socket activation, as it no longer disables autospawn -- Felipe Sateler <[email protected]> Tue, 23 Dec 2014 21:16:10 -0300 diff --git a/debian/rules b/debian/rules index f5e8c31..410928b 100755 --- a/debian/rules +++ b/debian/rules @@ -49,7 +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-systemd-daemon + --enable-systemd-daemon ifeq ($(words $(sort $(filter stage1,$(DEB_BUILD_PROFILES)))),1) DEB_CONFIGURE_EXTRA_FLAGS += --disable-bluez -- 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

