#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_build:
	cd $(CURDIR)/src && ./Builder.py
	dh_auto_build
