From patchwork Wed Feb 6 14:02:37 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Bader X-Patchwork-Id: 218625 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 7B2B92C02EA for ; Thu, 7 Feb 2013 01:02:52 +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 1U35aD-0003xh-74; Wed, 06 Feb 2013 14:02:41 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1U35aA-0003xa-NE for kernel-team@lists.ubuntu.com; Wed, 06 Feb 2013 14:02:38 +0000 Received: from p5b2e3ae1.dip.t-dialin.net ([91.46.58.225] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1U35aA-0000eR-Ea; Wed, 06 Feb 2013 14:02:38 +0000 From: Stefan Bader To: kernel-team@lists.ubuntu.com Subject: [raring-meta] Update linux-crashdump dependencies Date: Wed, 6 Feb 2013 15:02:37 +0100 Message-Id: <1360159357-19419-1-git-send-email-stefan.bader@canonical.com> X-Mailer: git-send-email 1.7.9.5 Cc: Louis Bouchard 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: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com Currently there is one complicating factor: kdump-tools is produced by the makedumpfile source package (which is in main) but the binary package kdump-tools is not (yet). Louis is looking into that. Though it seems not a too big issue given that the makedumpfile source and binary package are already in main. But after this change, the meta package may get stuck. Not sure whether it is better to wait for kdump-tools to be in main or go ahead and push for it through having the meta package held back by it. -Stefan --- From 028e8d62d24a71f3329100f05f0aa9543f40572a Mon Sep 17 00:00:00 2001 From: Stefan Bader Date: Wed, 6 Feb 2013 14:48:37 +0100 Subject: [PATCH] UBUNTU: Update linux-crashdump dependencies We were using some additional scripts in kexec-tools to produce kernel dumps via kexec. Though upstream and Debian got tools to create those dumps packaged as kdump-tools. We want to reduce the deviation from Debian, so changing the meta package to depend on kdump-tools. The kdump-tools package depends on kexec-tools and makedumpfile, so those two can be dropped from the dependencies. Signed-off-by: Stefan Bader --- meta-source/debian/control.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-source/debian/control.common b/meta-source/debian/control.common index 7cdbe0b..95afa6e 100644 --- a/meta-source/debian/control.common +++ b/meta-source/debian/control.common @@ -36,7 +36,7 @@ Description: Generic Linux kernel image. Package: linux-crashdump Architecture: i386 amd64 Section: devel -Depends: ${misc:Depends}, kexec-tools, makedumpfile, grub-pc (>= 1.96+20090611-1ubuntu2) | grub-efi-ia32 | grub-efi-amd64 | grub (>= 0.97-29ubuntu24) +Depends: ${misc:Depends}, kdump-tools, grub-pc (>= 1.96+20090611-1ubuntu2) | grub-efi-ia32 | grub-efi-amd64 | grub (>= 0.97-29ubuntu24) Recommends: apport Suggests: crash Description: Linux kernel crashdump setup for the latest generic kernel