Package: reprepro Sometimes one needs to update checksums in a dsc to match the files on disk, usually this is a result of Debian releasing two orig tarballs with the same name, same contents but slight differences in the tarball metadata.
Right now to fix this I can do something like. changestool --create temp.changes adddsc fonts-senamirmir-washra_4.1-5.dsc changestool temp.changes updatechecksums rm temp.changes This works but is annoying, it would be useful if I could use updatechecksums directly on dsc files.