ubuntu-drivers-common
ubuntu-drivers-common copied to clipboard
gpu-manager.c: remove dependency of dpkg-architecture from package dp…
call uname instead of dpkg-architecture.
fix bug LP: #1875339
Hi, thanks for your work. It think the correct solution is to add the missing dependency to ubuntu-drivers-common, though. uname is not always reliable, and I don't want tests to break in chroots.
IMHO, install dpkg-dev not seems right for me. I don't have much knowledge of uname, maybe something else more light-weighted shall just work.
In the meantime, I am +1 to have a quick fix in the first round, since it's fatal to certain devices.