#!/usr/bin/make -f

export DEB_CFLAGS_MAINT_APPEND = -DUSE_AUDIO=1

%:
	dh $@

execute_after_dh_install:
	# Remove ._bi crap to silence lintian.
	rm -f debian/flobopuyo/usr/share/games/flobopuyo/sfx/._bi
