summaryrefslogtreecommitdiff
path: root/p/haskell-hopenpgp-tools/debian/rules
blob: b733ce011ca70ae83a4bf253ffe55c769ea7f8c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

# DEB_ENABLE_TESTS = yes

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk

install/hopenpgp-tools:: hkt.1 hokey.1 hot.1

%.1:
	help2man -N -n "hopenpgp-tools" \
		--version-string="$(shell dpkg-parsechangelog --show-field Version)" \
		--include=debian/manpage-include \
		-o $@ $(patsubst %.1,debian/hopenpgp-tools/usr/bin/%,$@)