2018-12-20 06:33:29 -05:00
|
|
|
Source: matrix-synapse-py3
|
|
|
|
Section: contrib/python
|
|
|
|
Priority: extra
|
|
|
|
Maintainer: Synapse Packaging team <packages@matrix.org>
|
2019-07-17 12:47:07 -04:00
|
|
|
# keep this list in sync with the build dependencies in docker/Dockerfile-dhvirtualenv.
|
2018-12-10 12:14:34 -05:00
|
|
|
Build-Depends:
|
2021-07-21 16:25:28 -04:00
|
|
|
debhelper (>= 10),
|
2019-01-02 02:17:39 -05:00
|
|
|
dh-virtualenv (>= 1.1),
|
2019-07-17 12:47:07 -04:00
|
|
|
libsystemd-dev,
|
|
|
|
libpq-dev,
|
2018-12-20 06:33:29 -05:00
|
|
|
lsb-release,
|
|
|
|
python3-dev,
|
|
|
|
python3,
|
|
|
|
python3-setuptools,
|
|
|
|
python3-pip,
|
|
|
|
python3-venv,
|
|
|
|
tar,
|
2019-01-04 12:24:13 -05:00
|
|
|
Standards-Version: 3.9.8
|
2018-12-20 06:33:29 -05:00
|
|
|
Homepage: https://github.com/matrix-org/synapse
|
2018-12-10 12:14:34 -05:00
|
|
|
|
2018-12-20 06:33:29 -05:00
|
|
|
Package: matrix-synapse-py3
|
|
|
|
Architecture: amd64
|
2019-01-04 12:24:13 -05:00
|
|
|
Provides: matrix-synapse
|
2019-01-11 12:05:45 -05:00
|
|
|
Conflicts:
|
|
|
|
matrix-synapse (<< 0.34.0.1-0matrix2),
|
|
|
|
matrix-synapse (>= 0.34.0.1-1),
|
2018-12-20 06:33:29 -05:00
|
|
|
Pre-Depends: dpkg (>= 1.16.1)
|
2018-12-10 12:14:34 -05:00
|
|
|
Depends:
|
|
|
|
adduser,
|
|
|
|
debconf,
|
2018-12-20 06:33:29 -05:00
|
|
|
${misc:Depends},
|
2019-07-17 12:47:07 -04:00
|
|
|
${shlibs:Depends},
|
2019-01-23 06:43:04 -05:00
|
|
|
${synapse:pydepends},
|
2018-12-20 06:33:29 -05:00
|
|
|
# some of our scripts use perl, but none of them are important,
|
|
|
|
# so we put perl:Depends in Suggests rather than Depends.
|
2019-07-17 12:47:07 -04:00
|
|
|
Recommends:
|
|
|
|
${shlibs1:Recommends},
|
2018-12-10 12:14:34 -05:00
|
|
|
Suggests:
|
2018-12-20 06:33:29 -05:00
|
|
|
sqlite3,
|
|
|
|
${perl:Depends},
|
2018-12-10 12:14:34 -05:00
|
|
|
Description: Open federated Instant Messaging and VoIP server
|
|
|
|
Matrix is an ambitious new ecosystem for open federated Instant
|
|
|
|
Messaging and VoIP. Synapse is a reference Matrix server
|
|
|
|
implementation.
|