Package: pristine-tar Version: 1.44 Severity: wishlist It would be nice if you could reconstruct PGP signature files of original upstream tarballs in case they got lost.
The signature file could probably easily be saved as part of the commit message if the signature file were in ASCII armored format. I think this is the format that uscan will save signature files in already, but if there were a real need for other formats, "gpg --enarmor" and "gpg --dearmor" could be performed as necessary. Cheers.