From c2faa8741df04d6ccd5d58a81069e18ca5d5defd Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 3 Aug 2015 22:45:04 +0000 Subject: [PATCH] linux-tools: Rename to linux-perf-, since other tools are in other binary packages svn path=/dists/trunk/linux-tools/; revision=22896 --- debian/changelog | 2 ++ debian/templates/control.main.in | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 451de4334617..f73d4c100c43 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ linux-tools (4.1.4-1) UNRELEASED; urgency=medium page date * hyperv-daemons: Only attempt to build package on i386, amd64 (fixes FTBFS on other architectures) + * linux-tools: Rename to linux-perf-, since other tools are + in other binary packages -- Ben Hutchings Mon, 13 Jul 2015 19:52:17 +0100 diff --git a/debian/templates/control.main.in b/debian/templates/control.main.in index 3b613687ec23..2c2432addb29 100644 --- a/debian/templates/control.main.in +++ b/debian/templates/control.main.in @@ -5,11 +5,12 @@ Multi-Arch: foreign Description: Kbuild infrastructure for Linux @version@ This package provides the kbuild infrastructure for the headers packages for Linux kernel version @version@. -Package: linux-tools-@version@ +Package: linux-perf-@version@ Section: devel Architecture: alpha amd64 arm64 armel armhf hppa i386 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390 s390x sh4 sparc sparc64 x32 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, ${python:Depends} Recommends: linux-base (>= 3.4~) +Provides: linux-tools-@version@ Suggests: linux-doc-@version@ Description: Performance analysis tools for Linux @upstreamversion@ This package contains the 'perf' performance analysis tools for Linux