From patchwork Wed Feb 15 18:14:34 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Whitcroft X-Patchwork-Id: 141362 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 971111007D6 for ; Thu, 16 Feb 2012 05:15:08 +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 1RxjNd-0002c3-Qh; Wed, 15 Feb 2012 18:15:01 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1RxjNI-0002Qu-77 for kernel-team@lists.ubuntu.com; Wed, 15 Feb 2012 18:14:40 +0000 Received: from 79-78-220-96.dynamic.dsl.as9105.com ([79.78.220.96] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1RxjNI-0000kx-0D; Wed, 15 Feb 2012 18:14:40 +0000 From: Andy Whitcroft To: kernel-team@lists.ubuntu.com Subject: [PATCH 3/3] UBUNTU: [Config] clean up linux-tools package descriptions Date: Wed, 15 Feb 2012 18:14:34 +0000 Message-Id: <1329329674-15470-4-git-send-email-apw@canonical.com> X-Mailer: git-send-email 1.7.9 In-Reply-To: <1329329674-15470-1-git-send-email-apw@canonical.com> References: <1329329674-15470-1-git-send-email-apw@canonical.com> Cc: Andy Whitcroft 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 BugLink: http://bugs.launchpad.net/bugs/593107 Based on a patch by Benjamin Kerensa . Signed-off-by: Andy Whitcroft --- debian.master/control.stub.in | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/debian.master/control.stub.in b/debian.master/control.stub.in index e589302..0c7a935 100644 --- a/debian.master/control.stub.in +++ b/debian.master/control.stub.in @@ -51,9 +51,10 @@ Section: admin Priority: optional Depends: ${misc:Depends} Replaces: SRCPKGNAME-tools (<= 2.6.32-16.25) -Description: Linux kernel specific tools for version PKGVER +Description: Linux kernel version specific tools for version PKGVER This package provides the architecture independent parts for kernel - version locked tools in the PKGVER kernel source. + version locked tools (such as perf and x86_energy_perf_policy) for + version PGKVER. Package: linux-headers-PKGVER-ABINUM Architecture: all @@ -84,8 +85,9 @@ Architecture: i386 amd64 powerpc ppc64 armel armhf Section: devel Priority: optional Depends: ${misc:Depends}, ${shlibs:Depends}, linux-tools-common -Description: Linux kernel tools for version PKGVER-ABINUM +Description: Linux kernel version specific tools for version PKGVER-ABINUM This package provides the architecture dependant parts for kernel - version locked tools for version PKGVER-ABINUM on + version locked tools (such as perf and x86_energy_perf_policy) for + version PKGVER-ABINUM on =HUMAN=.