I'm about to upload to DELAYED with the changes proposed by Frank. Frank: if you prefer to NMU yourself, please go ahead.
diff -Naur 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 04:43:41.000000000 -0300
+++ oss-compat-0.0.4+nmu2/debian/changelog 2008-12-19 02:02:33.000000000 -0200
@@ -1,3 +1,16 @@
+oss-compat (0.0.4+nmu2) unstable; urgency=high
+
+ [ Frank Lichtenheld ]
+ * 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)
+
+ [ Martín Ferrari ]
+ * Uploading Frank's changes.
+
+ -- Martín Ferrari <[email protected]> Fri, 19 Dec 2008 02:02:32 -0200
+
oss-compat (0.0.4+nmu1) unstable; urgency=low
* Non-maintainer upload.
diff -Naur oss-compat-0.0.4+nmu1/linux oss-compat-0.0.4+nmu2/linux
--- oss-compat-0.0.4+nmu1/linux 2006-08-28 14:19:06.000000000 -0300
+++ oss-compat-0.0.4+nmu2/linux 2008-12-19 02:01:15.000000000 -0200
@@ -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 ; : ; }
signature.asc
Description: This is a digitally signed message part

