From patchwork Tue Jul 2 16:20:52 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Timo Aaltonen X-Patchwork-Id: 1955514 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 4WD7TK58btz1xqd for ; Wed, 3 Jul 2024 02:21:40 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=lists.ubuntu.com) by lists.ubuntu.com with esmtp (Exim 4.86_2) (envelope-from ) id 1sOgFz-0003v6-Al; Tue, 02 Jul 2024 16:21:27 +0000 Received: from smtp-relay-canonical-1.internal ([10.131.114.174] helo=smtp-relay-canonical-1.canonical.com) by lists.ubuntu.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1sOgFx-0003uk-FG for kernel-team@lists.ubuntu.com; Tue, 02 Jul 2024 16:21:25 +0000 Received: from localhost.localdomain (1.general.tjaalton.uk.vpn [10.172.193.56]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-relay-canonical-1.canonical.com (Postfix) with ESMTPSA id 973A23F326 for ; Tue, 2 Jul 2024 16:21:24 +0000 (UTC) From: Timo Aaltonen To: kernel-team@lists.ubuntu.com Subject: [SRU][J/hwe-6.8-meta][J/hwe-6.8-lrm][PATCH 0/2] Migrate oem-22.04* to hwe-22.04 Date: Tue, 2 Jul 2024 19:20:52 +0300 Message-ID: <20240702162054.4072140-1-tjaalton@ubuntu.com> X-Mailer: git-send-email 2.43.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: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" From: Timo Aaltonen Migrate oem-6.5 to hwe-6.8. meta: Timo Aaltonen (1): UBUNTU: [Packaging] Migrate oem-22.04* to hwe-22.04. debian/control.d/migrate-oem-22.04 | 76 +++++++++++++++++++++++++++++ debian/control.d/migrate-oem-22.04a | 60 +++++++++++++++++++++++ debian/control.d/migrate-oem-22.04b | 60 +++++++++++++++++++++++ debian/control.d/migrate-oem-22.04c | 60 +++++++++++++++++++++++ debian/control.d/migrate-oem-22.04d | 76 +++++++++++++++++++++++++++++ 5 files changed, 332 insertions(+) create mode 100644 debian/control.d/migrate-oem-22.04 create mode 100644 debian/control.d/migrate-oem-22.04a create mode 100644 debian/control.d/migrate-oem-22.04b create mode 100644 debian/control.d/migrate-oem-22.04c create mode 100644 debian/control.d/migrate-oem-22.04d lrm: Timo Aaltonen (1): UBUNTU: [Packaging] Migrate oem-22.04* to generic-22.04 debian/package.config | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) Acked-by: Stefan Bader Acked-by: Roxana Nicolescu