diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-01-12 13:02:20 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-01-12 13:08:32 +0000 |
commit | 4fd051f9c395efff4de53422b136103f7d4b1c30 (patch) | |
tree | b493471ba056d27c1fec5f6a007410d75e67cc0f /CONTRIBUTING.rst | |
parent | Rewrite build_debian_packages (diff) | |
download | synapse-4fd051f9c395efff4de53422b136103f7d4b1c30.tar.xz |
moar plusses!
turns out that 0.34.1.1+1 comes before 0.34.1.1+bionic (etc). The version may only contain "~ 0-9 A-Z a-z + - ." (sorting in that order). Option 1: replace "+" with something that sorts after +. Options are "-" (but dpkg-source complains about that) or "." (but that would mean we couldn't distinguish packaging-only changes from real changes). Option 2: stick with + and just find something that sorts after 'xenial'. The only options there are "-", "." (same problems as before), "z", and "+". Hence, ++1. Sorry.
Diffstat (limited to 'CONTRIBUTING.rst')
0 files changed, 0 insertions, 0 deletions