MatrixSynapse/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 import from package-debian-synapse 2018-12-20 11:15:52 +00:00
source Debian packaging via dh_virtualenv (#4285) 2018-12-20 11:33:29 +00:00
test Some vagrant hackery for testing the debs 2019-05-17 12:56:46 +01:00
.gitignore Debian packaging via dh_virtualenv (#4285) 2018-12-20 11:33:29 +00:00
NEWS Mention updating extensions 2018-12-20 23:32:59 +00:00
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 import from package-debian-synapse 2018-12-20 11:15:52 +00:00
control Improve `Depends` specs in debian package. (#5675) 2019-07-17 17:47:07 +01:00
copyright Debian packaging via dh_virtualenv (#4285) 2018-12-20 11:33:29 +00:00
dirs import from package-debian-synapse 2018-12-20 11:15:52 +00:00
hash_password.1 import from package-debian-synapse 2018-12-20 11:15:52 +00:00
hash_password.ronn import from package-debian-synapse 2018-12-20 11:15:52 +00:00
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 import from package-debian-synapse 2018-12-20 11:15:52 +00:00
matrix-synapse-py3.config Debian package: fix warning during preconfiguration. 2019-03-07 07:18:06 +00:00
matrix-synapse-py3.links Debian packaging via dh_virtualenv (#4285) 2018-12-20 11:33:29 +00:00
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 Debian packaging via dh_virtualenv (#4285) 2018-12-20 11:33:29 +00:00
matrix-synapse-py3.triggers Debian packaging via dh_virtualenv (#4285) 2018-12-20 11:33:29 +00:00
matrix-synapse.default import from package-debian-synapse 2018-12-20 11:15:52 +00:00
matrix-synapse.service Set syslog identifiers in systemd units (#5023) 2019-05-10 09:09:25 +01:00
register_new_matrix_user.1 import from package-debian-synapse 2018-12-20 11:15:52 +00:00
register_new_matrix_user.ronn import from package-debian-synapse 2018-12-20 11:15:52 +00:00
rules Improve `Depends` specs in debian package. (#5675) 2019-07-17 17:47:07 +01:00
synapse_port_db.1 import from package-debian-synapse 2018-12-20 11:15:52 +00:00
synapse_port_db.ronn import from package-debian-synapse 2018-12-20 11:15:52 +00:00
synctl.1 import from package-debian-synapse 2018-12-20 11:15:52 +00:00
synctl.ronn import from package-debian-synapse 2018-12-20 11:15:52 +00:00
templates import from package-debian-synapse 2018-12-20 11:15:52 +00:00