#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.8.5 at
# Wed, 03 Jul 2019 10:37:11 +0200
export PYBUILD_NAME=calltest
%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_install:
	dh $@ --with python3 --buildsystem=pybuild
	mkdir -p debian/calltest/etc/
	touch debian/calltest/etc/calltest.cfg
