[PATCH 1/1][Questing] UBUNTU: [Packaging] fix build profile spec for bpftool

You-Sheng Yang vicamo.yang at canonical.com
Mon Sep 8 06:44:56 UTC 2025


bpftool is only neccesary for cross-compiling and for non-stage1 builds.
Fix the expression according to https://wiki.debian.org/BuildProfileSpec.

BugLink: https://bugs.launchpad.net/bugs/2122310
Signed-off-by: You-Sheng Yang <vicamo.yang at canonical.com>
---
 debian.master/control.stub.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian.master/control.stub.in b/debian.master/control.stub.in
index dd7e20bd1dde2..9bf2ad3269dce 100644
--- a/debian.master/control.stub.in
+++ b/debian.master/control.stub.in
@@ -51,7 +51,7 @@ Build-Depends:
  rustfmt:native [amd64 arm64 armhf ppc64el riscv64 s390x],
  uuid-dev <!stage1>,
  zstd <!stage1>,
- bpftool:native [amd64 arm64 armhf ppc64el riscv64 s390x] <!stage1> <cross>,
+ bpftool:native [amd64 arm64 armhf ppc64el riscv64 s390x] <!stage1 cross>,
 Build-Depends-Indep:
  asciidoc <!stage1>,
  bzip2 <!stage1>,
-- 
2.51.0




More information about the kernel-team mailing list