2
# See debhelper(7) (uncomment to enable)
3
# output every command that modifies files on the build system.
6
export PYBUILD_NAME=sanic
9
dh $@ --with python2,python3 --buildsystem=pybuild
12
# If you need to rebuild the Sphinx documentation
13
# Add spinxdoc to the dh --with line
14
#override_dh_auto_build:
16
# PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml docs/ build/html # HTML generator
17
# PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bman docs/ build/man # Manpage generator