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.remotes/origin/buster debian/4.9.6-2
parent
8c4510fb2e
commit
ceaee3f154
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/dh-exec
|
||||
usr/bin
|
||||
usr/sbin
|
||||
[i386 amd64 x32] usr/sbin
|
||||
usr/share/
|
||||
|
@ -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
|
Loading…
Reference in new issue