#!/usr/bin/make -f

export PYBUILD_NAME=websocket

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

override_dh_install:
	mv $(CURDIR)/debian/python3-websocket/usr/bin/wsdump.py $(CURDIR)/debian/python3-websocket/usr/bin/python3-wsdump
	dh_install
