#!/usr/bin/make -f export PYBUILD_NAME = openshift %: dh $@ --with sphinxdoc --buildsystem=pybuild execute_after_dh_auto_build: PYTHONPATH=. http_proxy='127.0.0.1:9' python3 -m sphinx -N -bhtml doc/source build/html # HTML generator override_dh_auto_test: dh_auto_test -- --test-nose2 # scripts/ are not provided in the Debian package, please see debian/README.Debian. execute_after_dh_python3: rm -rf debian/python3-$(PYBUILD_NAME)/usr/lib/python3/dist-packages/scripts