summaryrefslogtreecommitdiffstats
path: root/debian/templates/image-extra-dev.control.in
diff options
context:
space:
mode:
Diffstat (limited to 'debian/templates/image-extra-dev.control.in')
-rw-r--r--debian/templates/image-extra-dev.control.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/templates/image-extra-dev.control.in b/debian/templates/image-extra-dev.control.in
new file mode 100644
index 0000000000..beaca6a66e
--- /dev/null
+++ b/debian/templates/image-extra-dev.control.in
@@ -0,0 +1,8 @@
+Package: linux-bpf-dev
+Meta-Rules-Target: bpf-dev
+Build-Profiles: <!pkg.linux.nokernel !pkg.linux.quick>
+Section: devel
+Depends: ${misc:Depends}
+Description: Headers for BPF development
+ The vmlinux.h header is provided to allow userspace to build BPF CO-RE
+ programs targeting the packaged kernel.