#!/usr/bin/make -f
# -*- makefile -*-

export PYBUILD_NAME=commando

%:
	dh $@ --buildsystem=pybuild
