Add proper debian build support
authorBrenden Blanco <bblanco@plumgrid.com>
Wed, 26 Aug 2015 06:14:25 +0000 (23:14 -0700)
committerBrenden Blanco <bblanco@plumgrid.com>
Wed, 26 Aug 2015 06:20:31 +0000 (23:20 -0700)
commitbd8fea4fe5760902a2b1e4bff25fe47a2f1063b5
tree7143d9a9d7c5dc4004e7f3ba71fc8ffb045fa210
parent0c7ab873a3c9aa1dd41421dcc4830c59144e5120
Add proper debian build support

The cmake based build system is nice, but not quite production ready.
Move to the more painful but featureful debuild style. This is one step
towards an upstreamable package.

Rename libbpfprog (ugh) to libbcc.

Split out python-bpf and libbcc-examples into separate packages that
depend on libbcc.

Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
18 files changed:
CMakeLists.txt
Dockerfile.ubuntu
FAQ.txt
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/libbcc-examples.install [new file with mode: 0644]
debian/libbcc.install [new file with mode: 0644]
debian/python-bpf.install [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
scripts/README.md
src/cc/CMakeLists.txt
src/cc/libbcc.pc.in [moved from src/cc/libbpfprog.pc.in with 75% similarity]
src/python/CMakeLists.txt
src/python/bpf/__init__.py