#!/usr/bin/make -f

%:
	dh $@ --with python3

override_dh_install:
	cp run_demo.py restart-by-xplsv
	dh_install

