#!/usr/bin/make -f
#export DH_VERBOSE=1
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
# Workaround for #944431
export DEB_CXXFLAGS_MAINT_APPEND = -O0

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		--bindir=/usr/games

override_dh_installchangelogs:
	dh_installchangelogs NEWS
