Package: cdbs Version: 0.4.161 Severity: normal Hi,
Thanks for migrating cdbs to use compat 10. Unfortunately, it seems that the test suite still uses a deprecated compat level by default. """ m4_define([OUR_COMPAT], m4_expand([5]))# OUR_COMPAT """ (from tests/local.at) The trivial part is bumping it to 10, but some of the tests need to be updated to cope (e.g. -dbg packages will start to use ".build-id" rather than /usr/lib/debug/$DIR/$NAME). ~Niels

