#!/usr/bin/make -f

%:
	dh $@ 

override_dh_auto_test:
	@echo "Skipping tests which require a running pg instance"
