aboutsummaryrefslogtreecommitdiffstats
path: root/debian/templates/control.source.in
blob: 7a48b2594ffded26cf464fe13c11cd8b9851eca9 (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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Section: kernel
Priority: optional
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Uploaders: Bastian Blank <waldi@debian.org>, maximilian attems <maks@debian.org>, Ben Hutchings <ben@decadent.org.uk>, Salvatore Bonaccorso <carnil@debian.org>
Standards-Version: 4.1.1
Build-Depends:
 debhelper (>= 10.1~), dh-exec,
# used to run debian/bin/*.py
 python3:any,
# used by debian/rules.real to prepare the source
 quilt,
# used by debian/rules.real to build linux-doc and linux-headers
 cpio <!stage1>,
# used by upstream to compress kernel and by debian/rules.real to build linux-source
 xz-utils <!stage1>,
# used by debian/rules.real to build linux-perf and linux-support
 dh-python <!stage1>,
# used by upstream to build genksyms, kconfig, and perf
 bison <!stage1>, flex (>= 2.6.1-1.1~) <!stage1>,
Build-Depends-Arch:
# used by debian/rules.real to build udebs
 kernel-wedge (>= 2.93~) <!stage1>,
# used by kernel-wedge (only on Linux, thus not declared as a dependency)
 kmod <!stage1>,
# used by upstream to build include/generated/timeconst.h
 bc <!stage1>,
# used by upstream to build signing tools and to process certificates
 libssl-dev:native <!stage1>, libssl-dev <!stage1 !pkg.linux.notools cross>,
 openssl (>= 1.1.0-1~) <!stage1>,
# used by upstream to build objtool (native for amd64 images; host arch for
# linux-kbuild) and perf (host arch)
 libelf-dev:native [amd64] <!stage1>, libelf-dev <!stage1 !pkg.linux.notools>,
# used by upstream to build perf documentation
 asciidoc-base <!stage1 !nodoc !pkg.linux.notools>,
 xmlto <!stage1 !nodoc !pkg.linux.notools>,
# used by upstream to build perf
 gcc-multilib [amd64 ppc64 s390x sparc64] <!stage1 !pkg.linux.notools !nopython>,
 libaudit-dev <!stage1 !pkg.linux.notools !nopython>,
 libbabeltrace-dev (>= 1.5.0) <!stage1 !pkg.linux.notools !nopython>,
# - libbabeltrace-ctf-dev may or may not be needed as well
 libbabeltrace-dev (>= 1.5.3-2~) <!stage1 !pkg.linux.notools !nopython> | libbabeltrace-ctf-dev (>= 1.5.0) <!stage1 !pkg.linux.notools !nopython>,
 libdw-dev <!stage1 !pkg.linux.notools !nopython>,
 libiberty-dev <!stage1 !pkg.linux.notools !nopython>,
 libnewt-dev <!stage1 !pkg.linux.notools !nopython>,
 libnuma-dev [amd64 arm64 hppa i386 mips mips64 mips64el mipsel mipsn32 mipsn32el mipsr6 mipsr6el mipsn32r6 mipsn32r6el mips64r6 mips64r6el powerpc powerpcspe ppc64 ppc64el sparc x32] <!stage1 !pkg.linux.notools !nopython>,
 libperl-dev <!stage1 !pkg.linux.notools !nopython>,
 libunwind8-dev [amd64 armel armhf arm64 i386] <!stage1 !pkg.linux.notools !nopython>,
 python-dev <!stage1 !pkg.linux.notools !nopython>,
# used by upstream to build usbip
 autoconf <!stage1 !pkg.linux.notools>,
 automake <!stage1 !pkg.linux.notools>,
 libtool <!stage1 !pkg.linux.notools>,
 libglib2.0-dev <!stage1 !pkg.linux.notools>,
 libudev-dev <!stage1 !pkg.linux.notools>,
 libwrap0-dev <!stage1 !pkg.linux.notools>,
# used by debian/rules.d/tools/usb/usbip to build usbip
 rsync <!stage1 !pkg.linux.notools>,
# used by upstream to build cpupower
 libpci-dev <!stage1 !pkg.linux.notools>,
Build-Depends-Indep:
# used by debian/rules.real to build linux-source
 patchutils <!stage1>,
# used by upstream to build documentation
 graphviz <!stage1 !nodoc>,
 python-sphinx <!stage1 !nodoc>,
 python-sphinx-rtd-theme <!stage1 !nodoc>,
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/kernel-team/linux.git
Vcs-Browser: https://salsa.debian.org/kernel-team/linux
Homepage: https://www.kernel.org/