[Pkg-dkms-commits] r35 - dkms/trunk/debian
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Thu Dec 11 16:15:50 UTC 2008
Author: hanska-guest
Date: 2008-12-11 16:15:50 +0000 (Thu, 11 Dec 2008)
New Revision: 35
Modified:
dkms/trunk/debian/control
Log:
Fixing Depends
Modified: dkms/trunk/debian/control
===================================================================
--- dkms/trunk/debian/control 2008-12-11 16:14:25 UTC (rev 34)
+++ dkms/trunk/debian/control 2008-12-11 16:15:50 UTC (rev 35)
@@ -14,8 +14,8 @@
Package: dkms
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
- module-init-tools, bash (>> 1.99), linux-image, linux-headers
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ module-init-tools, linux-headers, awk
Recommends: patch, make, gcc, fakeroot
Description: Dynamic Kernel Module Support Framework
DKMS is a framework designed to allow individual kernel modules to be upgraded
More information about the Pkg-dkms-commits
mailing list