control 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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-compat (= 12),
  8. dh-virtualenv (>= 1.1),
  9. libsystemd-dev,
  10. libpq-dev,
  11. libicu-dev,
  12. pkg-config,
  13. lsb-release,
  14. python3-dev,
  15. python3,
  16. python3-setuptools,
  17. python3-pip,
  18. python3-venv,
  19. tar,
  20. Standards-Version: 3.9.8
  21. Homepage: https://github.com/matrix-org/synapse
  22. Package: matrix-synapse-py3
  23. Architecture: any
  24. Provides: matrix-synapse
  25. Conflicts:
  26. matrix-synapse (<< 0.34.0.1-0matrix2),
  27. matrix-synapse (>= 0.34.0.1-1),
  28. Pre-Depends: dpkg (>= 1.16.1)
  29. Depends:
  30. adduser,
  31. debconf,
  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. matrix-org-archive-keyring,
  40. Suggests:
  41. sqlite3,
  42. ${perl:Depends},
  43. Description: Open federated Instant Messaging and VoIP server
  44. Matrix is an ambitious new ecosystem for open federated Instant
  45. Messaging and VoIP. Synapse is a reference Matrix server
  46. implementation.