#!/usr/bin/make -f
#export DH_VERBOSE=1

%:
	dh $@

override_dh_install:
	install -o root -m 755 "funcoeszz" "debian/funcoeszz/usr/bin/funcoeszz"
