From patchwork Tue Jul 16 16:56:12 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Bader X-Patchwork-Id: 1132873 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) 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 45p64C1gfdz9sNC; Wed, 17 Jul 2019 02:56:27 +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 1hnQkZ-0004Bt-HH; Tue, 16 Jul 2019 16:56:23 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1hnQkX-0004B9-3g for kernel-team@lists.ubuntu.com; Tue, 16 Jul 2019 16:56:21 +0000 Received: from 1.general.smb.uk.vpn ([10.172.193.28] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1hnQkW-0001lX-OG for kernel-team@lists.ubuntu.com; Tue, 16 Jul 2019 16:56:20 +0000 From: Stefan Bader To: kernel-team@lists.ubuntu.com Subject: [d+b/linux-meta-aws] UBUNTU: [Packaging] Start shipping modules-extra Date: Tue, 16 Jul 2019 18:56:12 +0200 Message-Id: <20190716165618.22684-3-stefan.bader@canonical.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190716165618.22684-1-stefan.bader@canonical.com> References: <20190716165618.22684-1-stefan.bader@canonical.com> 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: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://bugs.launchpad.net/bugs/1836706 To be consistent across derivatives and in order to allow out of tree modules to properly compile and giving a quick work-around to people needing additional modules by default, we re-enable shipping linux-modules-extra. This adds a linux-modules-extra-aws meta package which allows keeping it in sync with the kernel. Signed-off-by: Stefan Bader --- debian/control.d/aws | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/debian/control.d/aws b/debian/control.d/aws index f49edb1..5b20475 100644 --- a/debian/control.d/aws +++ b/debian/control.d/aws @@ -14,6 +14,14 @@ Description: Linux kernel image for Amazon Web Services (AWS) systems. This package will always depend on the latest kernel image available for Amazon Web Services (AWS) systems. +Package: linux-modules-extra-aws +Architecture: amd64 arm64 +Section: kernel +Depends: ${misc:Depends}, linux-modules-extra-${kernel-abi-version}-aws +Description: Extra modules for Amazon Web Services (AWS) systems. + This package will always depend on the latest extra modules package available + for Amazon Web Services (AWS) systems. + Package: linux-tools-aws Architecture: amd64 arm64 Section: kernel