diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-01-11 17:05:45 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-01-11 17:05:45 +0000 |
commit | 91fa34b3fa93eded7aad45dcc44885124ad76960 (patch) | |
tree | eb0bb40fab6407ff40b56b19c7d7422aa9f2138f /debian/control | |
parent | changelog, for debian (diff) | |
download | synapse-91fa34b3fa93eded7aad45dcc44885124ad76960.tar.xz |
s/Breaks/Conflicts/ in debian/control
Otherwise people can't upgrade from matrix-synapse without removing it first
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 634f04284a..b85e36c6ca 100644 --- a/debian/control +++ b/debian/control @@ -19,9 +19,9 @@ Homepage: https://github.com/matrix-org/synapse Package: matrix-synapse-py3 Architecture: amd64 Provides: matrix-synapse -Breaks: - matrix-synapse (<< 0.34.0-0matrix2), - matrix-synapse (>= 0.34.0-1), +Conflicts: + matrix-synapse (<< 0.34.0.1-0matrix2), + matrix-synapse (>= 0.34.0.1-1), Pre-Depends: dpkg (>= 1.16.1) Depends: adduser, |