#!/usr/bin/make -f

%:
	dh --with python2 $@

override_dh_compress:
	# Don't compress ChangeLog.txt as it's referenced in
	# HTML documentation
	dh_compress -XChangeLog.txt
