#!/usr/bin/make -f

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
# For backwards-compatibility (for now)
	dh_auto_configure -- --datadir=/usr/share/games
