#!/usr/bin/make -f
#export DH_VERBOSE=1
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

%:
	dh $@ --parallel --with autoreconf

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

override_dh_install:
	convert -monitor $(CURDIR)/data/berusky2.png $(CURDIR)/berusky2.xpm
	dh_install

override_dh_installchangelogs:
	dh_installchangelogs NEWS
