#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- BZIP=/bin/bzip2 BZIP2=/bin/bzip2 CAT=/bin/cat GZIP=/bin/gzip
