[06:59] hello, it seems I am running into "missing dh_scour" issues on bionic builders, I am not explicitly using it, but afaik launchpad adds thoses calls [06:59] # only call dh_scour for packages in main [06:59] if grep -q '^Component:[[:space:]]*main' /CurrentlyBuilding 2>/dev/null; then dh_scour -pfirefox -Nfirefox-testsuite; fi [06:59] /bin/bash: dh_scour: command not found [08:44] ricotz: That's in cdbs [08:44] cdbs-0.4.156ubuntu2/1/rules/debhelper.mk.in:if grep -q '^Component:[[:space:]]*main' /CurrentlyBuilding 2>/dev/null; then dh_scour -p$(cdbs_curpkg) $(DEB_DH_SCOUR_ARGS); fi [08:48] wgrant, ok, something seems to have changed then, like a dropped dependency, since the identical packaging works on artful [08:49] oh, https://launchpadlibrarian.net/355040931/cdbs_0.4.156ubuntu3_0.4.156ubuntu4.diff.gz [08:53] looks like I got caught up in the middle of a scour<->cdbs transition [08:54] Seems so. [08:54] I assume building with enabled -proposed should fix it