0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-01 18:28:56 +02:00
synapse/debian/rules

23 lines
477 B
Plaintext
Raw Normal View History

2018-12-10 18:14:34 +01:00
#!/usr/bin/make -f
#
# Build Debian package using https://github.com/spotify/dh-virtualenv
#
2018-12-10 18:14:34 +01:00
override_dh_systemd_enable:
dh_systemd_enable --name=matrix-synapse
2018-12-10 18:14:34 +01:00
override_dh_installinit:
dh_installinit --name=matrix-synapse
2018-12-10 18:14:34 +01:00
override_dh_strip:
2018-12-10 18:14:34 +01:00
override_dh_shlibdeps:
2018-12-10 18:14:34 +01:00
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