mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
1def298119
This is basically a contrived way of adding a `Recommends` on `libpq5`, to fix #5653. The way this is supposed to happen in debhelper is to run `dh_shlibdeps`, which in turn runs `dpkg-shlibdeps`, which spits things out into `debian/<package>.substvars` whence they can later be included by `control`. Previously, we had disabled `dh_shlibdeps`, mostly because `dpkg-shlibdeps` gets confused about PIL's interdependent objects, but that's not really the right thing to do and there is another way to work around that. Since we don't always use postgres, we don't necessarily want a hard Depends on libpq5, so I've actually ended up adding an explicit invocation of `dpkg-shlibdeps` for `psycopg2`. I've also updated the build-depends list for the package, which was missing a couple of entries. |
||
---|---|---|
.. | ||
admin_api | ||
privacy_policy_templates/en | ||
sphinx | ||
.sample_config_header.yaml | ||
ACME.md | ||
ancient_architecture_notes.rst | ||
application_services.rst | ||
architecture.rst | ||
CAPTCHA_SETUP.rst | ||
code_style.rst | ||
consent_tracking.md | ||
federate.md | ||
log_contexts.rst | ||
manhole.md | ||
media_repository.rst | ||
metrics-howto.rst | ||
MSC1711_certificates_FAQ.md | ||
password_auth_providers.rst | ||
postgres.rst | ||
README.rst | ||
replication.rst | ||
reverse_proxy.rst | ||
sample_config.yaml | ||
server_notices.md | ||
tcp_replication.rst | ||
turn-howto.rst | ||
url_previews.md | ||
user_directory.md | ||
workers.rst |
All matrix-generic documentation now lives in its own project at github.com/matrix-org/matrix-doc.git Only Synapse implementation-specific documentation lives here now (together with some older stuff will be shortly migrated over to matrix-doc)