Comment 8 for bug 792193

Revision history for this message
Martin Pool (mbp) wrote : Re: [Bug 792193] Re: 'linux' import fails due to deleted librarian file (orig.tar.gz) in .dsc for 2.6.24-5.9 in hardy

Martin

On 3 June 2011 17:33, Andrew Bennetts <email address hidden> wrote:
> Specifically, although the import_package.py script for later revisions
> has noticed the md5 mismatch and downloaded the appropriate orig.tar.gz,
> it still says “We already have the needed upstream part”, because bzr-
> builddeb's import_dsc.DistributionBranch._do_import_package doesn't pass
> the upstream_md5 when it does:
>
>            if not self.has_upstream_version(version.upstream_version):
>
> If it did I think it would probably DTRT here.  What do other people
> think?  Does this matter?  Would adding “, upstream_md5” to that call be
> a good idea

It seems plausible.