control 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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 (>= 10),
  8. dh-virtualenv (>= 1.1),
  9. libsystemd-dev,
  10. libpq-dev,
  11. lsb-release,
  12. python3-dev,
  13. python3,
  14. python3-setuptools,
  15. python3-pip,
  16. python3-venv,
  17. tar,
  18. Standards-Version: 3.9.8
  19. Homepage: https://github.com/matrix-org/synapse
  20. Package: matrix-synapse-py3
  21. Architecture: any
  22. Provides: matrix-synapse
  23. Conflicts:
  24. matrix-synapse (<< 0.34.0.1-0matrix2),
  25. matrix-synapse (>= 0.34.0.1-1),
  26. Pre-Depends: dpkg (>= 1.16.1)
  27. Depends:
  28. adduser,
  29. debconf,
  30. ${misc:Depends},
  31. ${shlibs:Depends},
  32. ${synapse:pydepends},
  33. # some of our scripts use perl, but none of them are important,
  34. # so we put perl:Depends in Suggests rather than Depends.
  35. Recommends:
  36. ${shlibs1:Recommends},
  37. Suggests:
  38. sqlite3,
  39. ${perl:Depends},
  40. Description: Open federated Instant Messaging and VoIP server
  41. Matrix is an ambitious new ecosystem for open federated Instant
  42. Messaging and VoIP. Synapse is a reference Matrix server
  43. implementation.