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 | |
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')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 09bb0001e5..29d55496e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +matrix-synapse-py3 (0.34.1.1+1) UNRELEASED; urgency=medium + + * Update conflicts specifications to allow smoother transition from matrix-synapse. + + -- Synapse Packaging team <packages@matrix.org> Fri, 11 Jan 2019 17:04:28 +0000 + matrix-synapse-py3 (0.34.1.1) stable; urgency=high * New synapse release 0.34.1.1 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, |