]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
UBUNTU: [Debian] package bpftool in linux-tools-common
authorQuentin Monnet <quentin.monnet@netronome.com>
Fri, 30 Aug 2019 17:43:53 +0000 (18:43 +0100)
committerPaolo Pisati <paolo.pisati@canonical.com>
Mon, 16 Sep 2019 13:07:00 +0000 (15:07 +0200)
commit6a13a40346541fa43870ddc3b39ac25eb924cae2
treecd683097b11a9e4c5eaddbf2d6c0d138d905f091
parentf9b432948d109df6b78df71e675bf1fc1eccf3ae
UBUNTU: [Debian] package bpftool in linux-tools-common

BugLink: https://bugs.launchpad.net/bugs/1774815
bpftool is a debugging and introspection tool for BPF elements,
developed by the BPF kernel community. Its source code is located in the
kernel repository, at tools/bpf/bpftool. Package it in linux-tools and
linux-tools-common.

Along the binary, package manual pages and bash completion file. Note
that the generated manual page bpf-helpers.7 is NOT packaged, as this
one is now included in the man-pages repository.

bpftool itself is installed under /usr/sbin/, to be consistent with its
Makefile.

Dependency python-docutils is added to Build-Depends-Indep, in order to
provide rst2man which is necessary to build bpftool's manual pages.

Signed-off-by: Quentin Monnet <quentin.monnet@netronome.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
debian.master/control.stub.in
debian.master/rules.d/amd64.mk
debian.master/rules.d/arm64.mk
debian.master/rules.d/armhf.mk
debian.master/rules.d/i386.mk
debian.master/rules.d/ppc64el.mk
debian.master/rules.d/s390x.mk
debian/rules
debian/rules.d/1-maintainer.mk
debian/rules.d/2-binary-arch.mk
debian/rules.d/3-binary-indep.mk