#!/usr/bin/make -f
# -*- makefile -*-
DH_VERBOSE = 1
export SHELL = /bin/bash
export HOME=$(CURDIR)/build
buildroot := $(CURDIR)/debian/tmp
_prefix  		:= /usr
_sysconfdir  	:= /etc

%:
	dh $@
