#!/usr/bin/make -f

%:
	dh $@

binary: build
	dh binary --until install
	rm debian/gozerbot/usr/bin/gozerbot-nest
	dh binary --remaining
