#!/usr/bin/make -f

# DH_VERBOSE := 1

export PYBUILD_NAME=pubsub

include /usr/share/dpkg/default.mk

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

override_dh_installdocs:
	find debian/python3-$(PYBUILD_NAME) -name RELEASE_NOTES.txt -delete
	dh_installdocs
	find debian -name LICENSE_BSD_Simple.txt -delete
