#!/usr/bin/make -f

UPSTREAM_GIT := https://github.com/ndparker/rjsmin.git
-include /usr/share/openstack-pkg-tools/pkgos.make

export PYBUILD_NAME=rjsmin

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

override_dh_auto_install:
	dh_auto_install
	rm -rf $(CURDIR)/debian/python*/usr/share/doc/rjsmin*
