#!/usr/bin/make -f
## export DH_VERBOSE=1
DEB_PYTHON_SYSTEM=pysupport

%:
	dh $@ --with=python2
