Hey. I use: --with single-binary in d/rules which (alone) cause lintian to complain: E: foo source: missing-build-dependency-for-dh-addon single_binary (does not satisfy libdebhelper-perl:any) [debian/rules] $ lintian-explain-tags missing-build-dependency-for-dh-addon N: E: missing-build-dependency-for-dh-addon N: N: The source package appears to be using a dh addon but doesn't build depend N: on the package that actually provides it. If it uses it, it must build N: depend on it. N: N: Visibility: error N: Show-Always: no N: Check: debhelper N: But isn't that a false positive? The package anyway depends already on debhelper (via `Build-Depends: debhelper-compat (= 14)`) and the also provides single_binary. Also shouldn't it print single-binary rather than single_binary? Cheers, Chris.