input-output-hk / iohk-nix

nix scripts shared across projects
62 stars 28 forks source link

Update Debian package with epoch 0 #540

Closed angerman closed 1 year ago

angerman commented 1 year ago

The Version field needs to start with a digit. The Version format is [epoch:]upstream_version[-debian_revision], as per Control files and their fields/List of fields/Version

For Epoch we have

This is a single (generally small) unsigned integer. It may be omitted, in which case zero is assumed. [...]

hence 0 seems the default anyway.