#!/usr/bin/make -f

export PYBUILD_INSTALL_ARGS=--install-scripts=/usr/sbin

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