Bump recommended version of linux-base to 3.4 to get fixed perf wrapper

In earlier versions of linux-base, the perf wrapper will call the
wrong command e.g. perf_3.1.0 instead of perf_3.1.

svn path=/dists/trunk/linux-tools/; revision=18279
This commit is contained in:
Ben Hutchings 2011-11-14 05:52:11 +00:00
parent 197c9e0702
commit 0074a87e33
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Description: Kbuild infrastructure for Linux @version@
Package: linux-tools-@version@
Architecture: alpha amd64 armel armhf hppa i386 powerpc ppc64 s390 s390x sh4 sparc sparc64
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, ${python:Depends}
Recommends: linux-base (>= 2.6.32-16)
Recommends: linux-base (>= 3.4)
Suggests: linux-doc-@version@
Description: Performance analysis tools for Linux @upstreamversion@
This package contains the 'perf' performance analysis tools for Linux