Debdelta

18 Bogdanp 2 8/23/2025, 11:03:42 PM debdelta.debian.net ↗

Comments (2)

king_geedorah · 2h ago
I'm curious if anybody has used this for their own systems and if the savings were substantial. Fedora used something seemingly equivalent (deltarpms) by default in dnf until last year[1] and the rationale for removing it seemed to be based at least in part on the idea that the savings were not substantial enough.

[1] https://fedoraproject.org/wiki/Changes/Drop_Delta_RPMs

ramses0 · 1h ago
It plays well with the Debian reproducible builds stuff to weed out as much non-essential variation as possible.

For certain packages, I'm guessing the byte-savings could be near-infinite. Already programs are encouraged to ship `foo` (potentially arch dependent) and `foo-data`, but imagine updating "just one font" in a blob of fonts, and not having to re-download _all_ other fonts in the package.

For some interpreted-language packages, these deltas would be nearly as efficient as `git` diffs. `M-somefile.js`, A-new file.js` and just modify the build timestamps on the rest...

The answer to your question should be relatively straightforward: just run it on a base/default major version upgrade and see how many MB of files have the same `md5` between releases?