Re: Need some help with removing unpack-srcpkg-l1

2011-06-28 Thread Russ Allbery
Niels Thykier writes: > For this I was wondering if > my $job = { err => 'index-errors', ... } > appends the output to 'index-errors' or truncates the file before > writing. It truncates currently. Lintian::Command could be modified to make it append, though, which may not be a bad idea. I

Need some help with removing unpack-srcpkg-l1

2011-06-28 Thread Niels Thykier
Hi I am trying to remove the final unpack script (unpack-srcpkg-l1) by extending collection/index. I figured it would be a good time to add support for multiple tarballs for 3.0 (quilt). For this I was wondering if my $job = { err => 'index-errors', ... } appends the output to 'index-errors'