| 123456789101112131415161718 | #!/usr/bin/make -fdh_auto_build:	python setup.py build	dh_builddh_auto_install:	python setup.py install --root=$(CURDIR)/debian/pwman3	dh_installdh_auto_clean:	-rm -rf build	python setup.py clean	find . -name *.pyc | xargs rm -f	dh_clean%:	dh $@
 |