[linux-tools] 01/03: linux-perf: Include version number in strace groups installation directory
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Fri Feb 19 01:36:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch sid
in repository linux-tools.
commit 2b1e87a61f86c3dce6ff1813ebd2e5938047c61e
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Thu Feb 18 21:47:37 2016 +0000
linux-perf: Include version number in strace groups installation directory
Closes: #813080
---
debian/build/tools/perf/Makefile | 2 +-
debian/changelog | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/build/tools/perf/Makefile b/debian/build/tools/perf/Makefile
index c3d1c07..e1798e4 100644
--- a/debian/build/tools/perf/Makefile
+++ b/debian/build/tools/perf/Makefile
@@ -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+
diff --git a/debian/changelog b/debian/changelog
index 84e423a..76b6ff9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 at decadent.org.uk> Thu, 18 Feb 2016 21:46:41 +0000
+
linux-tools (4.4-1) unstable; urgency=medium
* Upload to unstable
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux-tools.git
More information about the Kernel-svn-changes
mailing list