#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_configure:
	chmod -x twms/*.py

override_dh_auto_install:
	dh_install twms usr/lib/$(shell pyversions -d)/site-packages
	install -T twms.py $(CURDIR)/debian/twms/usr/bin/twms
