File: rules

package info (click to toggle)
blkreplay 1.0-3
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 25,672 kB
  • sloc: sh: 3,175; ansic: 2,057; makefile: 23
file content (10 lines) | stat: -rwxr-xr-x 204 bytes parent folder | download | duplicates (2)
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