[Pkg-alsa-devel] [Debian ALSA CVS] debian/alsa-driver/debian (alsa-modules.postinst changelog)
Jordi Mallach
jordi@haydn.debian.org
Tue, 16 Mar 2004 16:28:18 -0700
Date: Tuesday, March 16, 2004 @ 16:28:18
Author: jordi
Path: /cvsroot/pkg-alsa/debian/alsa-driver/debian
Modified: alsa-modules.postinst changelog
Apply fix for #236543.
-----------------------+
alsa-modules.postinst | 2 +-
changelog | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
Index: debian/alsa-driver/debian/alsa-modules.postinst
diff -u debian/alsa-driver/debian/alsa-modules.postinst:1.5 debian/alsa-driver/debian/alsa-modules.postinst:1.6
--- debian/alsa-driver/debian/alsa-modules.postinst:1.5 Sat Feb 14 17:08:05 2004
+++ debian/alsa-driver/debian/alsa-modules.postinst Tue Mar 16 16:28:18 2004
@@ -21,7 +21,7 @@
;;
esac
-depmod -a _KVERS_ || :
+depmod -a -F /boot/System.map-_KVERS_ _KVERS_ || :
if [ -s /etc/alsa/modutils/_MAJORVERSION_ ]; then
echo "Configuration file for ALSA _MAJORVERSION_ exists."
Index: debian/alsa-driver/debian/changelog
diff -u debian/alsa-driver/debian/changelog:1.227 debian/alsa-driver/debian/changelog:1.228
--- debian/alsa-driver/debian/changelog:1.227 Tue Mar 9 09:46:57 2004
+++ debian/alsa-driver/debian/changelog Tue Mar 16 16:28:18 2004
@@ -1,8 +1,11 @@
alsa-driver (1.0.3-2) unstable; urgency=low
* Jordi Mallach:
- - debian/po/cs.po: New Czech translation of debconf templates
+ - debian/po/cs.po: new Czech translation of debconf templates
(thanks Miroslav Kure <kurem@upcase.inf.upol.cz>; closes: #235644).
+ - debian/alsa-modules.postinst: apply patch from Jamin W. Collins to
+ avoid unresolved symbols when calling depmod on alsa-modules's
+ postinsts (closes: #236543).
* Unreleased.
-- Jordi Mallach <jordi@debian.org> Tue, 9 Mar 2004 17:44:27 +0100