From b0512bce81f2bb4055af1df66e8698d9f54d16fe Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sat, 22 Feb 2014 23:20:19 +0000 Subject: [PATCH] linux-tools: Remove the 'trace_3.13' link to perf I don't think we should install this alias yet: - We need a wrapper for it anyway, so there's little point adding a versioned link - It doesn't work out-of-the-box as non-root (it depends on debugfs), so it's less widely useful than strace - 'perf trace' doesn't take much more typing svn path=/dists/sid/linux-tools/; revision=21106 --- debian/build/tools/perf/Makefile | 7 +++++++ debian/changelog | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/debian/build/tools/perf/Makefile b/debian/build/tools/perf/Makefile index 38a656d0e..b42098ecf 100644 --- a/debian/build/tools/perf/Makefile +++ b/debian/build/tools/perf/Makefile @@ -46,6 +46,13 @@ endif install: ifdef KERNEL_ARCH_PERF +$(MAKE_PERF) -C $(top_srcdir)/tools/perf -f Makefile.perf O=$(CURDIR)/out install VERSION=$(VERSION) +# Don't install a 'trace' alias yet: +# - We need a wrapper for it anyway, so there's little point adding a +# versioned link +# - It doesn't work out-of-the-box as non-root (it depends on debugfs), +# so it's less widely useful than strace +# - 'perf trace' doesn't take much more typing + rm -f $(DESTDIR)/usr/bin/trace_$(VERSION) endif clean: diff --git a/debian/changelog b/debian/changelog index fe6d567ef..3d93ab4a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +linux-tools (3.13.4-2) UNRELEASED; urgency=medium + + * linux-tools: Remove the 'trace_3.13' link to perf + + -- Ben Hutchings Sat, 22 Feb 2014 23:13:30 +0000 + linux-tools (3.13.4-1) unstable; urgency=medium * New upstream stable update: