From patchwork Wed Jun 9 01:16:48 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leann Ogasawara X-Patchwork-Id: 55045 X-Patchwork-Delegate: leann.ogasawara@canonical.com 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 68F35B7D1F for ; Wed, 9 Jun 2010 11:17:00 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1OM9uX-00070u-To; Wed, 09 Jun 2010 02:16:53 +0100 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1OM9uW-00070p-3j for kernel-team@lists.ubuntu.com; Wed, 09 Jun 2010 02:16:52 +0100 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1OM9uW-0006QC-20 for ; Wed, 09 Jun 2010 02:16:52 +0100 Received: from c-76-105-148-120.hsd1.or.comcast.net ([76.105.148.120] helo=[192.168.1.4]) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1OM9uV-0002CJ-Ks for kernel-team@lists.ubuntu.com; Wed, 09 Jun 2010 02:16:52 +0100 Subject: [Maverick] [PATCH 1/1] UBUNTU: Update linux-headers-virtual depends clause From: Leann Ogasawara To: kernel-team Date: Tue, 08 Jun 2010 18:16:48 -0700 Message-ID: <1276046208.1221.20.camel@emiko> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.9 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 Note the following patch is against maverick linux-meta... >From 5c9cf303330acb569aa8261c2736661709c369f3 Mon Sep 17 00:00:00 2001 From: Leann Ogasawara Date: Tue, 8 Jun 2010 17:08:51 -0700 Subject: [PATCH 1/1] UBUNTU: Update linux-headers-virtual depends clause BugLink: http://bugs.launchpad.net/bugs/591041 Now that the virtual flavour has been converted to it's own regular flavour, as opposed to being a sub-flavour of server, the linux-headers-virtual meta package should no longer depend on the server flavour header package. Thus, update the linux-headers-virtual Depends clause to use the virtual flavour header package. Signed-off-by: Leann Ogasawara Acked-by: Tim Gardner --- meta-source/debian/control.d/virtual | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-source/debian/control.d/virtual b/meta-source/debian/control.d/virtual index bf1eded..210ecfe 100644 --- a/meta-source/debian/control.d/virtual +++ b/meta-source/debian/control.d/virtual @@ -2,10 +2,10 @@ Package: linux-headers-virtual Architecture: i386 amd64 Section: devel Priority: optional -Depends: ${misc:Depends}, linux-headers-${kernel-abi-version}-server | linux-headers-${kernel-abi-version}-generic-pae +Depends: ${misc:Depends}, linux-headers-${kernel-abi-version}-virtual Description: Linux kernel headers for virtual machines This package will always depend on the latest kernel headers available - for virtual machines (which are the same headers as for the server flavour). + for virtual machines. Package: linux-image-virtual Architecture: i386 amd64