#!/usr/bin/make -f

%:
	dh $@ --parallel

override_dh_auto_install:
	PREFIX=debian/tmp dh_auto_install

override_dh_auto_test:
	# Do not make test

override_dh_auto_clean:
	# Do not make clean

override_dh_builddeb:
	dh_builddeb -- -Zxz
