Bug#529470: [buildd-tools-devel] Bug#529470: sbuild: tries to call isin without approppriate use clause in batch mode

2009-05-19 Thread Roger Leigh
tags 529470 + fixed-upstream pending thanks On Tue, May 19, 2009 at 10:48:29AM -0300, Gustavo Noronha Silva wrote: > Package: sbuild > Version: 0.58.3-1 > Severity: normal > > My buildd told me sbuild had failed many times, so I went to > investigate and this seems to be the problem: > > Undefin

Bug#529470: sbuild: tries to call isin without approppriate use clause in batch mode

2009-05-19 Thread Gustavo Noronha Silva
Package: sbuild Version: 0.58.3-1 Severity: normal My buildd told me sbuild had failed many times, so I went to investigate and this seems to be the problem: Undefined subroutine &main::isin called at /usr/bin/sbuild line 214. Adding 'use Sbuild qw(isin);' to /usr/bin/sbuild fixed it. Thanks,