#!/usr/bin/make -f # debian/rules file - for itzks-systems %: dh ${@} override_dh_installexamples: cd examples/mainserver/ && tar cvzf mainserver-tftp.tar.gz tftp dh_installexamples override_dh_clean: rm -f examples/*/*.tar.gz dh_clean