File: rules

package info (click to toggle)
bugwarrior 1.8.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,112 kB
  • sloc: python: 9,247; makefile: 150
file content (11 lines) | stat: -rwxr-xr-x 310 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=pybuild

execute_before_dh_auto_build:
	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml bugwarrior/docs/ bugwarrior/docs/_build/html # HTML generator

override_dh_auto_test:
	mkdir test_home
	HOME=`pwd`/test_home LC_ALL=C.UTF-8 python3 -m nose -v tests