Update debian Conflicts specifications (#4349)

...  to allow installation alongside our matrix-synapse transitional package.
This commit is contained in:
Richard van der Hoff
2019-01-04 17:24:13 +00:00
committed by GitHub
parent 27128145e6
commit 29f20a8a1a
3 changed files with 14 additions and 2 deletions

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
matrix-synapse-py3 (0.34.0.1) UNRELEASED; urgency=medium
* Update Conflicts specifications to allow installation alongside our
matrix-synapse transitional package.
-- Synapse Packaging team <packages@matrix.org> Wed, 02 Jan 2019 17:48:40 +0000
matrix-synapse-py3 (0.34.0) stable; urgency=medium
* New synapse release 0.34.0.

8
debian/control vendored
View File

@@ -13,12 +13,16 @@ Build-Depends:
python3-pip,
python3-venv,
tar,
Standards-Version: 3.9.5
Standards-Version: 3.9.8
Homepage: https://github.com/matrix-org/synapse
Package: matrix-synapse-py3
Architecture: amd64
Conflicts: matrix-synapse
Provides: matrix-synapse
Breaks:
matrix-synapse-ldap3,
matrix-synapse (<< 0.34.0-0matrix2),
matrix-synapse (>= 0.34.0-1),
Pre-Depends: dpkg (>= 1.16.1)
Depends:
adduser,