#!/usr/bin/make -f

ARCH=all
DH_ARGS=
%:
	dh $@ $(DH_ARGS)

