#!/usr/bin/make -f

# This has to be exported to make some magic below work.
export DH_OPTIONS


%:
	dh $@ 

override_dh_auto_install:
	dh_auto_install -- prefix=/usr

override_dh_auto_test:

