summary refs log tree commit diff
path: root/debian/matrix-synapse.default
diff options
context:
space:
mode:
authorJörg Behrmann <behrmann@physik.fu-berlin.de>2022-08-26 10:10:54 +0200
committerGitHub <noreply@github.com>2022-08-26 08:10:54 +0000
commit998e211836b99cbe3d07e594c3c3d1d4ebea5aae (patch)
treee62e7a5516aea764922f5fbd8d2a980c2b0b71d6 /debian/matrix-synapse.default
parentMove the execution of the retention purge_jobs to the main worker (#13632) (diff)
downloadsynapse-998e211836b99cbe3d07e594c3c3d1d4ebea5aae.tar.xz
Update debhelper (#13594)
* Update debian packaging to debhelper version 12

Don't call dh_installinit anymore, because it has been deprecated, and use
dh_installsystemd instead of dh_systemd_enable for the same reason.

Signed-off-by: Jörg Behrmann <behrmann@physik.fu-berlin.de>

* Drop preinst script

It was used for reasons of interactions of dh_systemd_start and dh_installinit,
which have both be deprecated

Signed-off-by: Jörg Behrmann <behrmann@physik.fu-berlin.de>

* Drop /etc/default file

It was no longer being installed.

* Remove debian/compat file

This is managed by the control file nowadays
Diffstat (limited to 'debian/matrix-synapse.default')
-rw-r--r--debian/matrix-synapse.default2
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/matrix-synapse.default b/debian/matrix-synapse.default
deleted file mode 100644
index f402d73bbf..0000000000
--- a/debian/matrix-synapse.default
+++ /dev/null
@@ -1,2 +0,0 @@
-# Specify environment variables used when running Synapse
-# SYNAPSE_CACHE_FACTOR=0.5 (default)