File: rules

package info (click to toggle)
pyserial-asyncio 0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 192 kB
  • sloc: python: 406; makefile: 78
file content (14 lines) | stat: -rwxr-xr-x 333 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

#export DH_VERBOSE=1
export PYBUILD_NAME=pyserial_asyncio
export http_proxy = http://127.0.0.1:9
export https_proxy = https://127.0.0.1:9

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

override_dh_auto_build:
	dh_auto_build
	( cd documentation; \
	  PYTHONPATH=.. http_proxy='127.0.0.1:9' make html )