control 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. Source: matrix-synapse-py3
  2. Section: contrib/python
  3. Priority: extra
  4. Maintainer: Synapse Packaging team <packages@matrix.org>
  5. # keep this list in sync with the build dependencies in docker/Dockerfile-dhvirtualenv.
  6. Build-Depends:
  7. debhelper (>= 9),
  8. dh-systemd,
  9. dh-virtualenv (>= 1.1),
  10. libsystemd-dev,
  11. libpq-dev,
  12. lsb-release,
  13. python3-dev,
  14. python3,
  15. python3-setuptools,
  16. python3-pip,
  17. python3-venv,
  18. tar,
  19. Standards-Version: 3.9.8
  20. Homepage: https://github.com/matrix-org/synapse
  21. Package: matrix-synapse-py3
  22. Architecture: amd64
  23. Provides: matrix-synapse
  24. Conflicts:
  25. matrix-synapse (<< 0.34.0.1-0matrix2),
  26. matrix-synapse (>= 0.34.0.1-1),
  27. Pre-Depends: dpkg (>= 1.16.1)
  28. Depends:
  29. adduser,
  30. debconf,
  31. python3-distutils|libpython3-stdlib (<< 3.6),
  32. ${misc:Depends},
  33. ${shlibs:Depends},
  34. ${synapse:pydepends},
  35. # some of our scripts use perl, but none of them are important,
  36. # so we put perl:Depends in Suggests rather than Depends.
  37. Recommends:
  38. ${shlibs1:Recommends},
  39. Suggests:
  40. sqlite3,
  41. ${perl:Depends},
  42. Description: Open federated Instant Messaging and VoIP server
  43. Matrix is an ambitious new ecosystem for open federated Instant
  44. Messaging and VoIP. Synapse is a reference Matrix server
  45. implementation.