From patchwork Fri Aug 29 18:01:21 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Whitcroft X-Patchwork-Id: 384343 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 78B791400E9; Sat, 30 Aug 2014 04:01:36 +1000 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1XNQUQ-0007pu-30; Fri, 29 Aug 2014 18:01:34 +0000 Received: from mail-wg0-f49.google.com ([74.125.82.49]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1XNQUI-0007nn-UF for kernel-team@lists.ubuntu.com; Fri, 29 Aug 2014 18:01:26 +0000 Received: by mail-wg0-f49.google.com with SMTP id y10so2481437wgg.20 for ; Fri, 29 Aug 2014 11:01:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=+8VrKY5sLKdTGd7uOhOTv0i35fhb61hO9AEFQS3RvRk=; b=G39Ofg3KqLVW6fj7rKPkW9YCCu35kVKwvKVpc4o9DxlYEcOSARDtC74LevVN18oAEI YnBwv6FP6hjeyMBibtMKc4933KtBp5SR/hGERsw4veuT72W/DcfRO6y/iq+pJVnE+FCK HK/dqdgeLmmSxHL/1DmNywHwr33iZpmaACQPjOCv3rg6L9weJnbfwfSxKUBVzYsqkPhU RTc5JUtAJc9eGtwICAKKz7JVrWBs2HXbKPjBx2Ybbr1n2n+22hp5kmg1Hd0FBZPZpoeo CmaRTt6C7gMmsxSQbbDPz7OHmpAgpHVU8b4gqNV0W0yHsEmqmVqyHOCcCih3UurwwL0S SSfA== X-Gm-Message-State: ALoCoQm3hSZ42BYTI+KKhPRzSYevppeaS5pJbONFHmTxRzRINrjqXoHt2NM7faqFG6W1FOQSxygy X-Received: by 10.180.7.163 with SMTP id k3mr14743708wia.0.1409335286774; Fri, 29 Aug 2014 11:01:26 -0700 (PDT) Received: from localhost ([2001:470:6973:2:e5c6:9695:41e1:8a57]) by mx.google.com with ESMTPSA id z5sm2096527wib.20.2014.08.29.11.01.25 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 29 Aug 2014 11:01:26 -0700 (PDT) From: Andy Whitcroft To: kernel-team@lists.ubuntu.com Subject: [precise/lts-backport-trusty 2/2] UBUNTU: add linux-cloud-tools-lts-trusty recommends to linux-tools-lts-trusty Date: Fri, 29 Aug 2014 19:01:21 +0100 Message-Id: <1409335281-15180-4-git-send-email-apw@canonical.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1409335281-15180-1-git-send-email-apw@canonical.com> References: <1409335281-15180-1-git-send-email-apw@canonical.com> Cc: Andy Whitcroft X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: kernel-team-bounces@lists.ubuntu.com Signed-off-by: Andy Whitcroft --- meta-source/debian/changelog | 3 +++ meta-source/debian/control.d/generic | 1 + 2 files changed, 4 insertions(+) diff --git a/meta-source/debian/changelog b/meta-source/debian/changelog index 2f71430..7728d21 100644 --- a/meta-source/debian/changelog +++ b/meta-source/debian/changelog @@ -2,6 +2,9 @@ linux-meta-lts-trusty (3.13.0.35.31) UNRELEASED; urgency=low * added linux-cloud-tools-lts-generic to pull in the appropriate cloud tools on amd64 (LP: #1345059). + * added linux-cloud-tools-lts-generic as Recommends: on + linux-tools-lts-generic to simplify installation for legacy users + (LP: #1345059). -- Andy Whitcroft Thu, 28 Aug 2014 17:17:48 +0100 diff --git a/meta-source/debian/control.d/generic b/meta-source/debian/control.d/generic index c1cba78..20a3be2 100644 --- a/meta-source/debian/control.d/generic +++ b/meta-source/debian/control.d/generic @@ -22,6 +22,7 @@ Section: metapackages Priority: optional Provides: linux-tools Depends: ${misc:Depends}, linux-tools-${kernel-abi-version}-generic +Recommends: linux-cloud-tools-generic-lts-trusty [amd64] Description: Generic Linux kernel tools This metapackage will always depend on the latest generic 14.04 LTS kernel tools available.