[Pkg-alsa-devel] [Debian ALSA CVS] debian/alsa-driver/debian (alsa-base.apm changelog)
Jordi Mallach
jordi@haydn.debian.org
Sun, 18 Apr 2004 14:08:38 -0600
Date: Sunday, April 18, 2004 @ 14:08:38
Author: jordi
Path: /cvsroot/pkg-alsa/debian/alsa-driver/debian
Modified: alsa-base.apm changelog
Oops. Fix apm bug.
---------------+
alsa-base.apm | 2 +-
changelog | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
Index: debian/alsa-driver/debian/alsa-base.apm
diff -u debian/alsa-driver/debian/alsa-base.apm:1.6 debian/alsa-driver/debian/alsa-base.apm:1.7
--- debian/alsa-driver/debian/alsa-base.apm:1.6 Tue Apr 13 16:18:04 2004
+++ debian/alsa-driver/debian/alsa-base.apm Sun Apr 18 14:08:37 2004
@@ -27,7 +27,7 @@
alsactl restore || true
elif [ "$force_stop_modules_before_suspend" = "stop-procs" ]; then
if [ -d /proc/asound ]; then
- fuser -k CONT $devices
+ fuser -k -CONT $devices
fi
fi
fi
Index: debian/alsa-driver/debian/changelog
diff -u debian/alsa-driver/debian/changelog:1.234 debian/alsa-driver/debian/changelog:1.235
--- debian/alsa-driver/debian/changelog:1.234 Thu Apr 15 07:20:54 2004
+++ debian/alsa-driver/debian/changelog Sun Apr 18 14:08:37 2004
@@ -1,6 +1,5 @@
alsa-driver (1.0.4-2) unstable; urgency=low
- * Suppossedly, this release fixes hotplug.
* Steve Kowalik:
- Actually do some work on this package!
- Check for the presence of either devfs or udev before creating device
@@ -12,6 +11,9 @@
(thanks, Martin Schwenke)
- Provide /etc/hotplug/blacklist.d/alsa-base, which lists every OSS
sound module, current as of 2.6.5. (Closes: #238694) (Not Done)
+ * Jordi Mallach:
+ - debian/alsa-base.apm: oopsy, fix nasty typo in the last upload. Thanks
+ Harald Staub (closes: #238994).
* Unreleased.
-- Steve Kowalik <stevenk@debian.org> Thu, 15 Apr 2004 22:44:04 +1000