From patchwork Thu Oct 6 15:58:56 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leann Ogasawara X-Patchwork-Id: 118115 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 D4895B70B2 for ; Fri, 7 Oct 2011 02:59:22 +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 1RBqLg-0006u5-5G; Thu, 06 Oct 2011 15:59:04 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1RBqLa-0006tt-OZ for kernel-team@lists.ubuntu.com; Thu, 06 Oct 2011 15:58:58 +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 1RBqLa-0005zL-DW for kernel-team@lists.ubuntu.com; Thu, 06 Oct 2011 15:58:58 +0000 Message-ID: <1317916736.2260.10.camel@adamo> Subject: [Oneiric][PATCH 1/1] UBUNTU: Resolve linux-image-extra's install dependency From: Leann Ogasawara To: kernel-team Date: Thu, 06 Oct 2011 08:58:56 -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/869270 == SRU Justification == We are currently unable to install the linux-image-extra virtual flavor package due to a dependency issue. I've tested and confirmed the following fix resolves the issue and allows the installation of linux-image-extra for the virtual flavor. From 1af157fdfefa6e49a92cc86a87f295b052f1ee84 Mon Sep 17 00:00:00 2001 From: Leann Ogasawara Date: Thu, 6 Oct 2011 08:21:28 -0700 Subject: [PATCH] UBUNTU: Resolve linux-image-extra's install dependency BugLink: http://bugs.launchpad.net/bugs/869270 Fix up the following install dependency issue: The following packages have unmet dependencies: linux-image-extra-3.0.0-12-virtual : Depends: linux-image-3.0.0-12-virtual (= 3.0.0) but 3.0.0-12.19 is to be installed E: Unable to correct problems, you have held broken packages. Signed-off-by: Leann Ogasawara --- debian.master/control.d/flavour-control.stub | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian.master/control.d/flavour-control.stub b/debian.master/control.d/flavour-control.stub index f304d96..f6184a4 100644 --- a/debian.master/control.d/flavour-control.stub +++ b/debian.master/control.d/flavour-control.stub @@ -51,7 +51,7 @@ Package: linux-image-extra-PKGVER-ABINUM-FLAVOUR Architecture: ARCH Section: admin Priority: optional -Depends: ${misc:Depends}, ${shlibs:Depends}, linux-image-PKGVER-ABINUM-FLAVOUR (= PKGVER) +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-image-PKGVER-ABINUM-FLAVOUR Description: Linux kernel image for version PKGVER on DESC This package contains the Linux kernel image for version PKGVER on DESC.