#!/usr/bin/make -f
# -*- makefile -*-

export DH_GOPKG := gitlab.com/ubports/development/core/go-ldm

%:
	dh $@ --buildsystem=golang --with=golang

override_dh_missing:
	dh_missing --fail-missing
