#!/usr/bin/make -f

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

override_dh_install:
	dh_install
	rm -f debian/python-txws/usr/lib/python*/dist-packages/txWS-*.egg-info/SOURCES.txt
