#!/usr/bin/make -f

%:
	dh $@ --with gnome,python3 --buildsystem=pybuild

override_dh_install:
	dh_install
	# Maybe this should be in a separate package
	# But for now, it doesn't seem necessary for most users
	rm -f debian/buildstream/usr/bin/bst-artifact-server

override_dh_missing:
	dh_missing --fail-missing

# The tests need some work to pass in Debian
override_dh_auto_test:
	-dh_auto_test
