#! /usr/bin/make -f

%:
	dh $@

# TODO: get mathcat built
override_dh_auto_configure:
	dh_auto_configure -- -Dmathcat=false

override_dh_installsystemduser:
	dh_installsystemduser --no-enable

override_dh_gnome_clean:
