mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-15 15:48:53 -05:00
import from package-debian-synapse
This commit is contained in:
parent
eb835bf65b
commit
fd4070a85d
38 changed files with 2678 additions and 0 deletions
18
debian/rules
vendored
Executable file
18
debian/rules
vendored
Executable file
|
|
@ -0,0 +1,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
|
||||
Loading…
Add table
Add a link
Reference in a new issue