diff -Nru dkms-2.2.0.3/debian/changelog dkms-2.2.0.3/debian/changelog
--- dkms-2.2.0.3/debian/changelog	2012-02-27 02:42:41.000000000 -0700
+++ dkms-2.2.0.3/debian/changelog	2012-03-22 12:55:32.000000000 -0600
@@ -1,3 +1,9 @@
+dkms (2.2.0.3-1ubuntu2) precise; urgency=low
+
+  * added linux-headers-omap4 and linux-image-omap4 to recommends 
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Thu, 22 Mar 2012 18:46:43 +0000
+
 dkms (2.2.0.3-1ubuntu1) precise; urgency=low
 
   * Only report bugs about supported kernel versions. This fixes a regression
diff -Nru dkms-2.2.0.3/debian/control dkms-2.2.0.3/debian/control
--- dkms-2.2.0.3/debian/control	2012-02-27 02:42:41.000000000 -0700
+++ dkms-2.2.0.3/debian/control	2012-03-22 12:54:30.000000000 -0600
@@ -22,8 +22,8 @@
  patch
 Recommends: fakeroot,
  menu | sudo,
- linux-headers-686-pae | linux-headers-amd64 | linux-headers-generic | linux-headers,
- linux-image
+ linux-headers-686-pae | linux-headers-amd64 | linux-headers-generic | linux-headers | linux-headers-omap4,
+ linux-image | linux-image-omap4
 Description: Dynamic Kernel Module Support Framework
  DKMS is a framework designed to allow individual kernel modules to be upgraded
  without changing the whole kernel. It is also very easy to rebuild modules as
