#!/usr/bin/make -f

export DH_VERBOSE = 1

export PYBUILD_NAME = ly
export PYBUILD_AFTER_BUILD = PYTHONPATH=. http_proxy='127.0.0.1:9' \
                             make -C doc SPHINXOPTS=-N BUILDDIR=../build html man

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_test:
	# the tests needs either internet or
	# to package https://www.musicxml.com/for-developers/musicxml-dtd/
