#!/usr/bin/make -f

DH_VERBOSE = 1
DH_ALWAYS_EXCLUDE=.git
DEB_VERBOSE_ALL=1
export PREFIX=/usr

%:
		dh $@
