diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-07-21 21:25:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-21 21:25:28 +0100 |
commit | 8ae0bdca753d2f51b32bc712b66c26f331ec728c (patch) | |
tree | c7fb2bc392d9c84dd11bd24133d8303cfa929c97 /debian/rules | |
parent | Add type hints to additional servlet functions (#10437) (diff) | |
download | synapse-8ae0bdca753d2f51b32bc712b66c26f331ec728c.tar.xz |
Drop xenial-support hacks (#10429)
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
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 |