#!/usr/bin/make -f

include /usr/share/openstack-pkg-tools/pkgos.make

%:
	dh $@  --with python2

override_dh_clean:
	patch -R -N -p1 -s <debian/cleanit.patch || true
	rm -f sphinxcontrib_httpdomain.egg-info/PKG-INFO.rej sphinxcontrib_httpdomain.egg-info/SOURCES.txt.rej
	dh_clean
