Comment 3 for bug 62976

Revision history for this message
Celso Providelo (cprov) wrote : Re: duplicate package/version allowed in unapproved queue

You did, the code to refuse (name, version) duplication in ACCEPTED queue is already in place, but it doesn't work inside the same batch ("queue accept foo").

Ok, I didn't think about the filename mess with debdiff, thank you for pointing it.
The second fix will become:

 * Refuse to fetch queue items which will generate disk file overwrite (warn the user about the conflict)

Is it better ?