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

export DH_OPTIONS
export DH_GOPKG := github.com/xiam/vanity

%:
	dh $@ --buildsystem=golang --with=golang --with=systemd

override_dh_auto_install:
	dh_auto_install
	install -d $$(pwd)/debian/vanity/etc/
	install -m 644 $$(pwd)/debian/vanity.conf $$(pwd)/debian/vanity/etc/

override_dh_installinit: