#!/usr/bin/make -f

%:
	dh $@

override_dh_compress:
	dh_compress -X.html -X.css -X.gif
