2015-12-10 19:09:37 +01:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
|
|
|
|
# export DH_VERBOSE = 1
|
|
|
|
export PYBUILD_NAME = fsdb
|
2015-12-23 12:33:20 +01:00
|
|
|
export PYBUILD_SYSTEM = distutils
|
2015-12-10 19:09:37 +01:00
|
|
|
|
|
|
|
%:
|
2016-03-27 04:20:23 +02:00
|
|
|
dh $@ --with python2,python3,sphinxdoc --buildsystem pybuild
|
2016-03-27 04:03:23 +02:00
|
|
|
|
|
|
|
override_dh_auto_build:
|
|
|
|
dh_auto_build
|
|
|
|
PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -E -q -bhtml docs/source/ build/html/
|