2018-12-20 12:33:29 +01:00
|
|
|
Source: matrix-synapse-py3
|
|
|
|
Section: contrib/python
|
|
|
|
Priority: extra
|
|
|
|
Maintainer: Synapse Packaging team <packages@matrix.org>
|
2019-07-17 18:47:07 +02:00
|
|
|
# keep this list in sync with the build dependencies in docker/Dockerfile-dhvirtualenv.
|
2018-12-10 18:14:34 +01:00
|
|
|
Build-Depends:
|
2022-08-26 10:10:54 +02:00
|
|
|
debhelper-compat (= 12),
|
2019-01-02 08:17:39 +01:00
|
|
|
dh-virtualenv (>= 1.1),
|
2019-07-17 18:47:07 +02:00
|
|
|
libsystemd-dev,
|
|
|
|
libpq-dev,
|
2022-12-12 13:21:17 +01:00
|
|
|
libicu-dev,
|
|
|
|
pkg-config,
|
2018-12-20 12:33:29 +01:00
|
|
|
lsb-release,
|
|
|
|
python3-dev,
|
|
|
|
python3,
|
|
|
|
python3-setuptools,
|
|
|
|
python3-pip,
|
|
|
|
python3-venv,
|
|
|
|
tar,
|
2019-01-04 18:24:13 +01:00
|
|
|
Standards-Version: 3.9.8
|
2018-12-20 12:33:29 +01:00
|
|
|
Homepage: https://github.com/matrix-org/synapse
|
2018-12-10 18:14:34 +01:00
|
|
|
|
2018-12-20 12:33:29 +01:00
|
|
|
Package: matrix-synapse-py3
|
Minor cleanup to Debian packaging (#11269)
* Remove unused Vagrant scripts
* Change package Architecture to any
* Preinstall the wheel package when building venvs.
Addresses the following warnings during Debian builds:
Using legacy 'setup.py install' for jaeger-client, since package 'wheel' is not installed.
Using legacy 'setup.py install' for matrix-synapse-ldap3, since package 'wheel' is not installed.
Using legacy 'setup.py install' for opentracing, since package 'wheel' is not installed.
Using legacy 'setup.py install' for psycopg2, since package 'wheel' is not installed.
Using legacy 'setup.py install' for systemd-python, since package 'wheel' is not installed.
Using legacy 'setup.py install' for pympler, since package 'wheel' is not installed.
Using legacy 'setup.py install' for threadloop, since package 'wheel' is not installed.
Using legacy 'setup.py install' for thrift, since package 'wheel' is not installed.
* Allow /etc/default/matrix-synapse to be missing
Per the systemd.exec manpage, prefixing an EnvironmentFile with "-":
> indicates that if the file does not exist, it will not be read and no
> error or warning message is logged.
Signed-off-by: Dan Callahan <danc@element.io>
2021-11-07 22:18:33 +01:00
|
|
|
Architecture: any
|
2019-01-04 18:24:13 +01:00
|
|
|
Provides: matrix-synapse
|
2019-01-11 18:05:45 +01:00
|
|
|
Conflicts:
|
|
|
|
matrix-synapse (<< 0.34.0.1-0matrix2),
|
|
|
|
matrix-synapse (>= 0.34.0.1-1),
|
2018-12-20 12:33:29 +01:00
|
|
|
Pre-Depends: dpkg (>= 1.16.1)
|
2018-12-10 18:14:34 +01:00
|
|
|
Depends:
|
|
|
|
adduser,
|
|
|
|
debconf,
|
2018-12-20 12:33:29 +01:00
|
|
|
${misc:Depends},
|
2019-07-17 18:47:07 +02:00
|
|
|
${shlibs:Depends},
|
2019-01-23 12:43:04 +01:00
|
|
|
${synapse:pydepends},
|
2018-12-20 12:33:29 +01: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 18:47:07 +02:00
|
|
|
Recommends:
|
|
|
|
${shlibs1:Recommends},
|
2023-02-20 17:33:24 +01:00
|
|
|
matrix-org-archive-keyring,
|
2018-12-10 18:14:34 +01:00
|
|
|
Suggests:
|
2018-12-20 12:33:29 +01:00
|
|
|
sqlite3,
|
|
|
|
${perl:Depends},
|
2018-12-10 18:14:34 +01: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.
|