From patchwork Thu Oct 6 15:59:28 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leann Ogasawara X-Patchwork-Id: 118116 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 541B2B700E for ; Fri, 7 Oct 2011 02:59:43 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1RBqM8-00072i-NU; Thu, 06 Oct 2011 15:59:32 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1RBqM6-00072L-Ie for kernel-team@lists.ubuntu.com; Thu, 06 Oct 2011 15:59:30 +0000 Received: from c-24-21-156-70.hsd1.or.comcast.net ([24.21.156.70] helo=[192.168.1.3]) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1RBqM6-0005zb-7n for kernel-team@lists.ubuntu.com; Thu, 06 Oct 2011 15:59:30 +0000 Message-ID: <1317916768.2260.11.camel@adamo> Subject: [Oneiric][linux-meta][PATCH 1/1] UBUNTU: Add linux-image-extra-virtual meta package From: Leann Ogasawara To: kernel-team Date: Thu, 06 Oct 2011 08:59:28 -0700 X-Mailer: Evolution 3.2.0- Mime-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com BugLink: http://bugs.launchpad.net/bugs/869220 == SRU Justification == We've started shipping a linux-image-extra's package for the virtual flavor. We need to add the corresponding meta package or we will see a component mismatch in the archive: http://people.canonical.com/~ubuntu-archive/component-mismatches.txt From e9e0df878307b86398ab9505cb1471e36943c2e3 Mon Sep 17 00:00:00 2001 From: Leann Ogasawara Date: Thu, 6 Oct 2011 06:42:37 -0700 Subject: [PATCH] UBUNTU: Add linux-image-extra-virtual meta package BugLink: http://bugs.launchpad.net/bugs/869220 We've started shipping a linux-image-extra's package for the virtual flavor. Add the corresponding meta package. Signed-off-by: Leann Ogasawara --- meta-source/debian/control.d/virtual | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/meta-source/debian/control.d/virtual b/meta-source/debian/control.d/virtual index 210ecfe..f31c17e 100644 --- a/meta-source/debian/control.d/virtual +++ b/meta-source/debian/control.d/virtual @@ -24,3 +24,12 @@ Depends: ${misc:Depends}, linux-image-virtual (= ${binary:Version}) Description: Complete Linux kernel for virtual machines This package will always depend on the latest complete Linux kernel available for virtual machines. + +Package: linux-image-extra-virtual +Architecture: i386 amd64 +Section: metapackages +Priority: optional +Depends: ${misc:Depends}, linux-image-extra-${kernel-abi-version}-virtual +Description: Linux kernel extra modules for virtual machines + This package will always depend on the latest kernel extra modules available + for virtual machines.