#!/usr/bin/make -f %: dh $@ override_dh_auto_install: make install PREFIX=/usr DESTDIR=debian/tmp override_dh_auto_test: make install PREFIX=/usr DESTDIR=debian/TEST rm -r tests/shellfu_import make test \ PATH=$(shell pwd)/debian/TEST/usr/bin:$(PATH) \ SHELLFU_INCLUDE=$(shell pwd)/debian/TEST/usr/share/shellfu/include \ SHELLFU_DIR=$(shell pwd)/debian/TEST/usr/share/shellfu