Autor: Mark Hindley Data: Dla: Daniel Reurich CC: devuan-dev Temat: Re: [devuan-dev] Patch dak to skip duplicate source uploads when
importing.
On Thu, Dec 05, 2019 at 08:57:58AM +1300, Daniel Reurich wrote: > Mark, this is the wrong approach. The correct approach is to fix dak so
> it checks and strips the signature from clearsigned files before doing
> the checksum. There is already a function in python-apt that can do
> this. It's a one liner fix, that would solve the issue. I can send you
> a patch for this.
I have been thinking about this. Doesn't that mean that dak will store the
checksum of the dsc file without the signature. However, the file served from
the pool will have a signature and it will not match what is in Sources? APT
will not like that.