#!/usr/bin/make -f

%:
	dh $@ --parallel

override_dh_auto_install:
	dh_auto_install
	rm -f debian/tmp/usr/share/games/blobwars/gfx/sprites/recolor
