d/control: Add missing dependency libwaffle-dev -> libdrm-dev
-
d/control: Add missing dependency libwaffle-dev -> libdrm-dev
libwaffle-dev contains waffle-1.pc, which has a Requires on libdrm; therefore libwaffle-dev should depend on the package that contains libdrm.pc, which is libdrm-dev.
I've verified that this is sufficient to allow a simple test program to be linked to libwaffle in an otherwise minimal container.
Fixes: 5ab2d5a2 "d/control: Upstream replaced libudev dep with libdrm"
Closes: #1053836 -
d/control: libwaffle-dev no longer needs to depend on libudev-dev
waffle-1.pc no longer depends on udev.pc.
Fixes: 5ab2d5a2 "d/control: Upstream replaced libudev dep with libdrm"
-
d/tests: Add superficial autopkgtests
Even superficial tests like these are surprisingly good at detecting packaging issues, like a missing dependency on libdrm-dev.