Skip to content

Commit b3a306c

Browse files
committed
fix: add dependencies for linux-tools
1 parent e052818 commit b3a306c

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

debian.master/control.stub.in

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ Build-Depends:
99
automake <!stage1>,
1010
bc <!stage1>,
1111
bindgen:native [amd64 arm64 armhf ppc64el riscv64 s390x],
12+
binutils-dev,
1213
bison <!stage1>,
13-
clang-19:native [amd64 arm64 armhf ppc64el riscv64 s390x],
14+
clang:native [amd64 arm64 armhf ppc64el riscv64 s390x],
1415
cpio,
1516
curl <!stage1>,
1617
debhelper-compat (= 10),
@@ -21,7 +22,10 @@ Build-Depends:
2122
java-common <!stage1>,
2223
kmod <!stage1>,
2324
libaudit-dev <!stage1>,
25+
libbpf-dev,
26+
libbpf-tools,
2427
libcap-dev <!stage1>,
28+
libcapstone-dev,
2529
libdebuginfod-dev [amd64 arm64 armhf ppc64el s390x riscv64] <!stage1>,
2630
libdw-dev <!stage1>,
2731
libelf-dev <!stage1>,
@@ -30,13 +34,15 @@ Build-Depends:
3034
libnewt-dev <!stage1>,
3135
libnuma-dev [amd64 arm64 ppc64el s390x] <!stage1>,
3236
libpci-dev <!stage1>,
37+
libperl-dev,
3338
libssl-dev <!stage1>,
34-
libstdc++-dev,
39+
libstdc++-14-dev,
3540
libtool <!stage1>,
3641
libtraceevent-dev [amd64 arm64 armhf ppc64el s390x riscv64] <!stage1>,
3742
libtracefs-dev [amd64 arm64 armhf ppc64el s390x riscv64] <!stage1>,
3843
libudev-dev <!stage1>,
3944
libunwind8-dev [amd64 arm64 armhf ppc64el] <!stage1>,
45+
llvm-dev,
4046
makedumpfile:native [amd64] <!stage1>,
4147
openssl <!stage1>,
4248
dwarves (>= 1.21) [amd64 arm64 armhf ppc64el s390x riscv64] <!stage1>,

debian/control

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ Build-Depends:
1111
automake <!stage1>,
1212
bc <!stage1>,
1313
bindgen:native [amd64 arm64 armhf ppc64el riscv64 s390x],
14+
binutils-dev,
1415
bison <!stage1>,
15-
clang-19:native [amd64 arm64 armhf ppc64el riscv64 s390x],
16+
clang:native [amd64 arm64 armhf ppc64el riscv64 s390x],
1617
cpio,
1718
curl <!stage1>,
1819
debhelper-compat (= 10),
@@ -23,7 +24,10 @@ Build-Depends:
2324
java-common <!stage1>,
2425
kmod <!stage1>,
2526
libaudit-dev <!stage1>,
27+
libbpf-dev,
28+
libbpf-tools,
2629
libcap-dev <!stage1>,
30+
libcapstone-dev,
2731
libdebuginfod-dev [amd64 arm64 armhf ppc64el s390x riscv64] <!stage1>,
2832
libdw-dev <!stage1>,
2933
libelf-dev <!stage1>,
@@ -32,13 +36,15 @@ Build-Depends:
3236
libnewt-dev <!stage1>,
3337
libnuma-dev [amd64 arm64 ppc64el s390x] <!stage1>,
3438
libpci-dev <!stage1>,
39+
libperl-dev,
3540
libssl-dev <!stage1>,
36-
libstdc++-dev,
41+
libstdc++-14-dev,
3742
libtool <!stage1>,
3843
libtraceevent-dev [amd64 arm64 armhf ppc64el s390x riscv64] <!stage1>,
3944
libtracefs-dev [amd64 arm64 armhf ppc64el s390x riscv64] <!stage1>,
4045
libudev-dev <!stage1>,
4146
libunwind8-dev [amd64 arm64 armhf ppc64el] <!stage1>,
47+
llvm-dev,
4248
makedumpfile:native [amd64] <!stage1>,
4349
openssl <!stage1>,
4450
dwarves (>= 1.21) [amd64 arm64 armhf ppc64el s390x riscv64] <!stage1>,

0 commit comments

Comments
 (0)