#!/usr/bin/make -f

PY2_PACKAGE_NAME = python-loofah
PYVERS  = $(shell pyversions -r)

%:
	dh $@ --with python2



override_dh_auto_clean:
	dh_auto_clean
	rm -rvf ./*.egg-info

