From patchwork Wed Mar 18 01:51:31 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcelo Henrique Cerri X-Patchwork-Id: 1257138 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 48htLv3BSCz9sQx; Wed, 18 Mar 2020 12:51:51 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1jENs3-0001jq-RY; Wed, 18 Mar 2020 01:51:47 +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 1jENrz-0001j3-UM for kernel-team@lists.ubuntu.com; Wed, 18 Mar 2020 01:51:43 +0000 Received: from mail-qk1-f199.google.com ([209.85.222.199]) by youngberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1jENrz-0005G9-JW for kernel-team@lists.ubuntu.com; Wed, 18 Mar 2020 01:51:43 +0000 Received: by mail-qk1-f199.google.com with SMTP id w124so24012084qkd.19 for ; Tue, 17 Mar 2020 18:51:43 -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:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=vTwIeg4HGh9XvDp/QdZlr9ssQ2dH6aTol26Z6UXFHSM=; b=Sf+mxwgcNUW1V+qMLde08E3EQBGdnhb/6lC+S/9ptj2SJPvojnT0+6AVmH3eGIijLt kfd4cBM7hOkyFX7mzvqI/Fyh16ps1XeB/ue8Ellwwy1ZW/oobsD0NJucpYEfPZo+CHja CdGRK6h/7hbDG6KisSVXHwtNjQT11j8XEaMqd5eEPALTSPnMvMwy/t2jT3JjFhGI+VJj It1MdUi3Oxr0bg6gFhlqBI41pTbqdilJeo5VjLmfjdTOdCvcg64HU6AmqNt92Hg25Im6 CgqWq28njBfk/IxTLmgwNDsm6sQkHjBBK93cCKC5HUhE3BDD0HWpJIZWGz4qSig9edjU oEkg== X-Gm-Message-State: ANhLgQ09B5C678ngS1VU4Osu0TH1ypXIXzzojXyzc4rFrTthDwKZV4co VWvq9LDDsjHgmMr3Fmpm87fqZm1mxRWWRvOufDhKboDgOWQPNtmQ7Knib2zPa94phgWD2ok4Cdy 3IMC5QDdDpPF+mt+og0sV82CvmVRoWEgmQ92JL+7X X-Received: by 2002:a37:6311:: with SMTP id x17mr1883439qkb.93.1584496302204; Tue, 17 Mar 2020 18:51:42 -0700 (PDT) X-Google-Smtp-Source: ADFU+vtsTjVTx8hlXZ+CVGzuHa6DzQhv9y2eAPLK3ZiCSQXm7OsisToctCriVWepeCYUa5e7bvJ/wA== X-Received: by 2002:a37:6311:: with SMTP id x17mr1883428qkb.93.1584496301897; Tue, 17 Mar 2020 18:51:41 -0700 (PDT) Received: from gallifrey.lan ([201.53.229.174]) by smtp.gmail.com with ESMTPSA id a15sm3090569qko.122.2020.03.17.18.51.40 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 17 Mar 2020 18:51:41 -0700 (PDT) From: Marcelo Henrique Cerri To: kernel-team@lists.ubuntu.com Subject: [xenial:linux-azure, bionic:linux-azure-4.15][PATCH] UBUNTU: [Packaging] linux-azure: Add dependency to linux-base-sgx Date: Tue, 17 Mar 2020 22:51:31 -0300 Message-Id: <20200318015135.8356-2-marcelo.cerri@canonical.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200318015135.8356-1-marcelo.cerri@canonical.com> References: <20200318015135.8356-1-marcelo.cerri@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" BugLink: https://bugs.launchpad.net/bugs/1867820 linux-base-sgx is a new binary package produced by linux-base that will keep all the version independent files, such as udev rules. Signed-off-by: Marcelo Henrique Cerri --- debian.azure/control.d/flavour-control.stub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.azure/control.d/flavour-control.stub b/debian.azure/control.d/flavour-control.stub index da9d889bd5e6..b298510305f3 100644 --- a/debian.azure/control.d/flavour-control.stub +++ b/debian.azure/control.d/flavour-control.stub @@ -49,7 +49,7 @@ Build-Profiles: Architecture: ARCH Section: kernel Priority: optional -Depends: ${misc:Depends}, ${shlibs:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-base-sgx Description: Linux kernel extra modules for version PKGVER on DESC Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an