#!/usr/bin/make -f
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		--datadir=/usr/share/games

override_dh_auto_clean:
	# Building the game twice in a row does not work currently. Use
	# a custom clean file and an override instead.
	find $(CURDIR) -name Makefile -delete
