ricotz | 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 |
---|---|---|
ricotz | # only call dh_scour for packages in main | 06:59 |
ricotz | if grep -q '^Component:[[:space:]]*main' /CurrentlyBuilding 2>/dev/null; then dh_scour -pfirefox -Nfirefox-testsuite; fi | 06:59 |
ricotz | /bin/bash: dh_scour: command not found | 06:59 |
wgrant | ricotz: That's in cdbs | 08:44 |
wgrant | 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:44 |
ricotz | wgrant, ok, something seems to have changed then, like a dropped dependency, since the identical packaging works on artful | 08:48 |
ricotz | oh, https://launchpadlibrarian.net/355040931/cdbs_0.4.156ubuntu3_0.4.156ubuntu4.diff.gz | 08:49 |
ricotz | looks like I got caught up in the middle of a scour<->cdbs transition | 08:53 |
wgrant | Seems so. | 08:54 |
ricotz | I assume building with enabled -proposed should fix it | 08:54 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!