From patchwork Mon Oct 7 16:06:06 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Agathe Porte X-Patchwork-Id: 1993734 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.ubuntu.com (client-ip=185.125.189.65; helo=lists.ubuntu.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=patchwork.ozlabs.org) Received: from lists.ubuntu.com (lists.ubuntu.com [185.125.189.65]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4XMkZY5wVHz1xtV for ; Tue, 8 Oct 2024 03:07:49 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=lists.ubuntu.com) by lists.ubuntu.com with esmtp (Exim 4.86_2) (envelope-from ) id 1sxqGs-0001Na-A6; Mon, 07 Oct 2024 16:07:42 +0000 Received: from smtp-relay-canonical-0.internal ([10.131.114.83] helo=smtp-relay-canonical-0.canonical.com) by lists.ubuntu.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1sxqGr-0001KY-04 for kernel-team@lists.ubuntu.com; Mon, 07 Oct 2024 16:07:41 +0000 Received: from localhost (2.general.gagath.uk.vpn [10.172.197.158]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-relay-canonical-0.canonical.com (Postfix) with ESMTPSA id 77E773F302 for ; Mon, 7 Oct 2024 16:07:40 +0000 (UTC) From: Agathe Porte To: kernel-team@lists.ubuntu.com Subject: [PATCH 6/9] UBUNTU: [Packaging] generate-control: use full path to parameterise-ancillaries in comment Date: Mon, 7 Oct 2024 18:06:06 +0200 Message-ID: <20241007160727.46074-7-agathe.porte@canonical.com> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20241007160727.46074-1-agathe.porte@canonical.com> References: <20241007160727.46074-1-agathe.porte@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" To be able to gf the file and not having to search for it. Signed-off-by: Agathe Porte --- debian/scripts/generate-control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/scripts/generate-control b/debian/scripts/generate-control index 7f94a54..556f327 100755 --- a/debian/scripts/generate-control +++ b/debian/scripts/generate-control @@ -47,7 +47,8 @@ def gen_depends(): print( f' linux-buildinfo-{abi_version}-{flavour} (= {unsigned_version}) [{" ".join(archs)}],' ) - # generate-only build-depends with a profile (activated by parameterise-ancillaries) + # generate-only build-depends with a profile + # (activated by debian/scripts/parameterise-ancillaries) gen_depends_uci() print(f" {generate_name} (= {source_version}) ,") for flavour, archs in signing.package_flavour_archs("extra"):