#!/usr/bin/make -f %: dh $@ override_dh_auto_clean: rm -rf build dist %.1: %.pod pod2man -c "" -d $$(date -u -d "$$(dpkg-parsechangelog -S Date)" +%F) -r "" $< > $@ override_dh_auto_build: debian/plantuml.1 dh_auto_build -- dist override_dh_auto_install: install -m 755 $(CURDIR)/debian/plantuml.sh $(CURDIR)/debian/plantuml/usr/bin/plantuml .PHONY: override_dh_auto_clean override_dh_auto_build override_dh_auto_install