File: rules

package info (click to toggle)
python-getdns 1.0.0~b1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 444 kB
  • ctags: 315
  • sloc: ansic: 3,538; python: 607; makefile: 131
file content (12 lines) | stat: -rwxr-xr-x 248 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export PYBUILD_NAME=getdns

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

override_dh_auto_build:
	dh_auto_build -a

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