|
|
|
@ -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
|
|
|
|
|