#!/usr/bin/make -f

%:
	dh $@

override_dh_install:
	gzip -c arte-by-sanity-disk.adf > arte-by-sanity-disk.adz
	dh_install

