#!/usr/bin/make -f DEB_CONFIGURE_EXTRA_FLAGS := --disable-update-mimedb --with-gtk=3.0 --with-ovirt ifneq (,$(findstring $(DEB_HOST_ARCH), i386 amd64)) DEB_CONFIGURE_EXTRA_FLAGS += --with-spice-gtk HAVE_SPICE := 1 endif %: dh $@ override_dh_auto_configure: dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_FLAGS) override_dh_auto_clean: [ ! -f Makefile ] || dh_auto_clean