#!/usr/bin/make -f

export PYBUILD_NAME=http-parser

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


#override_dh_auto_install:
#	dh_auto_install
#	rm $(CURDIR)/debian/python-http-parser/usr/share/pyshared/http_parser/LICENSE
