Skip to content

community/linux-tools: fix perf/bash-completion subpackages

Dominique Martinet requested to merge martinetd/aports:linux-tools-fixes into master

It doesn't look like !33554 (merged) will be merged before 3.16 freeze so splitting plain fixes out

perf-bash-completion would install perf completion in /usr/share/bash-completion/completions/bash_completion.d because of our rename, and it won't be loaded from there.

It also contained cpupower's completion, which if we're not going to name this linux-tools-bash-completion should be in its own package so split it out.

also move perf files in perf subpackage: /usr/lib/perf/examples and /usr/share/perf-core were installed in linux-tools main package instead of perf's subpackage.
(Note /usr/share/perf-core also doesn't seem to exist on all arches)

(Perhaps it makes more sense to not install these at all instead? I've just moved things up so linux-tools package is empty)

Merge request reports