You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.7 KiB
48 lines
1.7 KiB
Source: bcc
|
|
Maintainer: Brenden Blanco <bblanco@plumgrid.com>
|
|
Section: misc
|
|
Priority: optional
|
|
Standards-Version: 3.9.5
|
|
Build-Depends: debhelper (>= 9), cmake,
|
|
libllvm3.7 [!arm64] | libllvm3.8 [!arm64] | libllvm6.0,
|
|
llvm-3.7-dev [!arm64] | llvm-3.8-dev [!arm64] | llvm-6.0-dev,
|
|
libclang-3.7-dev [!arm64] | libclang-3.8-dev [!arm64] | libclang-6.0-dev,
|
|
clang-format | clang-format-3.7 [!arm64] | clang-format-3.8 [!arm64] | clang-format-6.0,
|
|
libelf-dev, bison, flex, libfl-dev, libedit-dev, zlib1g-dev, git,
|
|
python (>= 2.7), python-netaddr, python-pyroute2, luajit,
|
|
libluajit-5.1-dev, arping, inetutils-ping | iputils-ping, iperf, netperf,
|
|
ethtool, devscripts, python3, dh-python
|
|
Homepage: https://github.com/iovisor/bcc
|
|
|
|
Package: libbcc
|
|
Architecture: all
|
|
Depends: libc6, libstdc++6, libelf1
|
|
Description: Shared Library for BPF Compiler Collection (BCC)
|
|
Shared Library for BPF Compiler Collection to control BPF programs
|
|
from userspace.
|
|
|
|
Package: libbcc-examples
|
|
Architecture: any
|
|
Depends: libbcc (= ${binary:Version})
|
|
Description: Examples for BPF Compiler Collection (BCC)
|
|
|
|
Package: python-bcc
|
|
Architecture: all
|
|
Depends: libbcc (= ${binary:Version}), python, binutils
|
|
Description: Python wrappers for BPF Compiler Collection (BCC)
|
|
|
|
Package: python3-bcc
|
|
Architecture: all
|
|
Depends: libbcc (= ${binary:Version}), python3, binutils
|
|
Description: Python3 wrappers for BPF Compiler Collection (BCC)
|
|
|
|
Package: bcc-tools
|
|
Architecture: all
|
|
Depends: python-bcc (= ${binary:Version})
|
|
Description: Command line tools for BPF Compiler Collection (BCC)
|
|
|
|
Package: bcc-lua
|
|
Architecture: all
|
|
Depends: libbcc (= ${binary:Version})
|
|
Description: Standalone tool to run BCC tracers written in Lua
|