#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.8.5 at
# Mon, 14 Aug 2017 21:09:33 -0700
export PYBUILD_NAME=importmagic
%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_install:
	dh_auto_install
	rm debian/python*-importmagic/usr/lib/python*/dist-packages/importmagic/six.py
