From patchwork Mon Jul 20 14:32:52 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alberto Milone X-Patchwork-Id: 1332456 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4B9PNV1L8tz9sTV; Tue, 21 Jul 2020 00:33:30 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1jxWr8-0003EH-SY; Mon, 20 Jul 2020 14:33:26 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1jxWr7-0003Dm-8t for kernel-team@lists.ubuntu.com; Mon, 20 Jul 2020 14:33:25 +0000 Received: from mail-wr1-f70.google.com ([209.85.221.70]) by youngberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1jxWr7-0003UE-1t for kernel-team@lists.ubuntu.com; Mon, 20 Jul 2020 14:33:25 +0000 Received: by mail-wr1-f70.google.com with SMTP id o12so12192692wrj.23 for ; Mon, 20 Jul 2020 07:33:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=oztOJC3OCr84LE2XNJ80Uuiuj+aiaaAMdCZ5ogtkIZI=; b=WJq8P4M9ByAyXS92QkJnzrc9yi1Kha0xTk0NwcBxqoGRx+V2a4OkMgi7Z0FoZ5hmgD 8/gtQ6ZoUvIlND1nXuIdD57UGK3cs4YGQhQYrbOFqJkIIZtuX3Od3hPFP37Iug5hA4KI OzQa/yM4rVOAyea1mF+6gQwEr2UJF801LzrLZZCqjh8yaVbtTiKzUdwEameqRwoh4UCT 4u1DVDLhDh/yHA4/X4h/1SgFkdVx3h4CaZIaNIO79H3x9Hr3DohFfUvZ1IipHUQ3K1E1 7iNmjABFSawktK6c/wLsV4v2mxLOGA6clAEDcCrf0VOlzSarDT7/uZPs0dFhLkU338yX /aHw== X-Gm-Message-State: AOAM5337cBxQ4phstZch+pST9OyjBv9EBLH80fkpgO42hqxHXOjcedjl 21FbauWFFpQ/knZraCDLL+B+bLuwnUoTv0e+4NeNx0hbeuBDeKKOEpyWZ+9TCN8DstlkIlCKVA4 ci5bhE/q3TRMYtdvunVUOz9Dxb+u+sejzlO8/Jmd6PQ== X-Received: by 2002:adf:f488:: with SMTP id l8mr8127033wro.123.1595255604049; Mon, 20 Jul 2020 07:33:24 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzAiZSSuNsQBwSe1hTpIeKpIB1f8YOyJajfkLlRS1dZoMfy37MNagcyaZ+A0EIhw5M2OMZ43w== X-Received: by 2002:adf:f488:: with SMTP id l8mr8127019wro.123.1595255603827; Mon, 20 Jul 2020 07:33:23 -0700 (PDT) Received: from thinkpad.lan (dynamic-adsl-94-34-33-205.clienti.tiscali.it. [94.34.33.205]) by smtp.gmail.com with ESMTPSA id k126sm35120885wme.17.2020.07.20.07.33.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 20 Jul 2020 07:33:23 -0700 (PDT) From: Alberto Milone To: kernel-team@lists.ubuntu.com Subject: [PATCH V2 3/5 G][L-R-M] UBUNTU: [packaging] drop nvidia-kernel-common dependency from the ABI metas Date: Mon, 20 Jul 2020 16:32:52 +0200 Message-Id: <20200720143254.4136051-4-alberto.milone@canonical.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200720143254.4136051-1-alberto.milone@canonical.com> References: <20200720143254.4136051-1-alberto.milone@canonical.com> MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" This drops the dependency on nvidia-kernel-common from the ABI meta packages, since the dependency is already expressed by the main meta packages. BugLink: https://bugs.launchpad.net/bugs/1881137 Signed-off-by: Alberto Milone --- debian/control.d/nvidia | 6 ------ 1 file changed, 6 deletions(-) diff --git a/debian/control.d/nvidia b/debian/control.d/nvidia index c99ab02..7284bfb 100644 --- a/debian/control.d/nvidia +++ b/debian/control.d/nvidia @@ -9,7 +9,6 @@ Depends: ${shlibs:Depends}, binutils, linux-image-@ABI@-generic | linux-image-unsigned-@ABI@-generic, - nvidia-kernel-common-390, Description: Linux kernel nvidia modules for version @ABI@ This package contains the Linux kernel nvidia modules for version @ABI@. . @@ -29,7 +28,6 @@ Depends: ${shlibs:Depends}, binutils, linux-image-@ABI@-generic | linux-image-unsigned-@ABI@-generic, - nvidia-kernel-common-435, Description: Linux kernel nvidia modules for version @ABI@ This package contains the Linux kernel nvidia modules for version @ABI@. . @@ -49,7 +47,6 @@ Depends: ${shlibs:Depends}, binutils, linux-image-@ABI@-generic | linux-image-unsigned-@ABI@-generic, - nvidia-kernel-common-440, Description: Linux kernel nvidia modules for version @ABI@ This package contains the Linux kernel nvidia modules for version @ABI@. . @@ -69,7 +66,6 @@ Depends: ${shlibs:Depends}, binutils, linux-image-@ABI@-lowlatency | linux-image-unsigned-@ABI@-lowlatency, - nvidia-kernel-common-390, Description: Linux kernel nvidia modules for version @ABI@ This package contains the Linux kernel nvidia modules for version @ABI@. . @@ -89,7 +85,6 @@ Depends: ${shlibs:Depends}, binutils, linux-image-@ABI@-lowlatency | linux-image-unsigned-@ABI@-lowlatency, - nvidia-kernel-common-435, Description: Linux kernel nvidia modules for version @ABI@ This package contains the Linux kernel nvidia modules for version @ABI@. . @@ -109,7 +104,6 @@ Depends: ${shlibs:Depends}, binutils, linux-image-@ABI@-lowlatency | linux-image-unsigned-@ABI@-lowlatency, - nvidia-kernel-common-440, Description: Linux kernel nvidia modules for version @ABI@ This package contains the Linux kernel nvidia modules for version @ABI@. .