#!/usr/bin/make -f

%:
	dh $@

override_dh_installdeb:
	dh_installdeb
	gcc -o debian/$(shell dh_listpackages)/DEBIAN/preinst true.c
