synapse/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 Some vagrant hackery for testing the debs 2019-05-17 12:56:46 +01:00
.gitignore
build_virtualenv Include systemd-python in Debian package to allow logging to journal (#5261) 2019-06-27 18:26:41 +01:00
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 Debian: fix overwriting of config settings on upgrade (#4696) 2019-02-22 15:02:39 +00:00
log.yaml Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 2019-07-04 00:07:04 +10:00
manage_debconf.pl Debian: fix overwriting of config settings on upgrade (#4696) 2019-02-22 15:02:39 +00:00
manpages
matrix-synapse-py3.config Debian package: fix warning during preconfiguration. 2019-03-07 07:18:06 +00:00
matrix-synapse-py3.links
matrix-synapse-py3.postinst Debian: fix overwriting of config settings on upgrade (#4696) 2019-02-22 15:02:39 +00:00
matrix-synapse-py3.preinst
matrix-synapse-py3.triggers
matrix-synapse.default
matrix-synapse.service Set syslog identifiers in systemd units (#5023) 2019-05-10 09:09:25 +01:00
NEWS Mention updating extensions 2018-12-20 23:32:59 +00:00
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