#!/usr/bin/make -f
export DEB_CFLAGS_MAINT_APPEND = -fcommon

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --bindir=/usr/games --datadir=/usr/share/games --with-localedir=/usr/share/locale

override_dh_clean:
	dh_clean
	rm -f po/*.gmo
