[Pkg-alsa-devel] [Debian ALSA CVS] debian/alsa-driver/debian (alsa-modules.postinst changelog)

Jordi Mallach jordi@quantz.debian.org
Sun, 15 Feb 2004 01:08:05 +0100


    Date: Sunday, February 15, 2004 @ 01:08:05
  Author: jordi
    Path: /cvsroot/pkg-alsa/debian/alsa-driver/debian

Modified: alsa-modules.postinst changelog

Prepare 1.0.2-1.


-----------------------+
 alsa-modules.postinst |    3 ++-
 changelog             |    7 +++++--
 2 files changed, 7 insertions(+), 3 deletions(-)


Index: debian/alsa-driver/debian/alsa-modules.postinst
diff -u debian/alsa-driver/debian/alsa-modules.postinst:1.4 debian/alsa-driver/debian/alsa-modules.postinst:1.5
--- debian/alsa-driver/debian/alsa-modules.postinst:1.4	Sat Aug 23 09:16:22 2003
+++ debian/alsa-driver/debian/alsa-modules.postinst	Sun Feb 15 01:08:05 2004
@@ -21,12 +21,13 @@
 	;;
 esac
 
+depmod -a _KVERS_ || :
+
 if [ -s /etc/alsa/modutils/_MAJORVERSION_ ]; then
 	echo "Configuration file for ALSA _MAJORVERSION_ exists."
 	if [ $(uname -r) = "_KVERS_" ]; then
 		echo "Attempting to start."
 		echo
-		depmod -a || :
 		invoke-rc.d alsa restart
 	fi
 else
Index: debian/alsa-driver/debian/changelog
diff -u debian/alsa-driver/debian/changelog:1.199 debian/alsa-driver/debian/changelog:1.200
--- debian/alsa-driver/debian/changelog:1.199	Sun Feb 15 00:23:34 2004
+++ debian/alsa-driver/debian/changelog	Sun Feb 15 01:08:05 2004
@@ -7,9 +7,12 @@
     - Split debian/patches/10_disable_gcc_version_check into two different
       patches (one for configure.in, one for configure) to make
       forward-porting to new versions easier.
-  * Unreleased. 
+  * Jordi Mallach:
+    - debian/alsa-modules.postinst: apply patch from Michel Dänzer to run
+      depmod correctly regardless what kernel version you're running when
+      you install an alsa-modules package, thanks! (closes: #231973)
 
- -- Jordi Mallach <jordi@debian.org>  Mon,  9 Feb 2004 13:23:32 +0100
+ -- Jordi Mallach <jordi@debian.org>  Sun, 15 Feb 2004 01:07:37 +0100
 
 alsa-driver (1.0.1-1) unstable; urgency=low