#!/usr/bin/make -f
%:
	touch config.rpath
	dh $@ --with autoreconf
override_dh_auto_install:
	find . -type f -name zhcon -exec chrpath -d {} \;
	dh_auto_install
