This is an automated email from the git hooks/post-receive script. fsateler pushed a commit to branch debian/experimental in repository pulseaudio.
commit 6f78d93a8a3899df39120669b9ca081d5b387d33 Author: Felipe Sateler <[email protected]> Date: Wed Dec 10 23:34:38 2014 -0300 Simplify bug script: use a single pactl list call --- debian/changelog | 1 + debian/pulseaudio.bug-script | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1ce4eb7..101c031 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ pulseaudio (5.99.1-3) UNRELEASED; urgency=medium * Do not fail if udevadm commands fail in postinst. They are provided for convenience only, and will fail when udev is not running (eg, in a chroot or container). Closes: #772212 + * Simplify bug script: use a single pactl list call -- Felipe Sateler <[email protected]> Tue, 09 Dec 2014 19:25:32 -0300 diff --git a/debian/pulseaudio.bug-script b/debian/pulseaudio.bug-script index 99fa6f5..2b385c5 100644 --- a/debian/pulseaudio.bug-script +++ b/debian/pulseaudio.bug-script @@ -46,9 +46,6 @@ if which aplay &>/dev/null ; then include_command aplay -L fi -include_command pactl list cards -include_command pactl list sinks -include_command pactl list sources -include_command pactl list modules +include_command pactl list include_command pactl info -- 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

