#!/usr/bin/make -f

export PYBUILD_NAME=smbc

%:
	dh $@ --buildsystem=pybuild

override_dh_installchangelogs:
	dh_installchangelogs NEWS
