Essentially the existing patch from the BR with the absolute
paths removed as requested. Seems to work fine for me now.
diff -Nru oss-compat-0.0.4+nmu1/debian/changelog
oss-compat-0.0.4+nmu2/debian/changelog
--- oss-compat-0.0.4+nmu1/debian/changelog 2008-07-22 09:43:41.000000000
+0200
+++ oss-compat-0.0.4+nmu2/debian/changelog 2008-11-29 20:43:02.000000000
+0100
@@ -1,3 +1,12 @@
+oss-compat (0.0.4+nmu2) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * Add the "install snd-{mixer,pcm,seq}" items alsa-base previously
+ had. Also remove the "install snd" item, we have no guarantee
+ that is is used anyway (see #397765). (Closes: #500460)
+
+ -- Frank Lichtenheld <[EMAIL PROTECTED]> Sat, 29 Nov 2008 20:40:10 +0100
+
oss-compat (0.0.4+nmu1) unstable; urgency=low
* Non-maintainer upload.
diff -Nru oss-compat-0.0.4+nmu1/linux oss-compat-0.0.4+nmu2/linux
--- oss-compat-0.0.4+nmu1/linux 2006-08-28 19:19:06.000000000 +0200
+++ oss-compat-0.0.4+nmu2/linux 2008-11-29 20:23:04.000000000 +0100
@@ -1 +1,3 @@
-install snd modprobe --ignore-install snd && modprobe snd-seq-oss && modprobe
snd-mixer-oss && modprobe snd-pcm-oss
+install snd-pcm modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { modprobe
--quiet snd-pcm-oss ; : ; }
+install snd-mixer modprobe --ignore-install snd-mixer $CMDLINE_OPTS && {
modprobe --quiet snd-mixer-oss ; : ; }
+install snd-seq modprobe --ignore-install snd-seq $CMDLINE_OPTS && { modprobe
--quiet snd-seq-midi ; modprobe --quiet snd-seq-oss ; : ; }
Gruesse,
--
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]