#!/usr/bin/make -f export PYBUILD_NAME=kombu %: dh $@ --with python3,sphinxdoc --buildsystem=pybuild override_dh_sphinxdoc: ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS))) http_proxy=127.0.0.1:9 https_proxy=127.0.0.1:9 PYTHONPATH=. python3 -m sphinx -b html -d docs/.build/.doctrees -N docs $(CURDIR)/debian/python-kombu-doc/usr/share/doc/python-kombu-doc/html dh_sphinxdoc endif override_dh_auto_test: ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) dh_auto_test -- --system=custom --test-args="{interpreter} setup.py test" endif override_dh_python3: dh_python3 -v dh_python3 -v override_dh_compress: dh_compress -X .js -X .html