summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 9d66c1053b07859d5c38c37efae16369b90e9689 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@ --with autoreconf

%.1: %.pod
	pod2man -c "" -d $$(date -u -d "$$(dpkg-parsechangelog -S Date)" +%F) -r "" $< > $@

override_dh_auto_build: debian/blkreplay.1
	dh_auto_build