#!/usr/bin/make -f

#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	touch res/DejaVuSans.ttf res/DejaVuSans-Bold.ttf
	dh_auto_configure -- --bindir /usr/games

override_dh_install:
	dh_install
	rm -f $(foreach file,AUTHORS ChangeLog NEWS ReadMe.html res/detailed_COPYING,debian/xye-data/usr/share/xye/$(file))
