Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 29f20a8

Browse files
authored
Update debian Conflicts specifications (#4349)
... to allow installation alongside our matrix-synapse transitional package.
1 parent 2712814 commit 29f20a8

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

changelog.d/4349.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update debian packaging for compatibility with transitional package

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
matrix-synapse-py3 (0.34.0.1) UNRELEASED; urgency=medium
2+
3+
* Update Conflicts specifications to allow installation alongside our
4+
matrix-synapse transitional package.
5+
6+
-- Synapse Packaging team <[email protected]> Wed, 02 Jan 2019 17:48:40 +0000
7+
18
matrix-synapse-py3 (0.34.0) stable; urgency=medium
29

310
* New synapse release 0.34.0.

debian/control

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,16 @@ Build-Depends:
1313
python3-pip,
1414
python3-venv,
1515
tar,
16-
Standards-Version: 3.9.5
16+
Standards-Version: 3.9.8
1717
Homepage: https://github.com/matrix-org/synapse
1818

1919
Package: matrix-synapse-py3
2020
Architecture: amd64
21-
Conflicts: matrix-synapse
21+
Provides: matrix-synapse
22+
Breaks:
23+
matrix-synapse-ldap3,
24+
matrix-synapse (<< 0.34.0-0matrix2),
25+
matrix-synapse (>= 0.34.0-1),
2226
Pre-Depends: dpkg (>= 1.16.1)
2327
Depends:
2428
adduser,

0 commit comments

Comments
 (0)