cargo-bundle icon indicating copy to clipboard operation
cargo-bundle copied to clipboard

Generates non-reproducible Installed-Size field

Open guillemj opened this issue 3 years ago • 0 comments

[ Stumbled over this, and did a quick review over the implementation for conformance issues. :) ]

The generated Installed-Size field appears to be created using an out of date algorithm, which produces unreproducible values depending on the file system type and settings.

The current algorithm used by dpkg-gencontrol is described in the deb-substvars(5) man page, the Debian policy is currently out of date, see the following Debian policy bug for the reference to the discussion that prompted the change.

guillemj avatar May 23 '21 11:05 guillemj