You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 line
458 B

  1. #!/usr/bin/make -f
  2. # This file was automatically generated by stdeb 0.8.2 at
  3. # Fri, 12 Jun 2015 14:32:03 +0100
  4. export PYBUILD_NAME=matrix-synapse
  5. %:
  6. dh $@ --with python2 --with systemd --buildsystem=pybuild --no-guessing-deps
  7. override_dh_auto_install:
  8. python setup.py install --root=debian/matrix-synapse --install-layout=deb
  9. override_dh_auto_build:
  10. override_dh_installinit:
  11. dh_installinit --no-start
  12. override_dh_auto_test:
  13. PYTHONPATH=. trial tests