Home | History | Annotate | Download | only in debian
      1 Source: bcc
      2 Maintainer: Brenden Blanco <bblanco (a] plumgrid.com>
      3 Section: misc
      4 Priority: optional
      5 Standards-Version: 3.9.5
      6 Build-Depends: debhelper (>= 9), cmake,
      7     libllvm3.7 [!arm64] | libllvm3.8 [!arm64] | libllvm6.0,
      8     llvm-3.7-dev [!arm64] | llvm-3.8-dev [!arm64] | llvm-6.0-dev,
      9     libclang-3.7-dev [!arm64] | libclang-3.8-dev [!arm64] | libclang-6.0-dev,
     10     clang-format | clang-format-3.7 [!arm64] | clang-format-3.8 [!arm64] | clang-format-6.0,
     11     libelf-dev, bison, flex, libfl-dev, libedit-dev, zlib1g-dev, git,
     12     python (>= 2.7), python-netaddr, python-pyroute2, luajit,
     13     libluajit-5.1-dev, arping, inetutils-ping | iputils-ping, iperf, netperf,
     14     ethtool, devscripts, python3, dh-python
     15 Homepage: https://github.com/iovisor/bcc
     16 
     17 Package: libbcc
     18 Architecture: all
     19 Depends: libc6, libstdc++6, libelf1
     20 Description: Shared Library for BPF Compiler Collection (BCC)
     21  Shared Library for BPF Compiler Collection to control BPF programs
     22  from userspace.
     23 
     24 Package: libbcc-examples
     25 Architecture: any
     26 Depends: libbcc (= ${binary:Version})
     27 Description: Examples for BPF Compiler Collection (BCC)
     28 
     29 Package: python-bcc
     30 Architecture: all
     31 Depends: libbcc (= ${binary:Version}), python, binutils
     32 Description: Python wrappers for BPF Compiler Collection (BCC)
     33 
     34 Package: python3-bcc
     35 Architecture: all
     36 Depends: libbcc (= ${binary:Version}), python3, binutils
     37 Description: Python3 wrappers for BPF Compiler Collection (BCC)
     38 
     39 Package: bcc-tools
     40 Architecture: all
     41 Depends: python-bcc (= ${binary:Version})
     42 Description: Command line tools for BPF Compiler Collection (BCC)
     43 
     44 Package: bcc-lua
     45 Architecture: all
     46 Depends: libbcc (= ${binary:Version})
     47 Description: Standalone tool to run BCC tracers written in Lua
     48