[Pkg-alsa-devel] [Debian ALSA CVS] debian/alsa-utils/debian (2 files)
Jordi Mallach
jordi@haydn.debian.org
Thu, 15 Jul 2004 09:52:14 -0600
Date: Thursday, July 15, 2004 @ 09:52:14
Author: jordi
Path: /cvsroot/pkg-alsa/debian/alsa-utils/debian
Modified: changelog patches/90_debian_alsaconf.dpatch
Sync.
-----------------------------------+
changelog | 1 +
patches/90_debian_alsaconf.dpatch | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
Index: debian/alsa-utils/debian/changelog
diff -u debian/alsa-utils/debian/changelog:1.32 debian/alsa-utils/debian/changelog:1.33
--- debian/alsa-utils/debian/changelog:1.32 Thu Jul 15 09:48:21 2004
+++ debian/alsa-utils/debian/changelog Thu Jul 15 09:52:14 2004
@@ -4,6 +4,7 @@
- debian/patches/20_alsaconf_lspci.dpatch: apply patch from
Sergio Gelato to make alsaconf work with the new lspci output
(closes: #258303).
+ - debian/patches/90_debian_alsaconf.dpatch: sync.
-- Jordi Mallach <jordi@debian.org> Thu, 15 Jul 2004 17:36:37 +0200
Index: debian/alsa-utils/debian/patches/90_debian_alsaconf.dpatch
diff -u debian/alsa-utils/debian/patches/90_debian_alsaconf.dpatch:1.4 debian/alsa-utils/debian/patches/90_debian_alsaconf.dpatch:1.5
--- debian/alsa-utils/debian/patches/90_debian_alsaconf.dpatch:1.4 Sat Jul 10 17:04:49 2004
+++ debian/alsa-utils/debian/patches/90_debian_alsaconf.dpatch Thu Jul 15 09:52:14 2004
@@ -67,8 +67,8 @@
/^[<literal space><literal tab>]*PCI: /{
gsub(/0x/, "");
gsub(/=/, ":");
-- x = sprintf ("'$lspci' -n 2>/dev/null| grep '"'Class 0401'"' | grep %s", $2);
-+ x = sprintf ("'/usr/bin/lspci' -n | grep '"'Class 0401'"' | grep %s", $2);
+- x = sprintf ("'$lspci' -n 2>/dev/null| grep '"' 0401: '"' | grep %s", $2);
++ x = sprintf ("'/usr/bin/lspci' -n | grep '"' 0401: '"' | grep %s", $2);
if (system (x) == 0)
printf "%s %s\n", $2, driver >>"'"$FOUND"'"
}