#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_install:
	install -D -m 755 iouyap $(CURDIR)/debian/iouyap/usr/bin/iouyap
