diff options
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 12 | 
1 files changed, 9 insertions, 3 deletions
| diff --git a/debian/control b/debian/control index 1f2151284..1e593d378 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends:    gcc-multilib [amd64],    clang [amd64],    llvm [amd64], +  libbpf-dev [amd64],    libelf-dev (>= 0.2) [amd64],    libpcap-dev [amd64],    build-essential, @@ -24,6 +25,7 @@ Build-Depends:    python3-setuptools,    python3-sphinx,    python3-xmltodict, +  python3-pyhumps,    quilt,    whois  Standards-Version: 3.9.6 @@ -66,7 +68,7 @@ Depends:    ipaddrcheck,    iperf,    iperf3, -  iproute2, +  iproute2 (>= 6.0.0),    iputils-arping,    isc-dhcp-client,    isc-dhcp-relay, @@ -76,6 +78,7 @@ Depends:    lcdproc,    lcdproc-extra-drivers,    libatomic1, +  libbpf0 [amd64],    libcharon-extra-plugins (>=5.9),    libcharon-extauth-plugins (>=5.9),    libndp-tools, @@ -98,8 +101,7 @@ Depends:    nfct,    nftables (>= 0.9.3),    nginx-light, -  ntp, -  ntpdate, +  chrony,    nvme-cli,    ocserv,    opennhrp, @@ -129,6 +131,7 @@ Depends:    python3-netifaces,    python3-paramiko,    python3-psutil, +  python3-pyhumps,    python3-pystache,    python3-pyudev,    python3-six, @@ -150,8 +153,10 @@ Depends:    squidguard,    sshguard,    ssl-cert, +  sstp-client,    strongswan (>= 5.9),    strongswan-swanctl (>= 5.9), +  stunnel4,    sudo,    systemd,    telegraf (>= 1.20), @@ -191,6 +196,7 @@ Description: VyOS configuration scripts and data for VMware  Package: vyos-1x-smoketest  Architecture: all  Depends: + skopeo,   snmp,   vyos-1x  Description: VyOS build sanity checking toolkit | 
