#!/usr/bin/make -f
# -*- makefile -*-

#export DH_VERBOSE=1
export PYBUILD_NAME=ghost

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

override_dh_install:
	dh_install
	rm -rf $(CURDIR)/debian/python*-ghost/usr/ghost/README.rst
