#!/usr/bin/make -f

%:
	dh $@

override_dh_install:
	gzip -c technotracks2-by-trojan-disk.adf > technotracks2-by-trojan-disk.adz
	dh_install

