#!/usr/bin/make -f

SHELL := /bin/bash

override_dh_auto_test:

override_dh_auto_clean:

%:
	dh $@
