#!/usr/bin/make -f

export PYBUILD_NAME=fades

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_install:
	dh_auto_install
	rm debian/fades/usr/bin/fades.cmd

override_dh_auto_test:
# Run on autopkgtests
