linux-perf: Include version number in strace groups installation directory

Closes: #813080
This commit is contained in:
Ben Hutchings 2016-02-18 21:47:37 +00:00
parent d7161dc252
commit 2b1e87a61f
2 changed files with 8 additions and 1 deletions

View File

@ -35,7 +35,7 @@ MAKE_PERF := $(MAKE) prefix=/usr V=1 ARCH=$(KERNEL_ARCH_PERF) EXTRA_WARNINGS=-Wn
MAKE_PERF += NO_GTK2=1
# Include version in all directory names
MAKE_PERF += perfexecdir=lib/perf_$(VERSION)-core plugindir=/usr/lib/traceevent_$(VERSION)/plugins
MAKE_PERF += perfexecdir=lib/perf_$(VERSION)-core plugindir=/usr/lib/traceevent_$(VERSION)/plugins STRACE_GROUPS_DIR=share/perf_$(VERSION)-core/strace/groups
# perf can link against libbfd if available, but the result is
# undistributable as they are licenced under GPL v2 and v3+

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
linux-tools (4.4-2) UNRELEASED; urgency=medium
* linux-perf: Include version number in strace groups installation directory
(Closes: #813080)
-- Ben Hutchings <ben@decadent.org.uk> Thu, 18 Feb 2016 21:46:41 +0000
linux-tools (4.4-1) unstable; urgency=medium
* Upload to unstable