From patchwork Wed Oct 30 09:41:39 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Timo Aaltonen X-Patchwork-Id: 1186626 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=none (p=none dis=none) header.from=ubuntu.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 4733Pm66zdz9sPw; Wed, 30 Oct 2019 20:41:48 +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 1iPkU4-00067D-1t; Wed, 30 Oct 2019 09:41:44 +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 1iPkU2-00066z-5Y for kernel-team@lists.ubuntu.com; Wed, 30 Oct 2019 09:41:42 +0000 Received: from kryptik.nebulazone.fi ([83.145.237.38] 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 1iPkU1-0005x4-US for kernel-team@lists.ubuntu.com; Wed, 30 Oct 2019 09:41:42 +0000 From: Timo Aaltonen To: kernel-team@lists.ubuntu.com Subject: [F][linux-meta][PATCH 1/2] Transition OEM and OSP1 kernel users to generic Date: Wed, 30 Oct 2019 11:41:39 +0200 Message-Id: <20191030094140.4844-1-tjaalton@ubuntu.com> X-Mailer: git-send-email 2.20.1 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/1850612 The kernel in focal should replace both. Signed-off-by: Timo Aaltonen --- debian/control.d/transitionals-oem | 38 +++++++++++++++++++++++++ debian/control.d/transitionals-oem-osp1 | 38 +++++++++++++++++++++++++ 2 files changed, 76 insertions(+) create mode 100644 debian/control.d/transitionals-oem create mode 100644 debian/control.d/transitionals-oem-osp1 diff --git a/debian/control.d/transitionals-oem b/debian/control.d/transitionals-oem new file mode 100644 index 0000000..b5d47d9 --- /dev/null +++ b/debian/control.d/transitionals-oem @@ -0,0 +1,38 @@ +Package: linux-image-oem +Architecture: amd64 +Section: oldlibs +Priority: optional +Depends: linux-image-generic +Description: Depends on the generic kernel image (dummy transitional package) + Transitional package for upgrades from linux-oem to generic + +Package: linux-oem +Architecture: amd64 +Section: oldlibs +Priority: optional +Depends: linux-generic +Description: Depends on the generic kernel image and headers (dummy transitional packages) + Transitional package for upgrades from linux-oem to generic + +Package: linux-oem-tools-host +Architecture: amd64 +Section: oldlibs +Priority: optional +Depends: linux-tools-host +Description: Linux kernel VM host tools (dummy transitional packages) + Transitional package for upgrades from linux-oem to generic + +Package: linux-tools-oem +Architecture: amd64 +Section: oldlibs +Depends: linux-tools-generic +Description: Linux kernel versioned Tools (dummy transitional package) + Transitional package for upgrades from linux-oem to generic + +Package: linux-headers-oem +Architecture: amd64 +Section: oldlibs +Priority: optional +Depends: linux-headers-generic +Description: Generic Linux kernel headers (dummy transitional package) + Transitional package for upgrades from linux-oem to generic diff --git a/debian/control.d/transitionals-oem-osp1 b/debian/control.d/transitionals-oem-osp1 new file mode 100644 index 0000000..c84007d --- /dev/null +++ b/debian/control.d/transitionals-oem-osp1 @@ -0,0 +1,38 @@ +Package: linux-image-oem-osp1 +Architecture: amd64 +Section: oldlibs +Priority: optional +Depends: linux-image-generic +Description: Depends on the generic kernel image (dummy transitional package) + Transitional package for upgrades from linux-oem-osp1 to generic + +Package: linux-oem-osp1 +Architecture: amd64 +Section: oldlibs +Priority: optional +Depends: linux-generic +Description: Depends on the generic kernel image and headers (dummy transitional packages) + Transitional package for upgrades from linux-oem-osp1 to generic + +Package: linux-oem-osp1-tools-host +Architecture: amd64 +Section: oldlibs +Priority: optional +Depends: linux-tools-host +Description: Linux kernel VM host tools (dummy transitional packages) + Transitional package for upgrades from linux-oem-osp1 to generic + +Package: linux-tools-oem-osp1 +Architecture: amd64 +Section: oldlibs +Depends: linux-tools-generic +Description: Linux kernel versioned tools (dummy transitional package) + Transitional package for upgrades from linux-oem-osp1 to generic + +Package: linux-headers-oem-osp1 +Architecture: amd64 +Section: oldlibs +Priority: optional +Depends: linux-headers-generic +Description: Generic Linux kernel headers (dummy transitional package) + Transitional package for upgrades from linux-oem-osp1 to generic