#!/usr/bin/make -f

%:
	dh $@ --with gnome --without autoreconf

override_dh_auto_configure:
	MESS="/usr/games/mame" dh_auto_configure
