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

#export DH_VERBOSE = 1

include /usr/share/dpkg/pkg-info.mk

export PYBUILD_NAME=django-graphiql-debug-toolbar
# Testing requires a working Django setup which is to much right now.
export PYBUILD_DISABLE=test
export PYBUILD_SYSTEM=pyproject
export PYBUILD_AFTER_INSTALL=rm -r {destdir}/usr/lib/python3*/dist-packages/LICENSE \
                                   {destdir}/usr/lib/python3*/dist-packages/README.md

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