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

%:
	dh $@ --with=python2

#override_dh_clean:
	#rm -rf lqa.egg-info
#	dh_clean
