summaryrefslogtreecommitdiffstats
path: root/debian/templates/control.tools-versioned.in
blob: 8719959d3ebeba2bd38c987b9f9443e5f4374886 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Package: linux-kbuild-@version@
Build-Profiles: <!stage1 !pkg.linux.notools>
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
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-perf-@version@
Build-Profiles: <!stage1 !pkg.linux.notools !pkg.linux.mintools !nopython>
Section: devel
Architecture: alpha amd64 arm64 armel armhf hppa i386 mips mips64 mips64el mipsel mipsn32 mipsn32el mipsr6 mipsr6el mipsn32r6 mipsn32r6el mips64r6 mips64r6el powerpc ppc64 ppc64el riscv64 s390 s390x sh4 sparc sparc64
Build-Depends:
 asciidoctor <!stage1 !nodoc !pkg.linux.notools !nopython>,
 gcc-multilib [amd64 mips64 mips64el mips64r6 mips64r6el ppc64 s390x sparc64],
 libaudit-dev,
 libbabeltrace-dev (>= 1.5.0),
# libbabeltrace-ctf-dev may or may not be needed as well
 libbabeltrace-dev (>= 1.5.3-2~) | libbabeltrace-ctf-dev (>= 1.5.0),
 libdw-dev,
 libiberty-dev,
 libnewt-dev,
 libnuma-dev,
 libperl-dev,
 libunwind-dev [amd64 arm64 armel armhf hppa i386 mips mips64 mips64el mipsel powerpc ppc64 ppc64el sh4],
 libopencsd-dev,
 python3-dev,
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, ${python3:Depends}
Recommends: linux-base
Provides: linux-tools-@version@
Conflicts: linux-tools-@version@
Replaces: linux-tools-@version@
Suggests: linux-doc-@version@
Description: Performance analysis tools for Linux @version@
 This package contains the 'perf' performance analysis tools for Linux
 kernel version @version@.
 .
 The linux-base package contains a 'perf' command which will invoke the
 appropriate version for the running kernel.

Package: linux-bootwrapper-@abiname@
Build-Profiles: <!stage1 !pkg.linux.notools>
Architecture: powerpc ppc64
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: foreign
Description: Boot wrapper tools for Linux @version@ on PowerPC
 This package provides the 'wrapper' script and related tools needed
 to process the Linux kernel image for use with some PowerPC platforms.