This is an automated email from the git hooks/post-receive script. fsateler pushed a commit to branch debian/experimental in repository pulseaudio.
commit b5b3bb67748d09057496932108b3d3dd53bc56ed Author: Felipe Sateler <[email protected]> Date: Wed Dec 24 18:42:48 2014 -0300 Let configure guess if systemd is available. Closes: #773879 --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index eb7d3dd..8098e63 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pulseaudio (5.99.2-2) experimental; urgency=medium + + * Let configure guess if systemd is available. Closes: #773879 + + -- Felipe Sateler <[email protected]> Wed, 24 Dec 2014 18:42:30 -0300 + pulseaudio (5.99.2-1) experimental; urgency=medium * New upstream release candidate diff --git a/debian/rules b/debian/rules index 410928b..2da2991 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 \ - --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

