#!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
# GNU copyright 1997 to 1999 by Joey Hess.

export NO_SETUPTOOLS=1

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