#!/usr/bin/make -f

override_dh_builddeb:
	dh_builddeb -- -Zgzip

override_dh_pgxs_test:
	# regression tests need a running cluster with postgis; skipped in OBS

override_dh_auto_test:
	# the GNUmakefile check target runs tools/run-check.sh, which needs
	# initdb and a running cluster; skipped in OBS

%:
	dh $@
