File: rules

package info (click to toggle)
python-versuchung 1.1-3
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 444 kB
  • ctags: 477
  • sloc: python: 2,263; makefile: 124
file content (11 lines) | stat: -rwxr-xr-x 241 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ --with=python2,sphinxdoc --buildsystem=pybuild

override_dh_auto_build:
	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml doc/ build/html
	dh_auto_build

override_dh_auto_test:
	python setup.py test