From patchwork Wed Feb 15 18:14:34 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/3] UBUNTU: [Config] clean up linux-tools package descriptions Date: Wed, 15 Feb 2012 08:14:34 -0000 From: Andy Whitcroft X-Patchwork-Id: 141362 Message-Id: <1329329674-15470-4-git-send-email-apw@canonical.com> To: kernel-team@lists.ubuntu.com Cc: Andy Whitcroft 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=.