[Pkg-alsa-devel] [Debian ALSA CVS] debian/alsa-driver/debian (3 files)
Steve Kowalik
stevenk@haydn.debian.org
Sat, 14 Aug 2004 20:11:53 -0600
Date: Saturday, August 14, 2004 @ 20:11:53
Author: stevenk
Path: /cvsroot/pkg-alsa/debian/alsa-driver/debian
Modified: alsa-base.README.Debian alsa-base.postrm changelog
* Loading seq-oss and mixer-oss fixes another bug.
* Conviently close the CONFIG_SND_CS46XX_NEW_DSP=y bug. Heh.
* update-modules may spit out warning messages that confuse debconf, redirect
stdout to /dev/null when calling update-modules in alsa-base's postrm
* Fix up now erroneous points from alsa-base's README.Debian.
-------------------------+
alsa-base.README.Debian | 16 ++++------------
alsa-base.postrm | 2 +-
changelog | 10 ++++++++--
3 files changed, 13 insertions(+), 15 deletions(-)
Index: debian/alsa-driver/debian/alsa-base.README.Debian
diff -u debian/alsa-driver/debian/alsa-base.README.Debian:1.5 debian/alsa-driver/debian/alsa-base.README.Debian:1.6
--- debian/alsa-driver/debian/alsa-base.README.Debian:1.5 Sat Feb 28 10:45:03 2004
+++ debian/alsa-driver/debian/alsa-base.README.Debian Sat Aug 14 20:11:52 2004
@@ -17,27 +17,18 @@
1) ALSA configuration file for Debian GNU/Linux is located in
/etc/default/alsa.
-2) A configuration example for version 0.9/1.0 of ALSA is in
- /usr/share/doc/alsa-base/examples/modules-1.0.conf, which should be
- installed into /etc/alsa/modutils/1.0.
-
-3) /etc/init.d/alsa doesn't stop ALSA driver by default if there is an
+2) /etc/init.d/alsa doesn't stop ALSA driver by default if there is an
application which uses sound devices. If you want to stop the ALSA driver
forcibly, you can invoke /etc/init.d/alsa with force- prefix.
For example, if you want to restart drivers forcibly, the proper command
would be: /etc/init.d/alsa force-restart
-4) If you are using a kernel that contains devfs support, you need to enable
+3) If you are using a kernel that contains devfs support, you need to enable
it, and mount it under /dev to use ALSA, or you can create the ALSA device
files under /dev/snd/ by using mknod.
-5) If you'd like the modutils file (usually called /etc/alsa/modutils/1.0)
- to be generated by debconf, then add a '### DEBCONF MAGIC' line to the
- file and run 'dpkg-reconfigure alsa-base'.
-
-6) Another method of configuration is running 'alsaconf', which is available in
+4) Another method of configuration is running 'alsaconf', which is available in
in the package alsa-utils, to configure ALSA for you. Alsaconf will also
perform hardware detection.
--- Steve Kowalik <stevenk@debian.org> Sat, 22 Feb 2003 21:53:38 +1100
-
+ -- Steve Kowalik <stevenk@debian.org>, Fri Aug 13 12:41:16 2004
Index: debian/alsa-driver/debian/alsa-base.postrm
diff -u debian/alsa-driver/debian/alsa-base.postrm:1.10 debian/alsa-driver/debian/alsa-base.postrm:1.11
--- debian/alsa-driver/debian/alsa-base.postrm:1.10 Tue Apr 20 15:34:26 2004
+++ debian/alsa-driver/debian/alsa-base.postrm Sat Aug 14 20:11:52 2004
@@ -22,7 +22,7 @@
/etc/modprobe.d/alsa /etc/modutils/alsa; do
{ [ -e "$file" ] || [ -L "$file" ]; } && rm -f "$file"
done
- [ -x /sbin/update-modules ] && update-modules
+ [ -x /sbin/update-modules ] && update-modules >/dev/null
fi
#DEBHELPER#
Index: debian/alsa-driver/debian/changelog
diff -u debian/alsa-driver/debian/changelog:1.255 debian/alsa-driver/debian/changelog:1.256
--- debian/alsa-driver/debian/changelog:1.255 Wed Aug 11 02:26:19 2004
+++ debian/alsa-driver/debian/changelog Sat Aug 14 20:11:52 2004
@@ -10,13 +10,19 @@
- Alias force-reload to force-stop. (Closes: #264226)
- Add audio module to our hotplug blacklist. (Closes: #257635)
- Automatically load OSS compat modules for sequencers and mixers.
- (Closes: #246570)
+ (Closes: #246570, #258543)
+ - 1.0.5a sets CONFIG_SND_CS46XX_NEW_DSP=y. (Closes: #249505)
+ - update-modules may spit out warning messages that confuse debconf.
+ Redirect stdout to /dev/null when calling update-modules in alsa-base's
+ postrm. (Closes: #261853)
+ - Fix up now erroneous points from alsa-base's README.Debian.
+ (Closes: #248881)
- Update Dutch Debconf translation. (Closes: #260293) (thanks, cobaco)
- Update Brazilian Portuguese translation. (Closes: #262601)
(thanks, Andre Luis Lopes)
* Unreleased, and stuff.
- -- Steve Kowalik <stevenk@debian.org> Wed, 11 Aug 2004 18:25:46 +1000
+ -- Steve Kowalik <stevenk@debian.org> Sun, 15 Aug 2004 12:10:09 +1000
alsa-driver (1.0.5a-1) unstable; urgency=low