Skip to content

Commit

Permalink
Let bcc debian build depend on 3.7|3.8
Browse files Browse the repository at this point in the history
In Xenial, llvm 3.8 will be available upstream without manual apt steps.
Add those packages as a possible dependency in our build.
  • Loading branch information
Brenden Blanco committed Apr 18, 2016
1 parent d604f35 commit 7598acb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Maintainer: Brenden Blanco <[email protected]>
Section: misc
Priority: optional
Standards-Version: 3.9.5
Build-Depends: debhelper (>= 9), cmake, libllvm3.7, llvm-3.7-dev, libclang-3.7-dev
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
Homepage: https://github.com/iovisor/bcc

Package: libbcc
Expand All @@ -20,7 +20,7 @@ Description: Shared Library for BPF Compiler Collection (BCC)

Package: python-bcc
Architecture: all
Depends: libbcc, python
Depends: libbcc, python, binutils
Description: Python wrappers for BPF Compiler Collection (BCC)

Package: bcc-tools
Expand Down

0 comments on commit 7598acb

Please sign in to comment.