summary refs log tree commit diff
path: root/debian/rules
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/rules
parentAdd type hints to additional servlet functions (#10437) (diff)
downloadsynapse-8ae0bdca753d2f51b32bc712b66c26f331ec728c.tar.xz
Drop xenial-support hacks (#10429)
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index c744060a57..b9d490adc9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,7 +51,5 @@ override_dh_shlibdeps:
 override_dh_virtualenv:
 	./debian/build_virtualenv
 
-# We are restricted to compat level 9 (because xenial), so have to
-# enable the systemd bits manually.
 %:
-	dh $@ --with python-virtualenv --with systemd
+	dh $@ --with python-virtualenv