#!/usr/bin/make -f

#export DH_VERBOSE=1

%:
	dh $@ --with autotools_dev

override_dh_auto_configure:
	touch res/DejaVuSans.ttf res/DejaVuSans-Bold.ttf
	dh_auto_configure -- $(shell dpkg-buildflags --export=configure) --bindir /usr/games

override_dh_install:
	dh_install pixmaps/xye.xpm /usr/share/pixmaps/
	dh_install
