#!/usr/bin/make -f

#export DH_VERBOSE=1

prefix=/usr

%:
	dh $@

override_dh_auto_build:
	dh_auto_build

# Package does not have any tests.
override_dh_auto_test:

override_dh_auto_install:
	dh_auto_install -- PREFIX="$(prefix)"
