#!/usr/bin/make -f

# export DH_VERBOSE=1

%:
	dh $@

# Don't run the install from upstream Makefile.
override_dh_auto_install:
