File: rules

package info (click to toggle)
flask-restful 0.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 688 kB
  • sloc: python: 3,898; makefile: 276; pascal: 26
file content (14 lines) | stat: -rwxr-xr-x 289 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export PYBUILD_NAME=flask-restful

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

override_dh_auto_clean:
	dh_auto_clean
	rm -rf $(CURDIR)/docs/_build

override_dh_auto_build:
	dh_auto_build
	cd docs; PYTHONPATH=.. http_proxy='127.0.0.1:9' make html