#!/usr/bin/make -f

DEB_MAKE_CHECK_TARGET :=
DEB_MAKE_INSTALL_TARGET :=
DEB_MAKE_BUILD_TARGET := all

%:
	dh $@
