aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules.real
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2018-10-26 17:33:38 +0100
committerLuca Boccassi <bluca@debian.org>2018-11-30 14:03:52 +0000
commit6de833bc7e76cb4f860cb3f7ebd4f32f1e4df44b (patch)
tree5f020853c3f07d97110c451d1cd72f780b1a0d4e /debian/rules.real
parentf5f169ba999ce2a8f698b02c4d2f45d71ff0e1c7 (diff)
downloadkernel_replicant_linux-6de833bc7e76cb4f860cb3f7ebd4f32f1e4df44b.tar.gz
kernel_replicant_linux-6de833bc7e76cb4f860cb3f7ebd4f32f1e4df44b.tar.bz2
kernel_replicant_linux-6de833bc7e76cb4f860cb3f7ebd4f32f1e4df44b.zip
Do not ship python2-only call-graph-from-sql.
Diffstat (limited to 'debian/rules.real')
-rw-r--r--debian/rules.real2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules.real b/debian/rules.real
index fbd73022dac0..584103d0c5ae 100644
--- a/debian/rules.real
+++ b/debian/rules.real
@@ -686,6 +686,8 @@ install-perf: build-perf
dh_testroot
dh_prep
$(call make-tools,tools/perf) install DESTDIR=$(DIR)
+ # do not ship python2 script
+ rm -f $(DIR)/usr/lib/perf_$(VERSION)-core/scripts/python/call-graph-from-sql.py
dh_perl /usr/lib/perf_$(VERSION)-core/scripts/perl/Perf-Trace-Util/lib/
dh_python3 /usr/lib/perf_$(VERSION)-core/scripts/python/Perf-Trace-Util/lib/
dh_installchangelogs