[SCM] volti/master: Fix typo in 0001-cards_without_mixer.patch which makes volti unusable.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Jul 22 11:41:11 UTC 2012


The following commit has been merged in the master branch:
commit b77ddd0a08b17ee4d93f0ee24dbdfd39f9c1c70c
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Jul 22 13:39:34 2012 +0200

    Fix typo in 0001-cards_without_mixer.patch which makes volti unusable.
    
    Closes: #679922

diff --git a/debian/patches/0001-cards_without_mixer.patch b/debian/patches/0001-cards_without_mixer.patch
index 92709bc..0fa05d4 100644
--- a/debian/patches/0001-cards_without_mixer.patch
+++ b/debian/patches/0001-cards_without_mixer.patch
@@ -32,7 +32,7 @@ Bug-Debian: http://bugs.debian.org/673858
 -                for count, mixer in enumerate(alsa.mixers(card_index)):
 +                amixers = []
 +                try:
-+                    amixers = alsa.mixes(card_index)
++                    amixers = alsa.mixers(card_index)
 +                except alsa.ALSAAudioError:
 +                    pass
 +                for count, mixer in enumerate(amixers):

-- 
volti packaging



More information about the pkg-multimedia-commits mailing list