#!/usr/bin/make -f

export PYBUILD_NAME=doubleratchet

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

execute_after_dh_auto_install:
	rm -rf $(CURDIR)/debian/python3-doubleratchet/usr/lib/python3.*/dist-packages/docs/ \
	    $(CURDIR)/debian/python3-doubleratchet/usr/lib/python3.*/dist-packages/examples/
