[pulseaudio] 01/01: zsh-completion: Fix completion for default sink/source

Felipe Sateler fsateler at moszumanska.debian.org
Thu Jul 3 19:10:57 UTC 2014


This is an automated email from the git hooks/post-receive script.

fsateler pushed a commit to branch master
in repository pulseaudio.

commit 3a56a846d7c2229e3e75ec86db457804333d0042
Author: Felipe Sateler <fsateler at debian.org>
Date:   Thu Jul 3 15:10:46 2014 -0400

    zsh-completion: Fix completion for default sink/source
---
 debian/changelog                                   |  1 +
 debian/patches/series                              |  1 +
 ...ion-Fix-completion-for-default-sink-sourc.patch | 22 ++++++++++++++++++++++
 3 files changed, 24 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9e4c04b..67ce22c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,7 @@ pulseaudio (5.0-3) UNRELEASED; urgency=medium
   * debian/patches/rtp-recv-fix-crash-on-empty-UDP-packets-CVE-2014-397.patch
      - New patch from upstream, fixes crash on empty UDP packets.
        Fixes CVE-2014-397
+  * zsh-completion: Fix completion for default sink/source
 
   [ Jelmer Vernooij ]
   * Disable building against tdb on the hurd, where it is not available.
diff --git a/debian/patches/series b/debian/patches/series
index 4d371e1..798880b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@
 kfreebsd_no_lock_and_threads_synchro.patch
 only-autostart-kde-version.patch
 rtp-recv-fix-crash-on-empty-UDP-packets-CVE-2014-397.patch
+zsh-completion-Fix-completion-for-default-sink-sourc.patch
diff --git a/debian/patches/zsh-completion-Fix-completion-for-default-sink-sourc.patch b/debian/patches/zsh-completion-Fix-completion-for-default-sink-sourc.patch
new file mode 100644
index 0000000..f7bea83
--- /dev/null
+++ b/debian/patches/zsh-completion-Fix-completion-for-default-sink-sourc.patch
@@ -0,0 +1,22 @@
+From 3be8382fcdfdebeb3bf154631e94b3ccd5ca4576 Mon Sep 17 00:00:00 2001
+From: Felipe Sateler <fsateler at debian.org>
+Date: Wed, 2 Jul 2014 11:32:38 -0400
+Subject: [PATCH] zsh-completion: Fix completion for default sink/source
+
+---
+ shell-completion/pulseaudio-zsh-completion.zsh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+--- a/shell-completion/pulseaudio-zsh-completion.zsh
++++ b/shell-completion/pulseaudio-zsh-completion.zsh
+@@ -274,8 +274,8 @@ _pactl_completion() {
+             'suspend-sink: suspend or resume a sink'
+             'suspend-source: suspend or resume a source'
+             'set-card-profile: set a card profile:cards:_cards'
+-            'set-sink-default: set the default sink'
+-            'set-source-default: set the default source'
++            'set-default-sink: set the default sink'
++            'set-default-source: set the default source'
+             'set-sink-port: set the sink port of a sink'
+             'set-source-port: set the source port of a source'
+             'set-port-latency-offset: set a latency offset on a port'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-pulseaudio/pulseaudio.git



More information about the pkg-pulseaudio-devel mailing list