On 3 May 2016 at 05:21, Tianon Gravi <admwig...@gmail.com> wrote: > On 1 May 2016 at 03:41, Michael Hudson-Doyle <michael.hud...@ubuntu.com> > wrote: >> dh_golang can fail when compiling with gccgo because in this case it's >> possible >> for go list to report no dependencies at all. Patch coming as soon as I get a >> bug number :-) > > Couldn't this also be fixed by just adding "-r" to the "xargs" invocation?
Ah TIL, yes. That would be easier :-) Cheers, mwh