#!/usr/bin/make -f

#export DH_VERBOSE = 1

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

execute_after_dh_clean:
	rm -rf sedsed.egg-info

override_dh_auto_test:
	python3 test/unit.py
