#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.8.5 at
# Mon, 05 Dec 2016 10:47:44 -0800
export PYBUILD_NAME=partd
%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_clean:
	dh_auto_clean
	rm -rf .cache/ .pytest_cache/
