#!/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: