#!/usr/bin/make -f

include /usr/share/dpkg/default.mk

%:
	dh $@ --with quilt -P debian/pkgroot

override_dh_auto_build:
	dh_auto_build -- GOOS=linux

override_dh_auto_install:
	dh_auto_install -- PREFIX=/usr CFGDIR=/etc/thalos
