The following commit has been merged in the master branch:
commit e9fc99d378b83b3b79a27bbc4bb58bc8abbfd2b9
Author: Stephen Kitt <[email protected]>
Date:   Sun Jan 15 14:12:20 2012 +0100

    Allow kmod as an alternative to module-init-tools.

diff --git a/debian/changelog b/debian/changelog
index 1317353..ca856e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,10 @@ oss-compat (1) unstable; urgency=low
     for the hint! (Closes: #651335.)
   * Make /etc/modprobe.d/oss-compat.conf a file, handling the various
     upgrade cases, and only removing it on purge. (Closes: #649507.)
+  * Add kmod as an alternative dependency to avoid preventing
+    module-init-tools' removal.
 
- -- Stephen Kitt <[email protected]>  Sat, 14 Jan 2012 11:41:40 +0100
+ -- Stephen Kitt <[email protected]>  Sun, 15 Jan 2012 14:06:16 +0100
 
 oss-compat (0.0.6) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 85bb33f..4240d4b 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Standards-Version: 3.9.2
 Package: oss-compat
 Architecture: all
 Multi-Arch: foreign
-Depends: module-init-tools | hurd, ${misc:Depends}
+Depends: kmod | module-init-tools | hurd, ${misc:Depends}
 Description: Open Sound System (OSS) compatibility package
  This package ensures that Open Sound System support is provided in
  some way. On Linux, it enables the ALSA compatibility modules. On

-- 
OSS compatibility package

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to