From patchwork Fri Nov 27 13:29:55 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thadeu Lima de Souza Cascardo X-Patchwork-Id: 1407213 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 4CjFqf4Xvpz9sSf; Sat, 28 Nov 2020 00:30:21 +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 1kidpI-0005kh-3S; Fri, 27 Nov 2020 13:30:16 +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 1kidpG-0005kV-Bf for kernel-team@lists.ubuntu.com; Fri, 27 Nov 2020 13:30:14 +0000 Received: from 1.general.cascardo.us.vpn ([10.172.70.58] helo=localhost.localdomain) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1kidpF-0008Lj-LM; Fri, 27 Nov 2020 13:30:14 +0000 From: Thadeu Lima de Souza Cascardo To: kernel-team@lists.ubuntu.com Subject: [Unstable 0/2] Packaging dependencies Date: Fri, 27 Nov 2020 10:29:55 -0300 Message-Id: <20201127132957.2496795-1-cascardo@canonical.com> X-Mailer: git-send-email 2.27.0 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: , Cc: Thadeu Lima de Souza Cascardo Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" Whenever I want to install different kernel versions for testing, I want to just ask for either the image or the modules package and get both installed just fine. The linux-modules package, however, does not depend on either linux-image packages (while linux-modules-extra does, which is an inconsistency too). When doing it on real hardware where linux-modules-extra is desirable, if I am using aptitude, I could just browse for the linux-modules-extra package if it was on the list of Suggests for the linux-image package. But it's not. In both cases, these two relationships are in line with policy, and should be the default. Start applying them to Unstable and seeing what breaks. Thadeu Lima de Souza Cascardo (2): UBUNTU: [Packaging]: linux-modules should depend on linux-image UBUNTU: [Packaging]: linux-image should suggest linux-modules-extra debian.master/control.d/flavour-control.stub | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Acked-by: Andrea Righi