rules 182 B

123456789
  1. #!/usr/bin/make -f
  2. %:
  3. dh --buildsystem=python_distutils $*
  4. override_dh_auto_test:
  5. ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
  6. $(MAKE) check TESTRUNNER=testtools.run
  7. endif