File debian.rules of Package pdfcompare
#!/usr/bin/make -f %: echo 'all:' > Makefile # don't build anything dh $@ override_dh_auto_install: mv pdfcompare.py pdfcompare || mv pdf_highlight.py pdfcompare chmod 0755 pdfcompare dh_auto_install -- INSTALL_ROOT=$(CURDIR)/debian/tmp