#!/usr/bin/make -f PACKAGE = speedometer BIN = $(PACKAGE).py PKGDIR = $(shell pwd)/debian/$(PACKAGE) man: $(MAKE) -C debian -f pod2man.mk PACKAGE=$(PACKAGE) makeman override_dh_auto_install: man install -D -m 755 $(BIN) $(PKGDIR)/usr/bin/$(PACKAGE) %: dh $@ --buildsystem=pybuild --with python3 .PHONY: man