From patchwork Thu Mar 22 19:12:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/2,P/omap4] debian.ti-omap4/control* housekeeping Date: Thu, 22 Mar 2012 09:12:13 -0000 From: Tim Gardner X-Patchwork-Id: 148321 Message-Id: <4F6B798D.1020500@canonical.com> To: Ricardo Salveti Cc: kernel-team@lists.ubuntu.com On 03/22/2012 06:11 AM, Paolo Pisati wrote: > A fix and a cleanup for debian.ti-omap4/control.stub&c: > > 1) make linux-ti-omap4-headers provide linux-headers (thus fixing packages depending on it like dkms) > > 2) garbage collect unused entries > > BugLink: http://bugs.launchpad.net/bugs/960770 > > Paolo Pisati (2): > UBUNTU: linux-ti-omap4-headers provides linux-headers too > UBUNTU: gargabe collect unused entries in control.stub.in > > debian.ti-omap4/control.d/flavour-control.stub | 4 +- > debian.ti-omap4/control.stub.in | 61 +----------------------- > 2 files changed, 3 insertions(+), 62 deletions(-) > Ricardo - I think the correct fix for this is to add omap4 specific recommends to dkms. Can you add this patch to dkms and give it a try ? rtg 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 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