diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-12-20 11:35:23 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-12-20 11:35:23 +0000 |
commit | d3c9c562c60133a2263b36376aa854064630589d (patch) | |
tree | 18d0efeecdbc24f33367f87a2a86aa90f854d3ec /debian/control | |
parent | Add 'sandbox' to CSP for media repo (#4284) (diff) | |
parent | Debian packaging via dh_virtualenv (#4285) (diff) | |
download | synapse-d3c9c562c60133a2263b36376aa854064630589d.tar.xz |
Debian packaging via dh_virtualenv
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000000..552a81dcb0 --- /dev/null +++ b/debian/control @@ -0,0 +1,37 @@ +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. |