From patchwork Thu Mar 22 19:12:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Gardner X-Patchwork-Id: 148321 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 2A137B6EF3 for ; Fri, 23 Mar 2012 06:12:21 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1SAnQc-0000AH-BC; Thu, 22 Mar 2012 19:12:06 +0000 Received: from mail-yx0-f177.google.com ([209.85.213.177]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1SAnQa-0000AB-1H for kernel-team@lists.ubuntu.com; Thu, 22 Mar 2012 19:12:04 +0000 Received: by yenm10 with SMTP id m10so2528247yen.8 for ; Thu, 22 Mar 2012 12:12:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type; bh=cCipqM1aqTDk0D4PYYgvaYtQe8VS7lOs9vGTVpUdOxA=; b=03/BamYcH0w4LS0AhbSd59Wo2jxXkuHdB+V1hRk9e1auP+GjyFFgNeuynv/cQUakEa qaR0PNyUOVSOexiUlqhIobsBHsqhJG9pT5hxlItq9Lg66JA6c1BissM2JgAfsGCizbz2 GEOdSoRI52B4JQj/6qpxnlRuxY0LKE7Ij9vjSD7rRyHThyd+T/YAoJQBgaPwLZbgKH7I si61CJyc4XyfXBUCuG8Kf1mW8+RwR+ZF8KcORsRTEXyFH+HFPuWupTtepq8aE+LsqgMN +1dM2Rh6W2dgbVcXAjlSxAV/mv6la2Vo1nSIeiuByPyWj3wM5Fp8pOEqrPHFqrx7RB/M eBaw== Received: by 10.182.0.48 with SMTP id 16mr11664239obb.23.1332443523343; Thu, 22 Mar 2012 12:12:03 -0700 (PDT) Received: from [192.168.1.101] (host-174-45-43-11.hln-mt.client.bresnan.net. [174.45.43.11]) by mx.google.com with ESMTPS id b6sm5504010obe.12.2012.03.22.12.12.01 (version=SSLv3 cipher=OTHER); Thu, 22 Mar 2012 12:12:02 -0700 (PDT) Message-ID: <4F6B798D.1020500@canonical.com> Date: Thu, 22 Mar 2012 13:12:13 -0600 From: Tim Gardner User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.27) Gecko/20120216 Thunderbird/3.1.19 MIME-Version: 1.0 To: Ricardo Salveti Subject: Re: [PATCH 0/2] [P/omap4] debian.ti-omap4/control* housekeeping References: <1332418286-2618-1-git-send-email-paolo.pisati@canonical.com> In-Reply-To: <1332418286-2618-1-git-send-email-paolo.pisati@canonical.com> Cc: kernel-team@lists.ubuntu.com X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@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