I was searching for a solution to delete a specific version of a package from a repository with reprepro. I could only find:
sudo reprepro remove focal foobar
which seems to delete the complete package with all versions. I would like to keep the older versions.
Also a good enough solution would be to force to regenerate new checksums and replace the package when running sudo reprepro includedeb focal ~/debian_repo/*.deb, but I have not found a switch here to ignore this kind of error.