#! /usr/bin/make -f
export DH_VERBOSE=1

export PYBUILD_TEST_ARGS=-v --ignore=tests/test_build.py
export PYBUILD_NAME=pydata-sphinx-theme
%:
	dh $@ --buildsystem=pybuild

execute_before_dh_install:	
	find $(CURDIR)/debian/ -name '.gitignore' -print0 | xargs -0 rm -rf '{}' \;
