diff options
| author | Ben Hutchings <ben@decadent.org.uk> | 2017-01-27 22:10:56 +0000 |
|---|---|---|
| committer | Ben Hutchings <ben@decadent.org.uk> | 2017-01-27 22:10:56 +0000 |
| commit | ceaee3f1548d53d6c573b4d1894942106665aef7 (patch) | |
| tree | 6d346f88f9cd163fda2f1d4daeab2568f87984a5 /debian/linux-cpupower.manpages | |
| parent | 8c4510fb2e25cd2ddf22b9ed62cb0ba96a9de636 (diff) | |
| download | kernel_replicant_linux-ceaee3f1548d53d6c573b4d1894942106665aef7.tar.gz kernel_replicant_linux-ceaee3f1548d53d6c573b4d1894942106665aef7.tar.bz2 kernel_replicant_linux-ceaee3f1548d53d6c573b4d1894942106665aef7.zip | |
linux-cpupower: Use dh-exec architecture filtering for x86-specific filesdebian/4.9.6-2
Listing usr/sbin in linux-cpupower.install caused FTBFS on !x86 as
cpupower itself doesn't install anything there. Do the architecture
filtering in the debhelper lists instead of complicating
debian/rules.real further.
Diffstat (limited to 'debian/linux-cpupower.manpages')
| -rwxr-xr-x | debian/linux-cpupower.manpages | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/linux-cpupower.manpages b/debian/linux-cpupower.manpages new file mode 100755 index 000000000000..96f9593efbf7 --- /dev/null +++ b/debian/linux-cpupower.manpages @@ -0,0 +1,3 @@ +#!/usr/bin/dh-exec +[i386 amd64 x32] tools/power/x86/turbostat/turbostat.8 +[i386 amd64 x32] tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.8 |
