Skip to content

Commit

Permalink
debian: add llvm6.0 as possible dependency
Browse files Browse the repository at this point in the history
In recent Ubuntu, llvm 6 is available. Use that as control file
dependency option.
  • Loading branch information
drzaeus77 committed Jul 9, 2018
1 parent 4ac6307 commit bf40e64
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ Maintainer: Brenden Blanco <[email protected]>
Section: misc
Priority: optional
Standards-Version: 3.9.5
Build-Depends: debhelper (>= 9), cmake, libllvm3.7 | libllvm3.8,
llvm-3.7-dev | llvm-3.8-dev, libclang-3.7-dev | libclang-3.8-dev,
Build-Depends: debhelper (>= 9), cmake,
libllvm3.7 | libllvm3.8 | libllvm6.0,
llvm-3.7-dev | llvm-3.8-dev | llvm-6.0-dev,
libclang-3.7-dev | libclang-3.8-dev | libclang-6.0-dev,
clang-format | clang-format-3.7 | clang-format-3.8 | clang-format-6.0,
libelf-dev, bison, flex, libfl-dev, libedit-dev, zlib1g-dev, git,
clang-format | clang-format-3.7 | clang-format-3.8, python (>= 2.7),
python-netaddr, python-pyroute2, luajit, libluajit-5.1-dev, arping,
inetutils-ping | iputils-ping, iperf, netperf, ethtool, devscripts,
python3
python (>= 2.7), python-netaddr, python-pyroute2, luajit,
libluajit-5.1-dev, arping, inetutils-ping | iputils-ping, iperf, netperf,
ethtool, devscripts, python3
Homepage: https://github.com/iovisor/bcc

Package: libbcc
Expand Down

0 comments on commit bf40e64

Please sign in to comment.