#!/usr/bin/make -f

%:
	dh $@ --builddirectory=_build

# Skip tests (they fail with permission denied)
override_dh_auto_test:
