summary refs log tree commit diff
path: root/debian/rules
blob: ad0e95c83d45dc58cfa8d4fd84b57a03481f5c8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.8.2 at
# Fri, 12 Jun 2015 14:32:03 +0100
export PYBUILD_NAME=matrix-synapse
%:
	dh $@ --with python2 --with systemd --buildsystem=pybuild --no-guessing-deps

override_dh_auto_install:
	python setup.py install --root=debian/matrix-synapse --install-layout=deb

override_dh_auto_build:

override_dh_installinit:
	dh_installinit --no-start

override_dh_auto_test:
	PYTHONPATH=. trial tests