synapse-product/debian
Richard van der Hoff 1def298119
Improve Depends specs in debian package. (#5675)
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.
2019-07-17 17:47:07 +01:00
..
po
source
test
.gitignore
build_virtualenv
changelog Improve Depends specs in debian package. (#5675) 2019-07-17 17:47:07 +01:00
compat
control Improve Depends specs in debian package. (#5675) 2019-07-17 17:47:07 +01:00
copyright
dirs
hash_password.1
hash_password.ronn
install
log.yaml
manage_debconf.pl
manpages
matrix-synapse-py3.config
matrix-synapse-py3.links
matrix-synapse-py3.postinst
matrix-synapse-py3.preinst
matrix-synapse-py3.triggers
matrix-synapse.default
matrix-synapse.service
NEWS
register_new_matrix_user.1
register_new_matrix_user.ronn
rules Improve Depends specs in debian package. (#5675) 2019-07-17 17:47:07 +01:00
synapse_port_db.1
synapse_port_db.ronn
synctl.1
synctl.ronn
templates