summary refs log tree commit diff
path: root/debian/control
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-07-21 21:25:28 +0100
committerGitHub <noreply@github.com>2021-07-21 21:25:28 +0100
commit8ae0bdca753d2f51b32bc712b66c26f331ec728c (patch)
treec7fb2bc392d9c84dd11bd24133d8303cfa929c97 /debian/control
parentAdd type hints to additional servlet functions (#10437) (diff)
downloadsynapse-8ae0bdca753d2f51b32bc712b66c26f331ec728c.tar.xz
Drop xenial-support hacks (#10429)
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control5
1 files changed, 1 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index 8167a901a4..763fabd6f6 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,8 @@ Section: contrib/python
 Priority: extra
 Maintainer: Synapse Packaging team <packages@matrix.org>
 # keep this list in sync with the build dependencies in docker/Dockerfile-dhvirtualenv.
-# TODO: Remove the dependency on dh-systemd after dropping support for Ubuntu xenial
-#       On all other supported releases, it's merely a transitional package which
-#       does nothing but depends on debhelper (> 9.20160709)
 Build-Depends:
- debhelper (>= 9.20160709) | dh-systemd,
+ debhelper (>= 10),
  dh-virtualenv (>= 1.1),
  libsystemd-dev,
  libpq-dev,