[Pkg-alsa-devel] Bug#273885: alsa-base: "Alsa-base" fails to configure
David Mikolajczyk
David Mikolajczyk <dave_matthew@yahoo.com>, 273885@bugs.debian.org
Tue Sep 28 23:26:22 UTC 2004
This is a multi-part MIME message sent by reportbug.
--===============0334218948==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: alsa-base
Version: 1.0.6a-2
Severity: important
Tags: patch
"Alsa-base" fails to configure; the attached patch corrects the problem.
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.27
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8
Versions of packages alsa-base depends on:
ii alsa-utils 1.0.6-3 Advanced Linux Sound Architecture
ii debconf 1.4.36 Debian configuration management sy
ii debianutils 2.10.2 Miscellaneous utilities specific t
ii modutils 2.4.26-1 Linux module utilities
ii psmisc 21.5-1 Utilities that use the proc filesy
-- debconf information:
* alsa-base/alsactl_store_on_shutdown: always autosave
--===============0334218948==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="alsa-driver-1.0.6a-alsa-base.config.patch"
--- alsa-driver-1.0.6a.old/debian/alsa-base.config 2004-09-28 15:31:23.000000000 +0000
+++ alsa-driver-1.0.6a/debian/alsa-base.config 2004-09-28 16:06:51.000000000 +0000
@@ -12,7 +12,8 @@
done
if [ -f /etc/default/alsa ]; then
- ALSASTORE=$(grep alsactl_store_on_shutdown /etc/default/alsa 2>/dev/null)
+ ALSASTORE=$(grep alsactl_store_on_shutdown /etc/default/alsa 2>/dev/null) \
+ || true
ALSASTORE=$(echo $ALSASTORE | cut -d= -f2)
db_set alsa-base/alsactl_store_on_shutdown $ALSASTORE || true
fi
--===============0334218948==--
More information about the Pkg-alsa-devel
mailing list