From patchwork Wed Mar 18 01:51:32 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: 1257139 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 48htLw137gz9sRN; 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 1jENs4-0001kE-22; Wed, 18 Mar 2020 01:51:48 +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 1jENs1-0001jN-U7 for kernel-team@lists.ubuntu.com; Wed, 18 Mar 2020 01:51:45 +0000 Received: from mail-qt1-f200.google.com ([209.85.160.200]) by youngberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1jENs1-0005GF-JE for kernel-team@lists.ubuntu.com; Wed, 18 Mar 2020 01:51:45 +0000 Received: by mail-qt1-f200.google.com with SMTP id b10so23534151qto.21 for ; Tue, 17 Mar 2020 18:51:45 -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=BtjkoK669WIgOqQH4if8DiO6GWss1V9sivz96oSxigc=; b=h5LITl+5Zs8o7bxPllC3U6nt4PV/da5ArsRk+rgiWq5vVKmalpSqJfr8WBdgmnGDNR lpq680dO46/t++cF3eMLJGtBBJeJ1AE8A+0I/1WzoyxGT2ubc8aH6rNmXFiA769MUB2o svtPVWVPDOS7x2UJQDIqO2Z8dzI8ihBBmpV27PN3hxLXRfyiSLyXOYB78leeAW5YqPJm lsAye8uSYpH2EJCm3UqmFWVo+MYsJ5VGoMHFyBOUfC9M0VsC1BBWri3n9RfpA2IEHbwf 5zwlJPU+sO7ySuQ7pr6ngj1AMg5FL4l/s47Aa0L0bXeW1aA//Loy6lpAcHydoowMMp7y KRnw== X-Gm-Message-State: ANhLgQ3jj4Qxd9SiKP8b6onlRifcvH4dpIZOZnhmdF7E69B+lItBv1cd 5KJ38jqJakAjTJ2TIDIX8UpbeE3a9g+kXCbypNTkMicktT8gPcrZcOC0XqkcM/T11dwS9dO5H4h T/QwYiu6ktDEiu+20NxEJzrnKCUfc2JlI0NVCauc+ X-Received: by 2002:aed:2ba2:: with SMTP id e31mr2151727qtd.286.1584496304140; Tue, 17 Mar 2020 18:51:44 -0700 (PDT) X-Google-Smtp-Source: ADFU+vuvYQRym0tHBQ23SgBIB29LGtq55K/y9XRiG2zuGmhK8G3/825FMHg9buzTbuVsNQHgYnideQ== X-Received: by 2002:aed:2ba2:: with SMTP id e31mr2151715qtd.286.1584496303868; Tue, 17 Mar 2020 18:51:43 -0700 (PDT) Received: from gallifrey.lan ([201.53.229.174]) by smtp.gmail.com with ESMTPSA id a15sm3090569qko.122.2020.03.17.18.51.42 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 17 Mar 2020 18:51:43 -0700 (PDT) From: Marcelo Henrique Cerri To: kernel-team@lists.ubuntu.com Subject: [bionic:linux-azure][PATCH] UBUNTU: [Packaging] linux-azure: Add dependency to linux-base-sgx Date: Tue, 17 Mar 2020 22:51:32 -0300 Message-Id: <20200318015135.8356-3-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-bionic/control.d/flavour-control.stub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.azure-bionic/control.d/flavour-control.stub b/debian.azure-bionic/control.d/flavour-control.stub index 0a501b05b2f5..6f2390ef64ed 100644 --- a/debian.azure-bionic/control.d/flavour-control.stub +++ b/debian.azure-bionic/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