mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
38 lines
934 B
Plaintext
38 lines
934 B
Plaintext
Source: matrix-synapse-py3
|
|
Section: contrib/python
|
|
Priority: extra
|
|
Maintainer: Synapse Packaging team <packages@matrix.org>
|
|
Build-Depends:
|
|
debhelper (>= 9),
|
|
dh-systemd,
|
|
dh-virtualenv (>= 1.0),
|
|
lsb-release,
|
|
python3-dev,
|
|
python3,
|
|
python3-setuptools,
|
|
python3-pip,
|
|
python3-venv,
|
|
tar,
|
|
Standards-Version: 3.9.5
|
|
Homepage: https://github.com/matrix-org/synapse
|
|
|
|
Package: matrix-synapse-py3
|
|
Architecture: amd64
|
|
Conflicts: matrix-synapse
|
|
Pre-Depends: dpkg (>= 1.16.1)
|
|
Depends:
|
|
adduser,
|
|
debconf,
|
|
python3-distutils|libpython3-stdlib (<< 3.6),
|
|
python3,
|
|
${misc:Depends},
|
|
# some of our scripts use perl, but none of them are important,
|
|
# so we put perl:Depends in Suggests rather than Depends.
|
|
Suggests:
|
|
sqlite3,
|
|
${perl:Depends},
|
|
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.
|