#!/usr/bin/make -f
override_dh_install:
	./package-build.sh
%:
	dh $@

