From fd4070a85dc4ece77f2427b586c18bb1f4a04197 Mon Sep 17 00:00:00 2001 From: Amber Brown Date: Tue, 11 Dec 2018 04:14:34 +1100 Subject: import from package-debian-synapse --- debian/control | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000000..854d9688f3 --- /dev/null +++ b/debian/control @@ -0,0 +1,77 @@ +Source: matrix-synapse +Maintainer: Erik Johnston +Section: python +Priority: optional +Build-Depends: + debhelper (>= 9), + dh-python, + dh-systemd (>= 1.5), + po-debconf, + python (>= 2.6.6-3), + python-bcrypt, + python-blist, + python-canonicaljson (>=1.1.3), + python-daemonize, + python-frozendict (>= 0.4), + python-lxml, + python-mock, + python-msgpack (>=0.3.0), + python-nacl (>= 0.3.0), + python-netaddr, + python-openssl (>= 0.14), + python-pil, + python-psutil, + python-pyasn1, + python-pydenticon, + python-pymacaroons-pynacl, + python-pysaml2, + python-service-identity (>= 1.0.0), + python-setuptools (>= 0.6b3), + python-signedjson (>= 1.0.0), + python-sortedcontainers, + python-syutil (>= 0.0.7), + python-treq (>= 15.1.0), + python-twisted (>= 17.1.0), + python-unpaddedbase64 (>= 1.0.1), + python-yaml, + python-phonenumbers (>= 8.2.0), + python-jsonschema (>=2.5.1), + python-prometheus-client, + python-attr +Standards-Version: 3.9.8 +X-Python-Version: >= 2.7 + +Package: matrix-synapse +Architecture: all +Depends: + ${misc:Depends}, + ${python:Depends}, + adduser, + debconf, + lsb-base (>= 3.0-6), + python-attr (>= 16.0.0), + python-twisted (>= 17.1.0), + python-canonicaljson (>=1.1.3), + python-prometheus-client (>=0.0.14), +Suggests: + python-bleach (>= 1.4.2), + python-jinja2 (>= 2.8), +Recommends: + python-psycopg2, + python-lxml, +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. + . + Everything in Matrix happens in a room. Rooms are distributed and do + not exist on any single server. Rooms can be located using + convenience aliases like #matrix:matrix.org or #test:localhost:8448. + . + Matrix user IDs look like @matthew:matrix.org (although in the future + you will normally refer to yourself and others using a 3PID: email + address, phone number, etc rather than manipulating Matrix user IDs) + . + The overall architecture is: + client <------> homeserver <=============> homeserver <------> client + https://a.org/_matrix https://b.net/_matrix -- cgit 1.4.1