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

# Uncomment this to turn on verbose mode.
# export DH_VERBOSE=1

%:
	dh $@

# This is a shell-script package with a Docker-only test suite. Neutralise the
# auto build/test/clean steps so debhelper does not invoke the root Makefile
# (whose `test` target requires Docker and would abort the package build).
override_dh_auto_build:
override_dh_auto_test:
override_dh_auto_clean:
