#!/usr/bin/make -f

# magic debhelper rule
%:
	dh $@

#export DH_VERBOSE=1

override_dh_auto_install:
	$(MAKE) prefix=debian/tmp/usr install
