#!/usr/bin/make -f
# -*- makefile -*-
#export DH_VERBOSE=1

# explicitly disable network-dependent tests
export ASGEN_TESTS_NO_NET=yes

%:
	dh $@

override_dh_missing:
	dh_missing --fail-missing
