#!/usr/bin/make -f
%:
	dh $@ --with bash-completion,autotools_dev

override_dh_auto_install:
	make install prefix=debian/mtx/usr
