This is an automated email from the git hooks/post-receive script. fsateler pushed a commit to branch master in repository pulseaudio.
commit 0eebc25dd10328bebfdee66572de2682927f3243 Author: Felipe Sateler <[email protected]> Date: Thu Jul 24 11:53:34 2014 -0400 Make pulseaudio Depend on pulseaudio-utils - start-pulseaudio{kde,x11} needs it. Closes: #648973 - The bugscript needs it too. --- debian/changelog | 3 +++ debian/control | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 98fb4c0..198d913 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,6 +27,9 @@ pulseaudio (5.0-3) UNRELEASED; urgency=medium Fixes CVE-2014-397 * zsh-completion: Fix completion for default sink/source * Add bugscript to the pulseaudio package. Closes: #739294 + * Make pulseaudio Depend on pulseaudio-utils + - start-pulseaudio{kde,x11} needs it. Closes: #648973 + - The bugscript needs it too. [ Jelmer Vernooij ] * Disable building against tdb on the hurd, where it is not available. diff --git a/debian/control b/debian/control index 95818ab..eb7be49 100644 --- a/debian/control +++ b/debian/control @@ -55,7 +55,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, lsb-base (>= 3.2-13), udev (>= 143) [linux-any], libasound2-plugins [linux-any], - libpulse0 (= ${binary:Version}) + libpulse0 (= ${binary:Version}), + pulseaudio-utils Breaks: libltdl3 (<< 1.5.24-1), avahi-daemon (<< 0.6.31-3) Recommends: pulseaudio-module-x11, rtkit Suggests: pulseaudio-utils, pavumeter, pavucontrol, paman, paprefs -- 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

