#!/usr/bin/make -f

# export DH_VERBOSE=1

export PYBUILD_DESTDIR_python3=debian/python3-hiera
#export PYBUILD_DISABLE=test

%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_clean:
	cd docs && make clean
	dh_auto_clean

override_dh_install:
	cd docs && make singlehtml
	dh_install
