#!/usr/bin/make -f

BUILDDIR = $(CURDIR)/debian/build/src/github.com/anchore/bubbly

%:
	dh $@ --builddirectory=debian/build --buildsystem=golang

execute_before_dh_auto_install:
	rm -rf $(BUILDDIR)/bubbles/taskprogress/__snapshots__
	rm -rf $(BUILDDIR)/bubbles/tree/__snapshots__
