Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moar plusses! | Richard van der Hoff | 2019-01-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | 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. | ||||
* | s/Breaks/Conflicts/ in debian/control | Richard van der Hoff | 2019-01-11 | 1 | -0/+6 |
| | | | | Otherwise people can't upgrade from matrix-synapse without removing it first | ||||
* | changelog, for debian | Amber Brown | 2019-01-11 | 1 | -0/+6 |
| | |||||
* | debian: Remove Breaks: matrix-synapse-ldap3 v0.34.1+1 | Richard van der Hoff | 2019-01-09 | 1 | -0/+8 |
| | |||||
* | 0.34.1 v0.34.1 | Richard van der Hoff | 2019-01-09 | 1 | -2/+3 |
| | |||||
* | Update debian Conflicts specifications (#4349) | Richard van der Hoff | 2019-01-04 | 1 | -0/+7 |
| | | | ... to allow installation alongside our matrix-synapse transitional package. | ||||
* | Debian packaging via dh_virtualenv (#4285) | Richard van der Hoff | 2018-12-20 | 1 | -0/+11 |
| | |||||
* | import from package-debian-synapse | Amber Brown | 2018-12-20 | 1 | -0/+630 |