#!/usr/bin/make -f
#export DH_VERBOSE = 1

export PYBUILD_NAME=lexicon
export PYBUILD_DESTDIR=debian/python3-lexicon
export PYBUILD_TEST_ARGS=-k "not auto and not localzone and not oci"

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_auto_install:
	dh_movefiles --package=lexicon --sourcedir=$(PYBUILD_DESTDIR) usr/bin
