about summary refs log tree commit diff
path: root/contrib/debian/REQUIRED_PACKAGES
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2026-07-03 19:53:23 +0200
committerMichael Biebl <biebl@debian.org>2026-07-03 19:53:23 +0200
commitaa308069bebf2d5a3200728caa69a76137c03d8b (patch)
treec0ba2281e801c4720a0d8a5e5ee943688234f088 /contrib/debian/REQUIRED_PACKAGES
parent0a4b2c29da4ccf259bbcea3298d15abebb94348f (diff)
parent537bfce2bda471c92caabd388589230200891509 (diff)
Update upstream source from tag 'upstream/1.58_rc1'
Update to upstream version '1.58~rc1'
with Debian dir 451489c9234e2b6b7c2f41ca6670287ea3ac3efd
Diffstat (limited to 'contrib/debian/REQUIRED_PACKAGES')
-rwxr-xr-xcontrib/debian/REQUIRED_PACKAGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/debian/REQUIRED_PACKAGES b/contrib/debian/REQUIRED_PACKAGES
index 68f62570..a4fb8985 100755
--- a/contrib/debian/REQUIRED_PACKAGES
+++ b/contrib/debian/REQUIRED_PACKAGES
@@ -43,6 +43,7 @@ install \
     iproute2 \
     iptables \
     libaudit-dev \
+    libbpf-dev \
     libcurl4-gnutls-dev \
     libdbus-1-dev \
     libgirepository1.0-dev \
@@ -80,6 +81,16 @@ install \
     \
     #end
 
+# bpftool is a virtual package on Ubuntu 22.04 and 24.04 (provided by
+# linux-tools-*), with no install candidate. Install it where a candidate
+# exists (Debian, Fedora, Ubuntu 25.04+) and skip it otherwise. It only
+# builds the CLAT skeleton, and CLAT needs libndp >= 1.9, which those images
+# lack (they ship 1.8), so their builds run with clat off and never use it.
+install_ignore_missing \
+    bpftool \
+    \
+    #end
+
 install_ignore_missing \
     python-setuptools \
     policykit-1 \